Searched refs:apArg (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1808 void function (void **apArg, int nArg) xNotify, /** Callback function to invoke */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h9432 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */
H A Dsqlite3.c9745 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */
20639 sqlite3_value **apArg; /* The argument values */ member in struct:PrintfArguments
23477 Mem **apArg; /* Arguments to currently executing user function */ member in struct:Vdbe
100878 Mem **apArg; local
101087 Mem **apArg; local
212244 rtreenode(sqlite3_context *ctx, int nArg, sqlite3_value **apArg) argument
212296 rtreedepth(sqlite3_context *ctx, int nArg, sqlite3_value **apArg) argument
215094 icuRegexpFunc(sqlite3_context *p, int nArg, sqlite3_value **apArg) argument
215178 icuCaseFunc16(sqlite3_context *p, int nArg, sqlite3_value **apArg) argument
[all...]
H A Dshell.c15866 sqlite3_value **apArg
15869 i64 pgno = sqlite3_value_int64(apArg[0]);
15891 sqlite3_value **apArg
15894 i64 pgno = sqlite3_value_int64(apArg[0]);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c844 static void DbUnlockNotify(void **apArg, int nArg){ argument
848 SqliteDb *pDb = (SqliteDb *)apArg[i];

Completed in 650 milliseconds