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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 573 int (*xClose)(sqlite3_file*);
657 ** the string will be valid and unchanged until xClose() is
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 602 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
685 int (*xClose)(sqlite3_file*);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 602 ** to a non-NULL pointer, then the sqlite3_io_methods.xClose method
604 ** only way to prevent a call to xClose following a failed [sqlite3_vfs.xOpen]
685 int (*xClose)(sqlite3_file*);
    [all...]
sqlite3.c     [all...]

Completed in 73 milliseconds