OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chain_index
(Results
1 - 1
of
1
) sorted by null
/external/iptables/libiptc/
libiptc.c
145
struct chain_head **
chain_index
; /* array for fast chain list access*/
variable in typeref:struct:chain_head
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
...]
Completed in 386 milliseconds