Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c2164 #define POSITION_LIST_END LARGEST_INT64 macro
2194 *pi = POSITION_LIST_END; in fts3ReadNextPos()
2285 }while( i1!=POSITION_LIST_END || i2!=POSITION_LIST_END ); in fts3PoslistMerge()