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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2098 enum FTS5_TOKEN_COLOCATED = 0x0001;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h13226 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
13235 ** xToken(pCtx, FTS5_TOKEN_COLOCATED, "1st", 3, 6, 11);
13239 ** It is an error to specify the FTS5_TOKEN_COLOCATED flag the first time
13241 ** by making multiple calls to xToken(FTS5_TOKEN_COLOCATED) in sequence.
13305 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
H A Dsqlite3.c13539 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
13548 ** xToken(pCtx, FTS5_TOKEN_COLOCATED, "1st", 3, 6, 11);
13552 ** It is an error to specify the FTS5_TOKEN_COLOCATED flag the first time
13554 ** by making multiple calls to xToken(FTS5_TOKEN_COLOCATED) in sequence.
13618 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
230092 #define FTS5_TOKEN_COLOCATED macro
[all...]

Completed in 607 milliseconds