Searched refs:sqlite3_set_auxdata (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h494 #define sqlite3_set_auxdata sqlite3_api->set_auxdata macro
H A Dsqlite3.h4538 ** and/or [sqlite3_set_auxdata()].
5918 ** associated by the sqlite3_set_auxdata(C,N,P,X) function with the Nth argument
5924 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as auxiliary data for the
5927 ** sqlite3_set_auxdata(C,N,P,X) call if the auxiliary data is still valid or
5929 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL,
5936 ** <li> ^(when sqlite3_set_auxdata() is invoked again on the same
5938 ** <li> ^(during the original sqlite3_set_auxdata() call when a memory
5940 ** <li> ^(during the original sqlite3_set_auxdata() call if the function
5945 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the
5946 ** sqlite3_set_auxdata() interfac
[all...]
H A Dshell.c6955 int setAux = 0; /* True to invoke sqlite3_set_auxdata() */
6979 sqlite3_set_auxdata(context, 0, pRe, (void(*)(void*))re_free);
H A Dsqlite3.c4851 ** and/or [sqlite3_set_auxdata()].
6231 ** associated by the sqlite3_set_auxdata(C,N,P,X) function with the Nth argument
6237 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as auxiliary data for the
6240 ** sqlite3_set_auxdata(C,N,P,X) call if the auxiliary data is still valid or
6242 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL,
6249 ** <li> ^(when sqlite3_set_auxdata() is invoked again on the same
6251 ** <li> ^(during the original sqlite3_set_auxdata() call when a memory
6253 ** <li> ^(during the original sqlite3_set_auxdata() call if the function
6258 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the
6259 ** sqlite3_set_auxdata() interfac
91055 SQLITE_API void sqlite3_set_auxdata( function
135966 #define sqlite3_set_auxdata macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1068 void sqlite3_set_auxdata(sqlite3_context*, int N, void*, void function (void*));

Completed in 603 milliseconds