Searched refs:sqlite3_set_auxdata (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 494 #define sqlite3_set_auxdata sqlite3_api->set_auxdata macro
|
| H A D | sqlite3.h | 4557 ** and/or [sqlite3_set_auxdata()]. 5937 ** associated by the sqlite3_set_auxdata(C,N,P,X) function with the Nth argument 5943 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as auxiliary data for the 5946 ** sqlite3_set_auxdata(C,N,P,X) call if the auxiliary data is still valid or 5948 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL, 5955 ** <li> ^(when sqlite3_set_auxdata() is invoked again on the same 5957 ** <li> ^(during the original sqlite3_set_auxdata() call when a memory 5959 ** <li> ^(during the original sqlite3_set_auxdata() call if the function 5964 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the 5965 ** sqlite3_set_auxdata() interfac [all...] |
| H A D | shell.c | 7025 int setAux = 0; /* True to invoke sqlite3_set_auxdata() */ in re_sql_func() 7049 sqlite3_set_auxdata(context, 0, pRe, (void(*)(void*))re_free); in re_sql_func()
|
| H A D | sqlite3.c | 4870 ** and/or [sqlite3_set_auxdata()]. 6250 ** associated by the sqlite3_set_auxdata(C,N,P,X) function with the Nth argument 6256 ** ^The sqlite3_set_auxdata(C,N,P,X) interface saves P as auxiliary data for the 6259 ** sqlite3_set_auxdata(C,N,P,X) call if the auxiliary data is still valid or 6261 ** ^After each call to sqlite3_set_auxdata(C,N,P,X) where X is not NULL, 6268 ** <li> ^(when sqlite3_set_auxdata() is invoked again on the same 6270 ** <li> ^(during the original sqlite3_set_auxdata() call when a memory 6272 ** <li> ^(during the original sqlite3_set_auxdata() call if the function 6277 ** sqlite3_set_auxdata(C,N,P,X) might be called immediately, before the 6278 ** sqlite3_set_auxdata() interfac [all...] |