Home
last modified time | relevance | path

Searched refs:nVal (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c2297 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 Dsqlite3.h13513 sqlite3_changegroup*, int, int, const char *pVal, int nVal
13525 sqlite3_changegroup*, int, int, const void *pVal, int nVal
13637 int nVal, /* Number of values in apVal[] array */
H A Dsqlite3.c13834 sqlite3_changegroup*, int, int, const char *pVal, int nVal
13846 sqlite3_changegroup*, int, int, const void *pVal, int nVal
13958 int nVal, /* Number of values in apVal[] array */
87319 int nVal = 0; /* Number of function arguments */ local
87330 if( pList ) nVal = pList->nExpr;
87332 pFunc = sqlite3FindFunction(db, p->u.zToken, nVal, enc, 0);
87344 apVal = (sqlite3_value**)sqlite3DbMallocZero(db, sizeof(apVal[0]) * nVal);
87349 for(i=0; i<nVal; i++){
87366 pFunc->xSFunc(&ctx, nVal, apVal);
87386 for(i=0; i<nVal; i++){
[all …]