Home
last modified time | relevance | path

Searched defs:getVarint32 (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c75 static int getVarint32(const char *p, int *pi){ in getVarint32() function
H A Dfts1.c145 static int getVarint32(const char *p, int *pi){ in getVarint32() function
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c440 static int getVarint32(const char *p, int *pi){ in getVarint32() function
/sqlite-3.40.0/src/
H A DsqliteInt.h4972 #define getVarint32(A,B) \ macro