Searched defs:ppPoslist (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c1369 ** When this function is called, *ppPoslist is assumed to point to the
1370 ** start of a position-list. After it returns, *ppPoslist points to the
1375 ** routine advances *ppPoslist so that it points to the next docid in
1382 static void fts3PoslistCopy(char **pp, char **ppPoslist){ argument
1383 char *pEnd = *ppPoslist;
1403 int n = (int)(pEnd - *ppPoslist);
1405 memcpy(p, *ppPoslist, n);
1409 *ppPoslist = pEnd;
1413 ** When this function is called, *ppPoslist is assumed to point to the
1414 ** start of a column-list. After it returns, *ppPoslist point
1429 fts3ColumnlistCopy(char **pp, char **ppPoslist) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c114443 fts3PoslistCopy(char **pp, char **ppPoslist) argument
114490 fts3ColumnlistCopy(char **pp, char **ppPoslist) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c128752 fts3PoslistCopy(char **pp, char **ppPoslist) argument
128799 fts3ColumnlistCopy(char **pp, char **ppPoslist) argument
130234 fts3ReversePoslist(char *pStart, char **ppPoslist) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c128772 fts3PoslistCopy(char **pp, char **ppPoslist) argument
128819 fts3ColumnlistCopy(char **pp, char **ppPoslist) argument
130254 fts3ReversePoslist(char *pStart, char **ppPoslist) argument
[all...]

Completed in 467 milliseconds