Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c241970 static int sqlite3Fts5GetVarint32(const unsigned char *p, u32 *v);
241975 #define fts5GetVarint32(a,b) sqlite3Fts5GetVarint32(a,(u32*)&(b))
267360 static int sqlite3Fts5GetVarint32(const unsigned char *p, u32 *v){ function