Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5Int.h535 int sqlite3Fts5GetVarint32(const unsigned char *p, u32 *v);
540 #define fts5GetVarint32(a,b) sqlite3Fts5GetVarint32(a,(u32*)&b)
H A Dfts5_varint.c24 int sqlite3Fts5GetVarint32(const unsigned char *p, u32 *v){ in sqlite3Fts5GetVarint32() function