Searched defs:apArg (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/sqlite/src/ext/icu/ |
D | icu.c | 244 static void icuRegexpFunc(sqlite3_context *p, int nArg, sqlite3_value **apArg){ in icuRegexpFunc() 327 static void icuCaseFunc16(sqlite3_context *p, int nArg, sqlite3_value **apArg){ in icuCaseFunc16() 415 sqlite3_value **apArg in icuLoadCollation()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | test_thread.c | 415 static void unlock_notify_cb(void **apArg, int nArg){ in unlock_notify_cb()
|
D | vdbe.c | 5572 Mem **apArg; in sqlite3VdbeExec() local 5773 Mem **apArg; in sqlite3VdbeExec() local
|
D | test8.c | 1164 sqlite3_value **apArg in overloadedGlobFunction()
|
D | vdbeInt.h | 272 Mem **apArg; /* Arguments to currently executing user function */ member
|
D | tclsqlite.c | 638 static void DbUnlockNotify(void **apArg, int nArg){ in DbUnlockNotify()
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
D | rtree.c | 3087 static void rtreenode(sqlite3_context *ctx, int nArg, sqlite3_value **apArg){ in rtreenode() 3126 static void rtreedepth(sqlite3_context *ctx, int nArg, sqlite3_value **apArg){ in rtreedepth()
|
/external/sqlite/dist/ |
D | sqlite3.c | 12446 sqlite3_value **apArg; /* The argument values */ member 14167 Mem **apArg; /* Arguments to currently executing user function */ member
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 12446 sqlite3_value **apArg; /* The argument values */ member 14167 Mem **apArg; /* Arguments to currently executing user function */ member
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 12486 Mem **apArg; /* Arguments to currently executing user function */ member
|