HomeSort by relevance Sort by last modified time
    Searched defs: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...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 4458 int chain_index = 1; local
    [all...]

Completed in 716 milliseconds