Searched refs:nVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 2297 int nVal /* Use only the first nVal bytes of zVal[] */ in qrfAppendWithTabs() argument 2302 while( i<nVal ){ in qrfAppendWithTabs() 2307 nVal -= i; in qrfAppendWithTabs() 2313 nVal -= k; in qrfAppendWithTabs() 2319 nVal--; in qrfAppendWithTabs() 2320 }else if( c=='\r' && nVal==1 ){ in qrfAppendWithTabs() 2322 nVal--; in qrfAppendWithTabs() 2331 nVal--; in qrfAppendWithTabs() 2389 int nVal, /* Use only the first nVal bytes of zVal[] */ in qrfPrintAligned() argument 2397 qrfAppendWithTabs(pOut, pCol->z, nVal); in qrfPrintAligned() [all …]
|
| H A D | sqlite3.h | 13499 sqlite3_changegroup*, int, int, const char *pVal, int nVal 13511 sqlite3_changegroup*, int, int, const void *pVal, int nVal 13623 int nVal, /* Number of values in apVal[] array */
|
| H A D | sqlite3.c | 13820 sqlite3_changegroup*, int, int, const char *pVal, int nVal 13832 sqlite3_changegroup*, int, int, const void *pVal, int nVal 13944 int nVal, /* Number of values in apVal[] array */ 87167 int nVal = 0; /* Number of function arguments */ local 87178 if( pList ) nVal = pList->nExpr; 87180 pFunc = sqlite3FindFunction(db, p->u.zToken, nVal, enc, 0); 87192 apVal = (sqlite3_value**)sqlite3DbMallocZero(db, sizeof(apVal[0]) * nVal); 87197 for(i=0; i<nVal; i++){ 87214 pFunc->xSFunc(&ctx, nVal, apVal); 87234 for(i=0; i<nVal; i++){ [all …]
|