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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h12135 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
12144 ** xToken(pCtx, FTS5_TOKEN_COLOCATED, "1st", 3, 6, 11);
12148 ** It is an error to specify the FTS5_TOKEN_COLOCATED flag the first time
12150 ** by making multiple calls to xToken(FTS5_TOKEN_COLOCATED) in sequence.
12214 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
H A Dsqlite3.c13198 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
13207 ** xToken(pCtx, FTS5_TOKEN_COLOCATED, "1st", 3, 6, 11);
13211 ** It is an error to specify the FTS5_TOKEN_COLOCATED flag the first time
13213 ** by making multiple calls to xToken(FTS5_TOKEN_COLOCATED) in sequence.
13277 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
211724 #define FTS5_TOKEN_COLOCATED macro
[all...]

Completed in 597 milliseconds