Home | History | Annotate | Download | only in libiptc

Lines Matching refs:idx

337 			    unsigned int *idx, struct xtc_handle *handle,
390 *idx = pos;
439 iptcc_bsearch_chain_index(const char *name, unsigned int *idx,
442 return __iptcc_bsearch_chain_index(name, 0, idx, handle, BSEARCH_NAME);
448 iptcc_bsearch_chain_offset(unsigned int offset, unsigned int *idx,
459 pos = __iptcc_bsearch_chain_index(NULL, offset, idx, handle,
613 unsigned int idx, idx2;
615 index_ptr = iptcc_bsearch_chain_index(c->name, &idx, h);
632 if (idx != idx2) {
638 idx, c2->name);
639 h->chain_index[idx]=c2;
2467 static void counters_nomap(STRUCT_COUNTERS_INFO *newcounters, unsigned int idx)
2469 newcounters->counters[idx] = ((STRUCT_COUNTERS) { 0, 0});
2474 STRUCT_REPLACE *repl, unsigned int idx,
2484 newcounters->counters[idx] = repl->counters[mappos];
2489 STRUCT_REPLACE *repl, unsigned int idx,
2499 subtract_counters(&newcounters->counters[idx],
2506 unsigned int idx, STRUCT_COUNTERS *counters)
2510 memcpy(&newcounters->counters[idx], counters,