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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h358 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.c3658 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4696 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4699 ** associated with the function argument, this sqlite3_get_auxdata() interface
4704 ** calls to sqlite3_get_auxdata(C,N) return P from the most recent
4732 SQLITE_API void *SQLITE_STDCALL sqlite3_get_auxdata(sqlite3_context*, int N);
71744 SQLITE_API void *SQLITE_STDCALL sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
104405 #define sqlite3_get_auxdata macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h358 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.c3658 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4696 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4699 ** associated with the function argument, this sqlite3_get_auxdata() interface
4704 ** calls to sqlite3_get_auxdata(C,N) return P from the most recent
4732 SQLITE_API void *SQLITE_STDCALL sqlite3_get_auxdata(sqlite3_context*, int N);
71762 SQLITE_API void *SQLITE_STDCALL sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
104423 #define sqlite3_get_auxdata macro
[all...]

Completed in 457 milliseconds