Lines Matching refs:sqlite3_get_auxdata
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){
132381 #define sqlite3_get_auxdata sqlite3_api->get_auxdata
132826 sqlite3_get_auxdata,
199243 ** Magic number used for the JSON parse cache in sqlite3_get_auxdata()
199250 ** of the argv array. Use the sqlite3_get_auxdata() cache for this
199254 ** future sqlite3_get_auxdata() calls.
199271 p = (JsonParse*)sqlite3_get_auxdata(pCtx, JSON_CACHE_ID+iKey);
199311 return (JsonParse*)sqlite3_get_auxdata(pCtx, JSON_CACHE_ID+iMinKey);
207641 pExpr = sqlite3_get_auxdata(p, 0);
207651 pExpr = sqlite3_get_auxdata(p, 0);