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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c750 ** row). When this function is called, *ppCollist should point to the
753 ** Before returning, *ppCollist is set to point to the first byte after
760 static int fts3ColumnlistCount(char **ppCollist){ argument
761 char *pEnd = *ppCollist;
771 *ppCollist = pEnd;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c123393 fts3ColumnlistCount(char **ppCollist) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c143086 fts3ColumnlistCount(char **ppCollist) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c143118 fts3ColumnlistCount(char **ppCollist) argument
[all...]

Completed in 553 milliseconds