Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h12480 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
/third_party/sqlite/src/
Dsqlite3.c12814 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
215473 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */
218038 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
218173 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
221641 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
221830 tflags = FTS5_TOKEN_COLOCATED;
222888 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
232454 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
233723 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
234179 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){