Searched refs:nText (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.h | 13116 const char *pText, int nText, /* Text to tokenize */ 13355 const char *pText, int nText,
|
H A D | shell.c | 17238 int nText = sqlite3_value_bytes(argv[0]); in recoverEscapeCrnl() local 17261 i64 nAlloc = nMax * nText + (nMax+64)*2; in recoverEscapeCrnl() 20352 i64 nText; in eqp_append() local 20354 nText = strlen(zText); in eqp_append() 20358 pNew = sqlite3_malloc64( sizeof(*pNew) + nText ); in eqp_append() 20362 memcpy(pNew->zText, zText, nText+1); in eqp_append()
|
H A D | sqlite3.c | 13429 const char *pText, int nText, /* Text to tokenize */ 13668 const char *pText, int nText, 231738 const char *pText, int nText, /* Text to tokenize */ 231977 const char *pText, int nText, 232302 const char *pText, int nText, /* Text to tokenize */ 236393 const char *pText, int nText, /* Text to tokenize */ 236399 pConfig->pTok, pCtx, flags, pText, nText, xToken 237029 i64 nText = strlen(zText); 237030 char *zExpr = (char*)sqlite3_malloc64(nText*4 + 1); 237051 while( i<=nText ){ [all …]
|