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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_func.c174 ** Routines for testing the sqlite3_get_auxdata() and sqlite3_set_auxdata()
209 sqlite3_set_auxdata(pCtx, i, zAux, free_test_auxdata);
252 sqlite3_set_auxdata(pCtx, 0, pCounter, sqlite3_free);
H A Dloadext.c228 sqlite3_set_auxdata,
H A Dsqlite3ext.h330 #define sqlite3_set_auxdata sqlite3_api->set_auxdata macro
H A Dsqlite.h.in2787 ** and/or [sqlite3_set_auxdata()].
3721 ** associated by the sqlite3_set_auxdata() function with the Nth argument
3727 ** ^The sqlite3_set_auxdata() interface saves the metadata
3733 ** function given by the 4th parameter to sqlite3_set_auxdata() on
3749 void sqlite3_set_auxdata(sqlite3_context*, int N, void*, void (*)(void*));
H A Dvdbeapi.c603 void sqlite3_set_auxdata( function
/external/chromium_org/third_party/sqlite/src/ext/icu/
H A Dicu.c218 ** a destructor function with sqlite3_set_auxdata().
268 sqlite3_set_auxdata(p, 0, pExpr, icuRegexpDelete);
/external/sqlite/android/
H A Dsqlite3_android.cpp307 sqlite3_set_auxdata(context, 0, statement, tokenize_auxdata_delete);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h368 #define sqlite3_set_auxdata sqlite3_api->set_auxdata macro
H A Dsqlite3.h3313 ** and/or [sqlite3_set_auxdata()].
4289 ** associated by the sqlite3_set_auxdata() function with the Nth argument
4294 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as metadata for the N-th
4297 ** sqlite3_set_auxdata(C,N,P,X) call if the metadata is still valid or
4299 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL,
4306 ** <li> when sqlite3_set_auxdata() is invoked again on the same parameter, or
4307 ** <li> during the original sqlite3_set_auxdata() call when a memory
4311 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the
4312 ** sqlite3_set_auxdata() interface even returns. Hence sqlite3_set_auxdata()
[all...]
H A Dsqlite3.c3428 ** and/or [sqlite3_set_auxdata()].
4404 ** associated by the sqlite3_set_auxdata() function with the Nth argument
4409 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as metadata for the N-th
4412 ** sqlite3_set_auxdata(C,N,P,X) call if the metadata is still valid or
4414 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL,
4421 ** <li> when sqlite3_set_auxdata() is invoked again on the same parameter, or
4422 ** <li> during the original sqlite3_set_auxdata() call when a memory
4426 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the
4427 ** sqlite3_set_auxdata() interface even returns. Hence sqlite3_set_auxdata()
66900 SQLITE_API void sqlite3_set_auxdata( function
97339 #define sqlite3_set_auxdata macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h368 #define sqlite3_set_auxdata sqlite3_api->set_auxdata macro
H A Dsqlite3.h3313 ** and/or [sqlite3_set_auxdata()].
4289 ** associated by the sqlite3_set_auxdata() function with the Nth argument
4294 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as metadata for the N-th
4297 ** sqlite3_set_auxdata(C,N,P,X) call if the metadata is still valid or
4299 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL,
4306 ** <li> when sqlite3_set_auxdata() is invoked again on the same parameter, or
4307 ** <li> during the original sqlite3_set_auxdata() call when a memory
4311 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the
4312 ** sqlite3_set_auxdata() interface even returns. Hence sqlite3_set_auxdata()
[all...]
H A Dsqlite3.c3428 ** and/or [sqlite3_set_auxdata()].
4404 ** associated by the sqlite3_set_auxdata() function with the Nth argument
4409 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as metadata for the N-th
4412 ** sqlite3_set_auxdata(C,N,P,X) call if the metadata is still valid or
4414 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL,
4421 ** <li> when sqlite3_set_auxdata() is invoked again on the same parameter, or
4422 ** <li> during the original sqlite3_set_auxdata() call when a memory
4426 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the
4427 ** sqlite3_set_auxdata() interface even returns. Hence sqlite3_set_auxdata()
66920 SQLITE_API void sqlite3_set_auxdata( function
97359 #define sqlite3_set_auxdata macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2792 ** and/or [sqlite3_set_auxdata()].
3726 ** associated by the sqlite3_set_auxdata() function with the Nth argument
3732 ** ^The sqlite3_set_auxdata() interface saves the metadata
3738 ** function given by the 4th parameter to sqlite3_set_auxdata() on
3754 SQLITE_API void sqlite3_set_auxdata(sqlite3_context*, int N, void*, void (*)(void*));
H A Dsqlite3.c3335 ** and/or [sqlite3_set_auxdata()].
4269 ** associated by the sqlite3_set_auxdata() function with the Nth argument
4275 ** ^The sqlite3_set_auxdata() interface saves the metadata
4281 ** function given by the 4th parameter to sqlite3_set_auxdata() on
4297 SQLITE_API void sqlite3_set_auxdata(sqlite3_context*, int N, void*, void (*)(void*));
12430 ** and sqlite3_set_auxdata() APIs. The "auxdata" is some auxiliary data
60937 SQLITE_API void sqlite3_set_auxdata( function
86812 #define sqlite3_set_auxdata macro
[all...]

Completed in 747 milliseconds