Searched refs:chain_index (Results 1 - 3 of 3) sorted by relevance

/external/iptables/libiptc/
H A Dlibiptc.c145 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[po
[all...]
/external/chromium_org/chrome/browser/history/
H A Ddownload_database.cc225 "chain_index INTEGER NOT NULL," // Index of url in chain
229 "PRIMARY KEY (id, chain_index) )";
263 " ( id, chain_index, url) "
315 "chain_index INTEGER NOT NULL," // Index of url in chain
319 "PRIMARY KEY (id, chain_index) )";
430 "SELECT id, chain_index, url FROM downloads_url_chains "
431 "ORDER BY id, chain_index"));
437 int chain_index = statement_chain.ColumnInt(column++); local
458 DCHECK_EQ(chain_index, current_chain_size);
459 while (current_chain_size < chain_index) {
[all...]
/external/lldb/source/Symbol/
H A DClangASTType.cpp4458 int chain_index = 1; local
4464 chain[chain_index] = *nci;
4465 chain_index++;

Completed in 720 milliseconds