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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1428 int idxFlags;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7404 ** The xBestIndex method may optionally populate the idxFlags field with a
7426 ** value greater than or equal to 3008002. Similarly, the idxFlags field
7459 int idxFlags; /* Mask of SQLITE_INDEX_SCAN_* flags */ member in struct:sqlite3_index_info
7468 ** [sqlite3_index_info].idxFlags field to some combination of
H A Dsqlite3.c7717 ** The xBestIndex method may optionally populate the idxFlags field with a
7739 ** value greater than or equal to 3008002. Similarly, the idxFlags field
7772 int idxFlags; /* Mask of SQLITE_INDEX_SCAN_* flags */ member in struct:sqlite3_index_info
7781 ** [sqlite3_index_info].idxFlags field to some combination of
248218 int idxFlags = 0; /* Parameter passed through to xFilter() */ local
[all...]

Completed in 1091 milliseconds