Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_hexio.c328 static int getFts3Varint(const char *p, sqlite_int64 *v){ in getFts3Varint() function
375 nVal = getFts3Varint((char*)zBlob, (sqlite3_int64 *)(&iVal)); in read_fts3varint()