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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile121 sqlite3_get_auxdata.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h459 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.h4537 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
5917 ** ^The sqlite3_get_auxdata(C,N) interface returns a pointer to the auxiliary data
5921 ** associated with the function argument, the sqlite3_get_auxdata(C,N) interface
5926 ** calls to sqlite3_get_auxdata(C,N) return P from the most recent
5950 ** sqlite3_get_auxdata() that occurs immediately after a corresponding call
5969 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
6023 ** See also: [sqlite3_set_auxdata()] and [sqlite3_get_auxdata()].
H A Dshell.c6958 pRe = sqlite3_get_auxdata(context, 0);
H A Dsqlite3.c4850 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
6230 ** ^The sqlite3_get_auxdata(C,N) interface returns a pointer to the auxiliary data
6234 ** associated with the function argument, the sqlite3_get_auxdata(C,N) interface
6239 ** calls to sqlite3_get_auxdata(C,N) return P from the most recent
6263 ** sqlite3_get_auxdata() that occurs immediately after a corresponding call
6282 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
6336 ** See also: [sqlite3_set_auxdata()] and [sqlite3_get_auxdata()].
91024 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
135931 #define sqlite3_get_auxdata macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1066 void *sqlite3_get_auxdata(sqlite3_context*, int N);

Completed in 629 milliseconds