Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h11866 const char *pText, int nText, /* Text to tokenize */
12098 const char *pText, int nText,
H A Dshell.c10460 int nText = strlen30(zText); in eqp_append() local
10464 pNew = sqlite3_malloc64( sizeof(*pNew) + nText ); in eqp_append()
10468 memcpy(pNew->zText, zText, nText+1); in eqp_append()
12794 int nText = sqlite3_value_bytes(argv[0]); in shellEscapeCrnl() local
12817 i64 nAlloc = nMax * nText + (nMax+64)*2; in shellEscapeCrnl()
H A Dsqlite3.c13137 const char *pText, int nText,
207533 const char *pText, int nText,
223856 const char *pText, int nText,
225377 int nText;
225578 zText, nText,
225704 zText, nText,
225877 zText, nText,
226228 const char *pText, int nText,
226250 if( is==nText ) break;
226549 const char *pText, int nText,
[all …]