Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c242749 const char **ppText, int *pnText, const char **ppLoc, int *pnLoc
261756 int *pnText, argument
261776 *pnText = n - nLoc - 1;
262637 int *pnText argument
262648 rc = sqlite3Fts5DecodeLocaleValue(pVal, ppText, pnText, &pLoc, &nLoc);
262651 *pnText = sqlite3_value_bytes(pVal);