Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c257343 Fts5Buffer *pSmall = 0; local
257357 if( pSmall ){
257358 fts5BufferSet(&p->rc, &bSeek, pSmall->n, pSmall->p);
257376 if( fts5BufferCompare(pSmall, &pPrevIter->term) ){
257404 fts5TokendataSetTermIfEof(pPrev, pSmall);
257414 pSmall = 0;
257420 if( pII->pLeaf && (!pSmall || fts5BufferCompare(pSmall, &pII->term)>0) ){
257421 pSmall = &pII->term;
257428 if( pSmall==0 ){