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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 306 milliseconds