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 294 sqlite3_stmt * statement = (sqlite3_stmt *)sqlite3_get_auxdata(context, 0);
311 // and sqlite3_get_auxdata() will return null above, forcing a recompile for the new table.
  /external/sqlite/dist/orig/
sqlite3ext.h 388 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
sqlite3.h     [all...]
sqlite3.c 78569 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
113653 #define sqlite3_get_auxdata macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 388 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
sqlite3.h     [all...]
sqlite3.c 78569 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
113653 #define sqlite3_get_auxdata macro
    [all...]

Completed in 389 milliseconds