Searched refs:from_offset (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/netfilter/
H A Dxt_string.h9 u_int16_t from_offset; member in struct:xt_string_info
/external/iptables/include/linux/netfilter/
H A Dxt_string.h15 __u16 from_offset; member in struct:xt_string_info
/external/iptables/extensions/
H A Dlibxt_string.c57 .flags = XTOPT_PUT, XTOPT_POINTER(s, from_offset)},
273 if (info->from_offset != 0)
274 printf(" FROM %u", info->from_offset);
297 if (info->from_offset != 0)
298 printf(" --from %u", info->from_offset);
/external/clang/bindings/python/tests/cindex/
H A Dtest_location.py63 offset_location = SourceLocation.from_offset(tu, file, 5)
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1718 size_t wbuffer_size, buffer_size, from_offset, wbuf_offset; local
1726 from_offset = 0;
1730 from + from_offset, from_size, NULL, 0);
1731 from_offset += from_size;
1739 from_offset = 0;
1744 from + from_offset, from_size, wbuffer + wbuf_offset, wbuf_size);
1745 from_offset += from_size;
/external/clang/bindings/python/clang/
H A Dcindex.py188 def from_offset(tu, file, offset): member in class:SourceLocation
2105 return SourceLocation.from_offset(self, f, position)
2135 start_location = SourceLocation.from_offset(self, f,
2142 end_location = SourceLocation.from_offset(self, f, end_location)

Completed in 134 milliseconds