Lines Matching refs:sqlite3_get_auxdata
5176 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
6617 ** ^The sqlite3_get_auxdata(C,N) interface returns a pointer to the auxiliary
6621 ** associated with the function argument, the sqlite3_get_auxdata(C,N)
6626 ** calls to sqlite3_get_auxdata(C,N) return P from the most recent
6650 ** sqlite3_get_auxdata() that occurs immediately after a corresponding call
6669 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
6728 ** See also: [sqlite3_set_auxdata()] and [sqlite3_get_auxdata()].
94697 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){
142689 #define sqlite3_get_auxdata sqlite3_api->get_auxdata
143146 sqlite3_get_auxdata,
212671 ** Magic number used for the JSON parse cache in sqlite3_get_auxdata()
212854 p = sqlite3_get_auxdata(ctx, JSON_CACHE_ID);
212861 p = sqlite3_get_auxdata(ctx, JSON_CACHE_ID);
212905 p = sqlite3_get_auxdata(ctx, JSON_CACHE_ID);
224713 pExpr = sqlite3_get_auxdata(p, 0);
224723 pExpr = sqlite3_get_auxdata(p, 0);