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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h333 #define sqlite3_set_auxdata sqlite3_api->set_auxdata macro
H A Dsqlite3.h2976 ** and/or [sqlite3_set_auxdata()].
3910 ** associated by the sqlite3_set_auxdata() function with the Nth argument
3916 ** ^The sqlite3_set_auxdata() interface saves the metadata
3922 ** function given by the 4th parameter to sqlite3_set_auxdata() on
3938 SQLITE_API void sqlite3_set_auxdata(sqlite3_context*, int N, void*, void (*)(void*));
H A Dsqlite3.c3529 ** and/or [sqlite3_set_auxdata()].
4463 ** associated by the sqlite3_set_auxdata() function with the Nth argument
4469 ** ^The sqlite3_set_auxdata() interface saves the metadata
4475 ** function given by the 4th parameter to sqlite3_set_auxdata() on
4491 SQLITE_API void sqlite3_set_auxdata(sqlite3_context*, int N, void*, void (*)(void*));
12765 ** and sqlite3_set_auxdata() APIs. The "auxdata" is some auxiliary data
62155 SQLITE_API void sqlite3_set_auxdata( function
89225 #define sqlite3_set_auxdata macro
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h410 #define sqlite3_set_auxdata sqlite3_api->set_auxdata macro
H A Dsqlite3.h3655 ** and/or [sqlite3_set_auxdata()].
4693 ** associated by the sqlite3_set_auxdata() function with the Nth argument
4698 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as metadata for the N-th
4701 ** sqlite3_set_auxdata(C,N,P,X) call if the metadata is still valid or
4703 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL,
4710 ** <li> ^(when sqlite3_set_auxdata() is invoked again on the same
4712 ** <li> ^(during the original sqlite3_set_auxdata() call when a memory
4716 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the
4717 ** sqlite3_set_auxdata() interface even returns. Hence sqlite3_set_auxdata()
[all...]
H A Dsqlite3.c3915 ** and/or [sqlite3_set_auxdata()].
4953 ** associated by the sqlite3_set_auxdata() function with the Nth argument
4958 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as metadata for the N-th
4961 ** sqlite3_set_auxdata(C,N,P,X) call if the metadata is still valid or
4963 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL,
4970 ** <li> ^(when sqlite3_set_auxdata() is invoked again on the same
4972 ** <li> ^(during the original sqlite3_set_auxdata() call when a memory
4976 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the
4977 ** sqlite3_set_auxdata() interface even returns. Hence sqlite3_set_auxdata()
75772 SQLITE_API void SQLITE_STDCALL sqlite3_set_auxdata( function
109236 #define sqlite3_set_auxdata macro
[all...]

Completed in 840 milliseconds