Home
last modified time | relevance | path

Searched refs:ppText (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
261005 const char **ppText, argument
261025 *ppText = &p[nLoc+1];
261886 const char **ppText, argument
261898 rc = sqlite3Fts5DecodeLocaleValue(pVal, ppText, pnText, &pLoc, &nLoc);
261900 *ppText = (const char*)sqlite3_value_text(pVal);