Searched defs:sqlite3_get_auxdata (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h350 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.c3635 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4646 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4649 ** associated with the function argument, this sqlite3_get_auxdata() interface
4654 ** calls to sqlite3_get_auxdata(C,N) return P from the most recent
4682 SQLITE_API void *SQLITE_STDCALL sqlite3_get_auxdata(sqlite3_context*, int N);
69696 SQLITE_API void *SQLITE_STDCALL sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
102205 #define sqlite3_get_auxdata macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h350 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.c3635 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4646 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4649 ** associated with the function argument, this sqlite3_get_auxdata() interface
4654 ** calls to sqlite3_get_auxdata(C,N) return P from the most recent
4682 SQLITE_API void *SQLITE_STDCALL sqlite3_get_auxdata(sqlite3_context*, int N);
69714 SQLITE_API void *SQLITE_STDCALL sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
102223 #define sqlite3_get_auxdata macro
[all...]

Completed in 814 milliseconds