Searched refs:nText (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 12190 const char *pText, int nText, /* Text to tokenize */ 12422 const char *pText, int nText,
|
| H A D | shell.c | 13001 int nText = strlen30(zText); in eqp_append() local 13005 pNew = sqlite3_malloc64( sizeof(*pNew) + nText ); in eqp_append() 13009 memcpy(pNew->zText, zText, nText+1); in eqp_append() 15639 int nText = sqlite3_value_bytes(argv[0]); in shellEscapeCrnl() local 15662 i64 nAlloc = nMax * nText + (nMax+64)*2; in shellEscapeCrnl()
|
| H A D | sqlite3.c | 219593 i64 nText = strlen(zText); 219615 while( i<=nText ){ 219616 if( i==nText 231555 const char *pText, int nText, 233086 int nText; 233298 zText, nText, 233424 zText, nText, 233602 zText, nText, 233957 const char *pText, int nText, 233979 if( is==nText ) break; [all …]
|