Searched refs:sqlite3_get_auxdata (Results 1 - 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
H A D | sqlite3ext.h | 458 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
|
H A D | sqlite3.h | 4428 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()], 5752 ** ^The sqlite3_get_auxdata(C,N) interface returns a pointer to the metadata 5756 ** associated with the function argument, the sqlite3_get_auxdata(C,N) interface 5761 ** calls to sqlite3_get_auxdata(C,N) return P from the most recent 5794 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
|
/third_party/sqlite/src/ |
H A D | shell.c | 4506 pRe = sqlite3_get_auxdata(context, 0); in re_sql_func()
|
H A D | sqlite3.c | 4734 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()], 6061 ** ^The sqlite3_get_auxdata(C,N) interface returns a pointer to the metadata 6065 ** associated with the function argument, the sqlite3_get_auxdata(C,N) interface 6070 ** calls to sqlite3_get_auxdata(C,N) return P from the most recent 6103 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N); 88916 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ global() function 132381 #define sqlite3_get_auxdata global() macro [all...] |
Completed in 176 milliseconds