Searched refs:sqlite3Fts3GetVarintBounded (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3Int.h | 588 int sqlite3Fts3GetVarintBounded(const char*,const char*,sqlite3_int64*);
|
| H A D | fts3_snippet.c | 1066 a += sqlite3Fts3GetVarintBounded(a, pEnd, &nDoc); in fts3MatchinfoSelectDoctotal() 1293 a += sqlite3Fts3GetVarintBounded(a, pEnd, &nToken); in fts3MatchinfoValues()
|
| H A D | fts3.c | 393 int sqlite3Fts3GetVarintBounded( in sqlite3Fts3GetVarintBounded() function 4962 a += sqlite3Fts3GetVarintBounded(a, pEnd, &nDoc); in fts3EvalAverageDocsize() 4964 a += sqlite3Fts3GetVarintBounded(a, pEnd, &nByte); in fts3EvalAverageDocsize()
|