HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_get_auxdata (Results 1 - 7 of 7) sorted by null

  /external/sqlite/android/
sqlite3_android.cpp 289 sqlite3_stmt * statement = (sqlite3_stmt *)sqlite3_get_auxdata(context, 0);
306 // and sqlite3_get_auxdata() will return null above, forcing a recompile for the new table.
  /external/sqlite/dist/orig/
sqlite3ext.h 350 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
sqlite3.h     [all...]
sqlite3.c 69696 SQLITE_API void *SQLITE_STDCALL sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
102205 #define sqlite3_get_auxdata macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 350 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
sqlite3.h     [all...]
sqlite3.c 69714 SQLITE_API void *SQLITE_STDCALL sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
102223 #define sqlite3_get_auxdata macro
    [all...]

Completed in 388 milliseconds