Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3.c2207 static int fts3PutColNumber(char **pp, int iCol){ in fts3PutColNumber() function
2256 int n = fts3PutColNumber(&p, iCol1); in fts3PoslistMerge()
2287 p1 += fts3PutColNumber(&p, iCol1); in fts3PoslistMerge()
2290 p2 += fts3PutColNumber(&p, iCol2); in fts3PoslistMerge()