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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3ext.h333 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.h3236 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4193 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4198 ** then sqlite3_get_auxdata() returns a NULL pointer.
4203 ** calls to sqlite3_get_auxdata() might return this data, if it has
4221 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
H A Dsqlite3.c3807 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4764 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4769 ** then sqlite3_get_auxdata() returns a NULL pointer.
4774 ** calls to sqlite3_get_auxdata() might return this data, if it has
4792 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
13479 ** of the function. This is used to implement the sqlite3_get_auxdata()
63783 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
92510 #define sqlite3_get_auxdata macro
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h298 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.h2975 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
3909 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
3914 ** then sqlite3_get_auxdata() returns a NULL pointer.
3919 ** calls to sqlite3_get_auxdata() might return this data, if it has
3937 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
H A Dsqlite3.c3528 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4462 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4467 ** then sqlite3_get_auxdata() returns a NULL pointer.
4472 ** calls to sqlite3_get_auxdata() might return this data, if it has
4490 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
12764 ** of the function. This is used to implement the sqlite3_get_auxdata()
62139 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
89190 #define sqlite3_get_auxdata macro
[all...]

Completed in 770 milliseconds