Home
last modified time | relevance | path

Searched defs:aArg (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/src/
H A Dnotify.c230 void **aArg; /* Arguments to the unlock callback */ in sqlite3ConnectionUnlocked() local
H A Dtest_hexio.c390 Tcl_Obj **aArg = 0; in make_fts3record() local
H A Dtest_malloc.c1070 Tcl_Obj * CONST *aArg = &objv[1]; in test_config_heap() local
1105 Tcl_Obj * CONST *aArg = &objv[1]; in test_config_heap_size() local
H A Dtest1.c1812 static void cf2Func(sqlite3_context *ctx, int nArg, sqlite3_value **aArg){ in cf2Func()
1814 static void cf2Step(sqlite3_context *ctx, int nArg, sqlite3_value **aArg){ in cf2Step()
6903 static void test_unlock_notify_cb(void **aArg, int nArg){ in test_unlock_notify_cb()
H A Dtclsqlite.c964 Tcl_Obj **aArg; in tclSqlFunc() local
/sqlite-3.40.0/ext/misc/
H A Dregexp.c155 int *aArg; /* Arguments to each operator */ member
377 int *aArg; in re_resize() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer.c195 char const **aArg = 0; in sqlite3Fts3InitTokenizer() local
/sqlite-3.40.0/ext/rtree/
H A Drtree.c4482 static void geomCallback(sqlite3_context *ctx, int nArg, sqlite3_value **aArg){ in geomCallback()