Searched refs:nText (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 2050 const char *pText, int nText, 2078 const char *pText, int nText,
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.h | 13046 const char *pText, int nText, /* Text to tokenize */ 13285 const char *pText, int nText,
|
H A D | shell.c | 15975 int nText = sqlite3_value_bytes(argv[0]); in recoverEscapeCrnl() local 15998 i64 nAlloc = nMax * nText + (nMax+64)*2; in recoverEscapeCrnl() 19089 i64 nText; in eqp_append() local 19091 nText = strlen(zText); in eqp_append() 19095 pNew = sqlite3_malloc64( sizeof(*pNew) + nText ); in eqp_append() 19099 memcpy(pNew->zText, zText, nText+1); in eqp_append()
|
H A D | sqlite3.c | 13359 const char *pText, int nText, /* Text to tokenize */ 13598 const char *pText, int nText, 229833 const char *pText, int nText, /* Text to tokenize */ 230072 const char *pText, int nText, 230397 const char *pText, int nText, /* Text to tokenize */ 234465 const char *pText, int nText, /* Text to tokenize */ 234471 pConfig->pTok, pCtx, flags, pText, nText, xToken 235097 i64 nText = strlen(zText); 235098 char *zExpr = (char*)sqlite3_malloc64(nText*4 + 1); 235119 while( i<=nText ){ [all …]
|