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

  /external/chromium_org/third_party/sqlite/src/src/
printf.c 967 ** This is the routine that actually formats the sqlite3_log() message.
968 ** We house it in a separate routine from sqlite3_log() to avoid using
971 ** sqlite3_log() must render into a static buffer. It cannot dynamically
989 void sqlite3_log(int iErrCode, const char *zFormat, ...){ function
    [all...]
sqlite3ext.h 406 #define sqlite3_log sqlite3_api->log macro
  /external/sqlite/dist/orig/
sqlite3ext.h 444 #define sqlite3_log sqlite3_api->log macro
sqlite3.c 541 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
542 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
21539 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ function
97415 #define sqlite3_log macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 444 #define sqlite3_log sqlite3_api->log macro
sqlite3.c 541 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
542 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
21539 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ function
97435 #define sqlite3_log macro
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 19472 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...){ function
86888 #define sqlite3_log macro
    [all...]

Completed in 121 milliseconds