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

/freebsd-12-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-12-stable/contrib/sqlite3/
H A Dsqlite3ext.h465 #define sqlite3_set_auxdata sqlite3_api->set_auxdata macro
H A Dsqlite3.h4270 ** and/or [sqlite3_set_auxdata()].
5576 ** associated by the sqlite3_set_auxdata(C,N,P,X) function with the Nth argument
5582 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as metadata for the N-th
5585 ** sqlite3_set_auxdata(C,N,P,X) call if the metadata is still valid or
5587 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL,
5594 ** <li> ^(when sqlite3_set_auxdata() is invoked again on the same
5596 ** <li> ^(during the original sqlite3_set_auxdata() call when a memory
5600 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the
5601 ** sqlite3_set_auxdata() interface even returns. Hence sqlite3_set_auxdata()
[all...]
H A Dsqlite3.c5333 ** and/or [sqlite3_set_auxdata()].
6639 ** associated by the sqlite3_set_auxdata(C,N,P,X) function with the Nth argument
6645 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as metadata for the N-th
6648 ** sqlite3_set_auxdata(C,N,P,X) call if the metadata is still valid or
6650 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL,
6657 ** <li> ^(when sqlite3_set_auxdata() is invoked again on the same
6659 ** <li> ^(during the original sqlite3_set_auxdata() call when a memory
6663 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the
6664 ** sqlite3_set_auxdata() interface even returns. Hence sqlite3_set_auxdata()
84562 SQLITE_API void sqlite3_set_auxdata( function
125855 #define sqlite3_set_auxdata macro
[all...]

Completed in 925 milliseconds