Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h10292 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
H A Dsqlite3.c10552 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
177771 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */
180028 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
183281 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
183460 tflags = FTS5_TOKEN_COLOCATED;
184294 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
193295 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
194540 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
194988 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){

Completed in 646 milliseconds