HomeSort by relevance Sort by last modified time
    Searched refs:chain_index (Results 1 - 4 of 4) 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/chromium_org/chrome/browser/history/
download_database.cc 225 "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/
ClangASTType.cpp 4458 int chain_index = 1; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h     [all...]

Completed in 164 milliseconds