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

  /external/chromium_org/third_party/sqlite/src/src/
legacy.c 30 int sqlite3_exec( function
sqlite3ext.h 287 #define sqlite3_exec sqlite3_api->exec macro
  /external/sqlite/dist/orig/
sqlite3ext.h 325 #define sqlite3_exec sqlite3_api->exec macro
sqlite3.c 436 ** The sqlite3_exec() interface is a convenience wrapper around
441 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
445 ** sqlite3_exec() is not NULL, then it is invoked for each result row
447 ** sqlite3_exec() is relayed through to the 1st argument of each
448 ** callback invocation. ^If the callback pointer to sqlite3_exec()
453 ** sqlite3_exec(), then execution of the current statement stops and
454 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
459 ** of sqlite3_exec() after the error message string is no longer needed.
460 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
461 ** occur, then sqlite3_exec() sets the pointer in its 5th parameter t
96835 SQLITE_API int sqlite3_exec( function
97296 #define sqlite3_exec macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 325 #define sqlite3_exec sqlite3_api->exec macro
sqlite3.c 436 ** The sqlite3_exec() interface is a convenience wrapper around
441 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
445 ** sqlite3_exec() is not NULL, then it is invoked for each result row
447 ** sqlite3_exec() is relayed through to the 1st argument of each
448 ** callback invocation. ^If the callback pointer to sqlite3_exec()
453 ** sqlite3_exec(), then execution of the current statement stops and
454 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
459 ** of sqlite3_exec() after the error message string is no longer needed.
460 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
461 ** occur, then sqlite3_exec() sets the pointer in its 5th parameter t
96855 SQLITE_API int sqlite3_exec( function
97316 #define sqlite3_exec macro
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 845 ** The sqlite3_exec() interface is a convenience wrapper around
850 ** ^The sqlite3_exec() interface runs zero or more UTF-8 encoded,
854 ** sqlite3_exec() is not NULL, then it is invoked for each result row
856 ** to sqlite3_exec() is relayed through to the 1st argument of each
857 ** callback invocation. ^If the callback pointer to sqlite3_exec()
862 ** sqlite3_exec(), then execution of the current statement stops and
863 ** subsequent statements are skipped. ^If the 5th parameter to sqlite3_exec()
868 ** of sqlite3_exec() after the error message string is no longer needed.
869 ** ^If the 5th parameter to sqlite3_exec() is not NULL and no errors
870 ** occur, then sqlite3_exec() sets the pointer in its 5th parameter t
86345 SQLITE_API int sqlite3_exec( function
86769 #define sqlite3_exec macro
    [all...]

Completed in 139 milliseconds