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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1429 sqlite3_uint64 colUsed;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7362 ** The colUsed field indicates which columns of the virtual table may be
7366 ** the corresponding bit is set within the colUsed mask if the column may be
7368 ** to the right of the first 63 is required, then bit 63 of colUsed is also
7370 ** (colUsed & ((sqlite3_uint64)1 << (iCol>=63 ? 63 : iCol))) evaluates to
7461 sqlite3_uint64 colUsed; /* Input: Mask of columns used by statement */ member in struct:sqlite3_index_info
H A Dsqlite3.c7675 ** The colUsed field indicates which columns of the virtual table may be
7679 ** the corresponding bit is set within the colUsed mask if the column may be
7681 ** to the right of the first 63 is required, then bit 63 of colUsed is also
7683 ** (colUsed & ((sqlite3_uint64)1 << (iCol>=63 ? 63 : iCol))) evaluates to
7774 sqlite3_uint64 colUsed; /* Input: Mask of columns used by statement */ member in struct:sqlite3_index_info
18651 ** The colNotIdxed bitmask is used in combination with SrcItem.colUsed
18655 ** "colUsed & colNotIdxed" will be non-zero if the index is not a
18658 ** table is used, the "colUsed & colNotIdxed" test will always be non-zero
19188 ** In the colUsed field, the high-order bit (bit 63) is set if the table
19230 Bitmask colUsed; /* Bi member in struct:SrcItem
111484 Bitmask colUsed; /* Columns of the index used */ local
147077 Bitmask colUsed; /* Columns that may not be NULLed out */ local
167367 u64 colUsed = 0; local
[all...]

Completed in 568 milliseconds