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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h6387 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */
H A Dsqlite3.c6940 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */
12821 Mem **apArg; /* Arguments to currently executing user function */ member in struct:Vdbe
64060 Mem **apArg; member in struct:vdbeExecUnion::OP_VFilter_stack_vars
64084 Mem **apArg; member in struct:vdbeExecUnion::OP_VUpdate_stack_vars
130158 rtreenode(sqlite3_context *ctx, int nArg, sqlite3_value **apArg) argument
130197 rtreedepth(sqlite3_context *ctx, int nArg, sqlite3_value **apArg) argument
130554 icuRegexpFunc(sqlite3_context *p, int nArg, sqlite3_value **apArg) argument
130637 icuCaseFunc16(sqlite3_context *p, int nArg, sqlite3_value **apArg) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h8874 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */
H A Dsqlite3.c9937 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */
19713 sqlite3_value **apArg; /* The argument values */ member in struct:PrintfArguments
21384 Mem **apArg; /* Arguments to currently executing user function */ member in struct:Vdbe
93523 Mem **apArg; local
93729 Mem **apArg; local
195034 rtreenode(sqlite3_context *ctx, int nArg, sqlite3_value **apArg) argument
195085 rtreedepth(sqlite3_context *ctx, int nArg, sqlite3_value **apArg) argument
197835 icuRegexpFunc(sqlite3_context *p, int nArg, sqlite3_value **apArg) argument
197918 icuCaseFunc16(sqlite3_context *p, int nArg, sqlite3_value **apArg) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c804 static void DbUnlockNotify(void **apArg, int nArg){ argument
808 SqliteDb *pDb = (SqliteDb *)apArg[i];

Completed in 818 milliseconds