Searched refs:nText (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.h | 13378 const char *pText, int nText, /* Text to tokenize */ 13415 const char *pText, int nText, /* Text to tokenize */ 13659 const char *pText, int nText, 13684 const char *pText, int nText,
|
| H A D | sqlite3.c | 13697 const char *pText, int nText, /* Text to tokenize */ 13734 const char *pText, int nText, /* Text to tokenize */ 13978 const char *pText, int nText, 14003 const char *pText, int nText, 235148 const char *pText, int nText, /* Text to tokenize */ 235185 const char *pText, int nText, /* Text to tokenize */ 235429 const char *pText, int nText, 235454 const char *pText, int nText, 235847 const char *pText, int nText, /* Text to tokenize */ 240061 const char *pText, int nText, /* Text to tokenize */ [all …]
|
| H A D | shell.c | 19488 int nText = sqlite3_value_bytes(argv[0]); in recoverEscapeCrlf() local 19511 i64 nAlloc = nMax * nText + (nMax+64)*2; in recoverEscapeCrlf() 22732 i64 nText; in eqp_append() local 22734 nText = strlen(zText); in eqp_append() 22738 pNew = sqlite3_malloc64( sizeof(*pNew) + nText ); in eqp_append() 22742 memcpy(pNew->zText, zText, nText+1); in eqp_append()
|