Searched refs:nVal (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 2031 int nVal, in shellStrtod() argument 2035 UNUSED_PARAMETER(nVal); in shellStrtod() 2049 int nVal, in shellDtostr() argument 2053 int n = nVal>=2 ? sqlite3_value_int(apVal[1]) : 26; in shellDtostr() 2070 int nVal, in shellModuleSchema() argument 2075 UNUSED_PARAMETER(nVal); in shellModuleSchema() 2106 int nVal, in shellAddSchemaName() argument 2122 UNUSED_PARAMETER(nVal); in shellAddSchemaName() 10861 int nVal, in zipfileUpdate() argument 10896 if( nVal>1 ){ in zipfileUpdate() [all …]
|
| H A D | sqlite3.c | 13086 int nVal, /* Number of values in apVal[] array */ 83841 int nVal = 0; /* Size of apVal[] array */ 83852 if( pList ) nVal = pList->nExpr; 83854 pFunc = sqlite3FindFunction(db, p->u.zToken, nVal, enc, 0); 83866 apVal = (sqlite3_value**)sqlite3DbMallocZero(db, sizeof(apVal[0]) * nVal); 83871 for(i=0; i<nVal; i++){ 83887 pFunc->xSFunc(&ctx, nVal, apVal); 83907 for(i=0; i<nVal; i++){ 84037 int nVal; 84044 nVal = sqlite3Strlen30(zVal)-1; [all …]
|
| H A D | sqlite3.h | 12773 int nVal, /* Number of values in apVal[] array */
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 2032 int nVal,
|