Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_get_auxdata

3262 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4188 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4193 ** then sqlite3_get_auxdata() returns a NULL pointer.
4198 ** calls to sqlite3_get_auxdata() might return this data, if it has
4216 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
12199 ** of the function. This is used to implement the sqlite3_get_auxdata()
59041 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){
84722 #define sqlite3_get_auxdata sqlite3_api->get_auxdata
85021 sqlite3_get_auxdata,
122640 pExpr = sqlite3_get_auxdata(p, 0);