Lines Matching defs:zPath

26753   const char *zPath,  in sqlite3OsOpen()
26769 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in sqlite3OsDelete()
26776 const char *zPath, in sqlite3OsAccess()
26785 const char *zPath, in sqlite3OsFullPathname()
26794 SQLITE_PRIVATE void *sqlite3OsDlOpen(sqlite3_vfs *pVfs, const char *zPath){ in sqlite3OsDlOpen()
38717 static int kvvfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in kvvfsDelete()
38733 const char *zPath, in kvvfsAccess()
38764 const char *zPath, in kvvfsFullPathname()
38783 static void *kvvfsDlOpen(sqlite3_vfs *pVfs, const char *zPath){ in kvvfsDlOpen()
39110 const char *zPath; /* Name of the file */ member
40116 const char *zPath, /* File path associated with error */ in unixLogErrorAtLine()
44922 static UnixUnusedFd *findReusableFd(const char *zPath, int flags){ in findReusableFd()
45012 const char *zPath, /* Path of file (possibly) being created */ in findCreateFileMode()
45093 const char *zPath, /* Pathname of file to be opened */ in unixOpen()
45379 const char *zPath, /* Name of file to be deleted */ in unixDelete()
45427 const char *zPath, /* Path of the file to examine */ in unixAccess()
45530 const char *zPath /* Path to append to pPath. Is zero-terminated */ in appendAllPathElements()
45554 const char *zPath, /* Possibly relative input path */ in unixFullPathname()
47404 const char *zPath; /* Full pathname of this file */ member
49340 const char *zPath, /* File path associated with error */ in winLogErrorAtLine()