Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c242017 const char **ppText, int *pnText, const char **ppLoc, int *pnLoc
261006 int *pnText, argument
261026 *pnText = n - nLoc - 1;
261887 int *pnText argument
261898 rc = sqlite3Fts5DecodeLocaleValue(pVal, ppText, pnText, &pLoc, &nLoc);
261901 *pnText = sqlite3_value_bytes(pVal);