Home
last modified time | relevance | path

Searched defs:apArg (Results 1 – 13 of 13) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_window.c42 sqlite3_value **apArg in doTestWindowStep()
110 sqlite3_value **apArg in testWindowStep()
117 sqlite3_value **apArg in testWindowInverse()
228 sqlite3_value *apArg[] in sumintStep()
249 sqlite3_value *apArg[] in sumintInverse()
H A Dwindow.c150 sqlite3_value **apArg in row_numberStepFunc()
181 sqlite3_value **apArg in dense_rankStepFunc()
213 sqlite3_value **apArg in nth_valueStepFunc()
266 sqlite3_value **apArg in first_valueStepFunc()
300 sqlite3_value **apArg in rankStepFunc()
331 sqlite3_value **apArg in percent_rankStepFunc()
344 sqlite3_value **apArg in percent_rankInvFunc()
376 sqlite3_value **apArg in cume_distStepFunc()
389 sqlite3_value **apArg in cume_distInvFunc()
425 sqlite3_value **apArg in ntileStepFunc()
[all …]
H A Dtest_thread.c420 static void unlock_notify_cb(void **apArg, int nArg){ in unlock_notify_cb()
H A Dvdbe.c8055 Mem **apArg; in sqlite3VdbeExec() local
8260 Mem **apArg; in sqlite3VdbeExec() local
H A Dtest8.c1210 sqlite3_value **apArg in overloadedGlobFunction()
H A DvdbeInt.h438 Mem **apArg; /* Arguments to currently executing user function */ member
H A Dtclsqlite.c820 static void DbUnlockNotify(void **apArg, int nArg){ in DbUnlockNotify()
H A DsqliteInt.h4500 sqlite3_value **apArg; /* The argument values */ member
/sqlite-3.40.0/ext/icu/
H A Dicu.c277 static void icuRegexpFunc(sqlite3_context *p, int nArg, sqlite3_value **apArg){ in icuRegexpFunc()
361 static void icuCaseFunc16(sqlite3_context *p, int nArg, sqlite3_value **apArg){ in icuCaseFunc16()
465 sqlite3_value **apArg in icuLoadCollation()
/sqlite-3.40.0/ext/repair/
H A Dcheckfreelist.c229 sqlite3_value **apArg in checkfreelist_function()
256 sqlite3_value **apArg in readint_function()
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c657 sqlite3_value **apArg in recoverPageIsUsed()
682 sqlite3_value **apArg in recoverGetPage()
/sqlite-3.40.0/ext/rtree/
H A Drtree.c3864 static void rtreenode(sqlite3_context *ctx, int nArg, sqlite3_value **apArg){ in rtreenode()
3916 static void rtreedepth(sqlite3_context *ctx, int nArg, sqlite3_value **apArg){ in rtreedepth()
4374 sqlite3_value **apArg in rtreecheck()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c2776 sqlite3_value **apArg /* Function arguments */ in fts5Fts5Func()