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

  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 651 ** The zName field holds the name of the VFS module. The name must
745 const char *zName; /* Name of this virtual file system */
747 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
749 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
750 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
751 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 1638 milliseconds