Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3Int.h588 int sqlite3Fts3GetVarintBounded(const char*,const char*,sqlite3_int64*);
H A Dfts3_snippet.c1066 a += sqlite3Fts3GetVarintBounded(a, pEnd, &nDoc); in fts3MatchinfoSelectDoctotal()
1293 a += sqlite3Fts3GetVarintBounded(a, pEnd, &nToken); in fts3MatchinfoValues()
H A Dfts3.c393 int sqlite3Fts3GetVarintBounded( in sqlite3Fts3GetVarintBounded() function
4962 a += sqlite3Fts3GetVarintBounded(a, pEnd, &nDoc); in fts3EvalAverageDocsize()
4964 a += sqlite3Fts3GetVarintBounded(a, pEnd, &nByte); in fts3EvalAverageDocsize()