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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3.h7603 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */
H A Dsqlite3.c7863 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */
16098 sqlite3_value **apArg; /* The argument values */ member in struct:PrintfArguments
17983 Mem **apArg; /* Arguments to currently executing user function */ member in struct:Vdbe
24807 return sqlite3_value_int64(p->apArg[p->nUsed++]);
24811 return sqlite3_value_double(p->apArg[p->nUsed++]);
24815 return (char*)sqlite3_value_text(p->apArg[p->nUsed++]);
83625 Mem **apArg; local
83812 Mem **apArg; local
163296 rtreenode(sqlite3_context *ctx, int nArg, sqlite3_value **apArg) argument
163350 rtreedepth(sqlite3_context *ctx, int nArg, sqlite3_value **apArg) argument
163803 icuRegexpFunc(sqlite3_context *p, int nArg, sqlite3_value **apArg) argument
163886 icuCaseFunc16(sqlite3_context *p, int nArg, sqlite3_value **apArg) argument
[all...]
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c781 static void DbUnlockNotify(void **apArg, int nArg){ argument
785 SqliteDb *pDb = (SqliteDb *)apArg[i];

Completed in 695 milliseconds