Searched defs:zPath (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | wasm32-wasi-vfs.c | 453 static int demoDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in demoDelete() 498 const char *zPath, in demoAccess() 531 const char *zPath, /* Input path (possibly a relative path) */ in demoFullPathname() 553 static void *demoDlOpen(sqlite3_vfs *pVfs, const char *zPath){ in demoDlOpen()
|
/external/sqlite/dist/orig/ |
D | shell.c | 2335 const char *zPath, in statTimesToUtc() 2363 const char *zPath, in fileStat() 2381 const char *zPath, in fileLinkStat() 2661 char *zPath; /* Path to current entry */ member 4080 static int apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in apndDelete() 4085 const char *zPath, in apndAccess() 4093 const char *zPath, in apndFullPathname() 4099 static void *apndDlOpen(sqlite3_vfs *pVfs, const char *zPath){ in apndDlOpen() 5706 static ZipfileEntry *zipfileNewEntry(const char *zPath){ in zipfileNewEntry() 5921 const char *zPath = 0; /* Path for new entry */ in zipfileUpdate() local [all …]
|
/external/sqlite/dist/ |
D | shell.c | 2340 const char *zPath, in statTimesToUtc() 2368 const char *zPath, in fileStat() 2386 const char *zPath, in fileLinkStat() 2666 char *zPath; /* Path to current entry */ member 4085 static int apndDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in apndDelete() 4090 const char *zPath, in apndAccess() 4098 const char *zPath, in apndFullPathname() 4104 static void *apndDlOpen(sqlite3_vfs *pVfs, const char *zPath){ in apndDlOpen() 5711 static ZipfileEntry *zipfileNewEntry(const char *zPath){ in zipfileNewEntry() 5926 const char *zPath = 0; /* Path for new entry */ in zipfileUpdate() local [all …]
|