Searched refs:sqlite3_get_auxdata (Results 1 - 9 of 9) sorted by relevance

/external/sqlite/android/
H A Dsqlite3_android.cpp337 sqlite3_stmt * statement = (sqlite3_stmt *)sqlite3_get_auxdata(context, 0);
354 // and sqlite3_get_auxdata() will return null above, forcing a recompile for the new table.
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h276 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.h2387 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
3294 ** The sqlite3_get_auxdata() interface returns a pointer to the metadata
3299 ** then sqlite3_get_auxdata() returns a NULL pointer.
3304 ** calls to sqlite3_get_auxdata() might return this data, if it has
3325 void *sqlite3_get_auxdata(sqlite3_context*, int N);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h319 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.h3093 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4040 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4045 ** then sqlite3_get_auxdata() returns a NULL pointer.
4050 ** calls to sqlite3_get_auxdata() might return this data, if it has
4068 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
H A Dsqlite3.c3643 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4590 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4595 ** then sqlite3_get_auxdata() returns a NULL pointer.
4600 ** calls to sqlite3_get_auxdata() might return this data, if it has
4618 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
13052 ** of the function. This is used to implement the sqlite3_get_auxdata()
63342 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
91292 #define sqlite3_get_auxdata macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h319 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
H A Dsqlite3.h3093 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4040 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4045 ** then sqlite3_get_auxdata() returns a NULL pointer.
4050 ** calls to sqlite3_get_auxdata() might return this data, if it has
4068 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
H A Dsqlite3.c3643 ** [sqlite3_context_db_handle()], [sqlite3_get_auxdata()],
4590 ** ^The sqlite3_get_auxdata() interface returns a pointer to the metadata
4595 ** then sqlite3_get_auxdata() returns a NULL pointer.
4600 ** calls to sqlite3_get_auxdata() might return this data, if it has
4618 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context*, int N);
13052 ** of the function. This is used to implement the sqlite3_get_auxdata()
63353 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
91303 #define sqlite3_get_auxdata macro
[all...]

Completed in 320 milliseconds