Home | History | Annotate | Download | only in libiptc

Lines Matching refs:index_ptr

609 	struct list_head *index_ptr, *next;
613 index_ptr = iptcc_bsearch_chain_index(c->name, &idx, h);
615 debug("Del chain[%s] c->list:%p index_ptr:%p\n",
616 c->name, &c->list, index_ptr);
622 if (index_ptr == &c->list) { /* Chain used as index ptr */