Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c2045 int nVal, in shellStrtod() argument
2049 UNUSED_PARAMETER(nVal); in shellStrtod()
2063 int nVal, in shellDtostr() argument
2067 int n = nVal>=2 ? sqlite3_value_int(apVal[1]) : 26; in shellDtostr()
2084 int nVal, in shellModuleSchema() argument
2089 UNUSED_PARAMETER(nVal); in shellModuleSchema()
2120 int nVal, in shellAddSchemaName() argument
2136 UNUSED_PARAMETER(nVal); in shellAddSchemaName()
10939 int nVal, in zipfileUpdate() argument
10974 if( nVal>1 ){ in zipfileUpdate()
[all …]
H A Dsqlite3.c13156 int nVal, /* Number of values in apVal[] array */
84288 int nVal = 0; /* Size of apVal[] array */
84299 if( pList ) nVal = pList->nExpr;
84301 pFunc = sqlite3FindFunction(db, p->u.zToken, nVal, enc, 0);
84313 apVal = (sqlite3_value**)sqlite3DbMallocZero(db, sizeof(apVal[0]) * nVal);
84318 for(i=0; i<nVal; i++){
84334 pFunc->xSFunc(&ctx, nVal, apVal);
84354 for(i=0; i<nVal; i++){
84504 int nVal;
84511 nVal = sqlite3Strlen30(zVal)-1;
[all …]
H A Dsqlite3.h12843 int nVal, /* Number of values in apVal[] array */