Home | History | Annotate | Download | only in fts1

Lines Matching refs:getVarint

59 static int getVarint(const char *p, sqlite_int64 *v){
77 int ret = getVarint(p, &i);
232 getVarint(pReader->p, &ret);
240 pReader->p += getVarint(pReader->p, &ret);