Searched refs:pnOut (Results 1 - 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 20942 ** enc. A pointer to the new string is returned, and the value of *pnOut 20951 SQLITE_PRIVATE char *sqlite3Utf8to16(sqlite3 *db, u8 enc, char *z, int n, int *pnOut){ argument 20961 *pnOut = m.n; 117510 fts3GobbleInt(const char **pp, int *pnOut) argument 119435 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument 123978 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument 124025 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 20942 ** enc. A pointer to the new string is returned, and the value of *pnOut 20951 SQLITE_PRIVATE char *sqlite3Utf8to16(sqlite3 *db, u8 enc, char *z, int n, int *pnOut){ argument 20961 *pnOut = m.n; 117546 fts3GobbleInt(const char **pp, int *pnOut) argument 119471 fts3TermSelect( Fts3Table *p, Fts3PhraseToken *pTok, int iColumn, int *pnOut, char **ppOut ) argument 124024 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument 124071 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument [all...] |
Completed in 497 milliseconds