Searched refs:nVal (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | shell.c | 1597 int nVal, in shellStrtod() argument 1601 UNUSED_PARAMETER(nVal); in shellStrtod() 1615 int nVal, in shellDtostr() argument 1619 int n = nVal>=2 ? sqlite3_value_int(apVal[1]) : 26; in shellDtostr() 1648 int nVal, in shellAddSchemaName() argument 1664 UNUSED_PARAMETER(nVal); in shellAddSchemaName() 11778 int nVal, in zipfileUpdate() argument 11813 if( nVal>1 ){ in zipfileUpdate() 11827 if( nVal>1 ){ in zipfileUpdate() 12184 static void zipfileStep(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal){ in zipfileStep() argument [all …]
|
| H A D | sqlite3.c | 13382 int nVal, /* Number of values in apVal[] array */ 85345 int nVal = 0; /* Number of function arguments */ local 85356 if( pList ) nVal = pList->nExpr; 85358 pFunc = sqlite3FindFunction(db, p->u.zToken, nVal, enc, 0); 85370 apVal = (sqlite3_value**)sqlite3DbMallocZero(db, sizeof(apVal[0]) * nVal); 85375 for(i=0; i<nVal; i++){ 85392 pFunc->xSFunc(&ctx, nVal, apVal); 85412 for(i=0; i<nVal; i++){ 85562 int nVal; local 85569 nVal = sqlite3Strlen30(zVal)-1; [all …]
|
| H A D | sqlite3.h | 13063 int nVal, /* Number of values in apVal[] array */
|