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

  /external/chromium_org/third_party/sqlite/src/src/
test_func.c 174 ** Routines for testing the sqlite3_get_auxdata() and sqlite3_set_auxdata()
198 char *zAux = sqlite3_get_auxdata(pCtx, i);
244 int *pCounter = (int*)sqlite3_get_auxdata(pCtx, 0);
loadext.c 197 sqlite3_get_auxdata,
sqlite3ext.h 295 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
sqlite.h.in     [all...]
vdbeapi.c 587 void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c 259 pExpr = sqlite3_get_auxdata(p, 0);
  /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 319 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
sqlite3.h     [all...]
sqlite3.c 63342 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
91292 #define sqlite3_get_auxdata macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 319 #define sqlite3_get_auxdata sqlite3_api->get_auxdata macro
sqlite3.h     [all...]
sqlite3.c 63370 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
91328 #define sqlite3_get_auxdata macro
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c 61100 SQLITE_API void *sqlite3_get_auxdata(sqlite3_context *pCtx, int iArg){ function
86984 #define sqlite3_get_auxdata macro
    [all...]

Completed in 4888 milliseconds