Searched refs:zOrigVfsName (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_multiplex.h52 ** Use the VFS named zOrigVfsName as the VFS that does the actual work.
53 ** Use the default if zOrigVfsName==NULL.
78 extern int sqlite3_multiplex_initialize(const char *zOrigVfsName, int makeDefault);
H A Dtest_multiplex.c891 ** Use the VFS named zOrigVfsName as the VFS that does the actual work.
892 ** Use the default if zOrigVfsName==NULL.
900 int sqlite3_multiplex_initialize(const char *zOrigVfsName, int makeDefault){ argument
903 pOrigVfs = sqlite3_vfs_find(zOrigVfsName);
H A Dtest_quota.c565 ** Initialize the quota VFS shim. Use the VFS named zOrigVfsName
567 ** zOrigVfsName==NULL.
575 int sqlite3_quota_initialize(const char *zOrigVfsName, int makeDefault){ argument
578 pOrigVfs = sqlite3_vfs_find(zOrigVfsName);

Completed in 419 milliseconds