Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h10777 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
Dsqlite3.c11801 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
186583 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */
188997 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
189132 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
192462 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
192642 tflags = FTS5_TOKEN_COLOCATED;
193602 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
202669 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
203914 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
204352 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
/external/sqlite/dist/orig/
Dsqlite3.h10777 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
Dsqlite3.c11801 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
186555 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */
188969 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
189104 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
192434 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
192614 tflags = FTS5_TOKEN_COLOCATED;
193574 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
202641 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
203886 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
204324 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){