Searched refs:nVal (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c2031 int nVal,
2035 UNUSED_PARAMETER(nVal);
2049 int nVal,
2053 int n = nVal>=2 ? sqlite3_value_int(apVal[1]) : 26;
2070 int nVal,
2075 UNUSED_PARAMETER(nVal);
2106 int nVal,
2122 UNUSED_PARAMETER(nVal);
10861 int nVal,
10896 if( nVal>
2029 shellStrtod( sqlite3_context *pCtx, int nVal, sqlite3_value **apVal ) argument
2047 shellDtostr( sqlite3_context *pCtx, int nVal, sqlite3_value **apVal ) argument
2068 shellModuleSchema( sqlite3_context *pCtx, int nVal, sqlite3_value **apVal ) argument
2104 shellAddSchemaName( sqlite3_context *pCtx, int nVal, sqlite3_value **apVal ) argument
10859 zipfileUpdate( sqlite3_vtab *pVtab, int nVal, sqlite3_value **apVal, sqlite_int64 *pRowid ) argument
11267 zipfileStep(sqlite3_context *pCtx, int nVal, sqlite3_value **apVal) argument
12075 int nVal = (zVal ? STRLEN(zVal) : 0); local
15370 int nVal; /* Number of valid entries in apVal[] */ member in struct:RecoverStateW1
16729 int nVal = -1; local
18355 shellPutsFunc( sqlite3_context *pCtx, int nVal, sqlite3_value **apVal ) argument
23360 shellFkeyCollateClause( sqlite3_context *pCtx, int nVal, sqlite3_value **apVal ) argument
[all...]
H A Dsqlite3.c13086 int nVal, /* Number of values in apVal[] array */
83841 int nVal = 0; /* Size of apVal[] array */ local
84037 int nVal; local
102704 int nVal; /* Size of the record in bytes */ member in struct:SorterRecord
111611 int nVal = sqlite3ExprVectorSize(pLeft); local
111703 int nVal; /* Size of vector pLeft */ local
129977 int nVal, nSep; local
168335 int nVal; member in struct:LastValueCtx
169913 int nVal = pOrderBy->nExpr; local
181274 int nVal = sqlite3Strlen30(zVal); local
187833 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
188241 fts3SnippetFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
188288 fts3OffsetsFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
188314 fts3OptimizeFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
188348 fts3MatchinfoFunc( sqlite3_context *pContext, int nVal, sqlite3_value **apVal ) argument
191089 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
194724 fts3tokFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
200284 int nVal = sqlite3_value_bytes(pVal); local
201694 size_t nVal; /* Number of integers output by cArg */ local
218465 rbuTmpInsertFunc( sqlite3_context *pCtx, int nVal, sqlite3_value **apVal ) argument
220172 rbuIndexCntFunc( sqlite3_context *pCtx, int nVal, sqlite3_value **apVal ) argument
226763 int nVal; /* Number of values to buffer */ local
232767 fts5HighlightFunction( const Fts5ExtensionApi *pApi, Fts5Context *pFts, sqlite3_context *pCtx, int nVal, sqlite3_value **apVal ) argument
232945 fts5SnippetFunction( const Fts5ExtensionApi *pApi, Fts5Context *pFts, sqlite3_context *pCtx, int nVal, sqlite3_value **apVal ) argument
233208 fts5Bm25Function( const Fts5ExtensionApi *pApi, Fts5Context *pFts, sqlite3_context *pCtx, int nVal, sqlite3_value **apVal ) argument
234639 int nVal = -1; local
248885 fts5FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
[all...]
H A Dsqlite3.h12773 int nVal, /* Number of values in apVal[] array */
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d2032 int nVal,

Completed in 944 milliseconds