Searched refs:piPos (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c125 ** the list. *piPos contains the value of the previous entry in the list.
126 ** After it returns, *piPos contains the value of the next element of the
129 static void fts3GetDeltaPosition(char **pp, int *piPos){ argument
132 *piPos += (iVal-2);
589 int *piPos, /* IN/OUT: First token of snippet */
605 ** nDesired tokens to the right of the snippet. If so, *piPos and
636 *piPos += nShift;
584 fts3SnippetShift( Fts3Table *pTab, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c142490 fts3GetDeltaPosition(char **pp, int *piPos) argument
142898 fts3SnippetShift( Fts3Table *pTab, int iLangid, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c142522 fts3GetDeltaPosition(char **pp, int *piPos) argument
142930 fts3SnippetShift( Fts3Table *pTab, int iLangid, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c122762 fts3GetDeltaPosition(char **pp, int *piPos) argument
123217 fts3SnippetShift( Fts3Table *pTab, int nSnippet, const char *zDoc, int nDoc, int *piPos, u64 *pHlmask ) argument
[all...]

Completed in 455 milliseconds