Searched refs:sqlite3_get_auxdata (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h319 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.h3053 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4000 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4005 ** then sqlite3_get_auxdata() returns a NULL pointer.
4010 ** calls to sqlite3_get_auxdata() might return this data, if it has
4028 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
H A Dsqlite3.c3603 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4550 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4555 ** then sqlite3_get_auxdata() returns a NULL pointer.
4560 ** calls to sqlite3_get_auxdata() might return this data, if it has
4578 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
13020 ** of the function. This is used to implement the sqlite3_get_auxdata()
63236 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
91166 #define sqlite3_get_auxdata macro
[all...]

Completed in 490 milliseconds