Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_get_auxdata

3643 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4590 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4595 ** then sqlite3_get_auxdata() returns a NULL pointer.
4600 ** calls to sqlite3_get_auxdata() might return this data, if it has
4618 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
13052 ** of the function. This is used to implement the sqlite3_get_auxdata()
63342 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){
91292 #define sqlite3_get_auxdata sqlite3_api->get_auxdata
91603 sqlite3_get_auxdata,
133658 pExpr = sqlite3_get_auxdata(p, 0);