HomeSort by relevance Sort by last modified time
    Searched refs:chain_index (Results 1 - 2 of 2) sorted by null

  /external/iptables/libiptc/
libiptc.c 145 struct chain_head **chain_index; /* array for fast chain list access*/ member in struct:xtc_handle
150 * possible to bsearch offsets using chain_index.
361 if (!handle->chain_index[pos]) {
362 fprintf(stderr, "ERROR: NULL pointer chain_index[%d]\n", pos);
367 pos, handle->chain_index[pos]->name);
372 res = strcmp(name, handle->chain_index[pos]->name);
376 handle->chain_index[pos]->head_offset,
377 handle->chain_index[pos]->foot_offset);
378 res = offset - handle->chain_index[pos]->head_offset;
389 list_pos = &handle->chain_index[pos]->list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]

Completed in 64 milliseconds