Searched refs:zPath (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dshell.c2398 char *zDrive, *zPath; local
2401 zPath = getenv("HOMEPATH");
2402 if( zDrive && zPath ){
2403 n = strlen30(zDrive) + strlen30(zPath) + 1;
2406 sqlite3_snprintf(n, home_dir, "%s%s", zDrive, zPath);
H A Dsqlite3.c13465 const char *zPath,
13476 rc = pVfs->xOpen(pVfs, zPath, pFile, flags & 0x87f3f, pFlagsOut);
13480 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
13481 return pVfs->xDelete(pVfs, zPath, dirSync);
13485 const char *zPath,
13490 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
13494 const char *zPath,
13499 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
13502 SQLITE_PRIVATE void *sqlite3OsDlOpen(sqlite3_vfs *pVfs, const char *zPath){ argument
13503 return pVfs->xDlOpen(pVfs, zPath);
13463 sqlite3OsOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pFlagsOut ) argument
13483 sqlite3OsAccess( sqlite3_vfs *pVfs, const char *zPath, int flags, int *pResOut ) argument
13492 sqlite3OsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nPathOut, char *zPathOut ) argument
22626 const char *zPath; /* Name of the file */ member in struct:unixFile
26973 findReusableFd(const char *zPath, int flags) argument
27033 findCreateFileMode( const char *zPath, int flags, mode_t *pMode ) argument
27082 unixOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pOutFlags ) argument
27324 unixDelete( sqlite3_vfs *NotUsed, const char *zPath, int dirSync ) argument
27367 unixAccess( sqlite3_vfs *NotUsed, const char *zPath, int flags, int *pResOut ) argument
27410 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
29240 const char *zPath; /* Full pathname of this file */ member in struct:winFile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c2398 char *zDrive, *zPath; local
2401 zPath = getenv("HOMEPATH");
2402 if( zDrive && zPath ){
2403 n = strlen30(zDrive) + strlen30(zPath) + 1;
2406 sqlite3_snprintf(n, home_dir, "%s%s", zDrive, zPath);
H A Dsqlite3.c13465 const char *zPath,
13476 rc = pVfs->xOpen(pVfs, zPath, pFile, flags & 0x87f3f, pFlagsOut);
13480 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
13481 return pVfs->xDelete(pVfs, zPath, dirSync);
13485 const char *zPath,
13490 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
13494 const char *zPath,
13499 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
13502 SQLITE_PRIVATE void *sqlite3OsDlOpen(sqlite3_vfs *pVfs, const char *zPath){ argument
13503 return pVfs->xDlOpen(pVfs, zPath);
13463 sqlite3OsOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pFlagsOut ) argument
13483 sqlite3OsAccess( sqlite3_vfs *pVfs, const char *zPath, int flags, int *pResOut ) argument
13492 sqlite3OsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nPathOut, char *zPathOut ) argument
22626 const char *zPath; /* Name of the file */ member in struct:unixFile
26973 findReusableFd(const char *zPath, int flags) argument
27033 findCreateFileMode( const char *zPath, int flags, mode_t *pMode ) argument
27082 unixOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pOutFlags ) argument
27324 unixDelete( sqlite3_vfs *NotUsed, const char *zPath, int dirSync ) argument
27367 unixAccess( sqlite3_vfs *NotUsed, const char *zPath, int flags, int *pResOut ) argument
27410 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
29240 const char *zPath; /* Full pathname of this file */ member in struct:winFile
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c2398 char *zDrive, *zPath; local
2401 zPath = getenv("HOMEPATH");
2402 if( zDrive && zPath ){
2403 n = strlen30(zDrive) + strlen30(zPath) + 1;
2406 sqlite3_snprintf(n, home_dir, "%s%s", zDrive, zPath);
H A Dsqlite3.c13465 const char *zPath,
13476 rc = pVfs->xOpen(pVfs, zPath, pFile, flags & 0x87f3f, pFlagsOut);
13480 SQLITE_PRIVATE int sqlite3OsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ argument
13481 return pVfs->xDelete(pVfs, zPath, dirSync);
13485 const char *zPath,
13490 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
13494 const char *zPath,
13499 return pVfs->xFullPathname(pVfs, zPath, nPathOut, zPathOut);
13502 SQLITE_PRIVATE void *sqlite3OsDlOpen(sqlite3_vfs *pVfs, const char *zPath){ argument
13503 return pVfs->xDlOpen(pVfs, zPath);
13463 sqlite3OsOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pFlagsOut ) argument
13483 sqlite3OsAccess( sqlite3_vfs *pVfs, const char *zPath, int flags, int *pResOut ) argument
13492 sqlite3OsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nPathOut, char *zPathOut ) argument
22626 const char *zPath; /* Name of the file */ member in struct:unixFile
26973 findReusableFd(const char *zPath, int flags) argument
27033 findCreateFileMode( const char *zPath, int flags, mode_t *pMode ) argument
27082 unixOpen( sqlite3_vfs *pVfs, const char *zPath, sqlite3_file *pFile, int flags, int *pOutFlags ) argument
27324 unixDelete( sqlite3_vfs *NotUsed, const char *zPath, int dirSync ) argument
27367 unixAccess( sqlite3_vfs *NotUsed, const char *zPath, int flags, int *pResOut ) argument
27410 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
29240 const char *zPath; /* Full pathname of this file */ member in struct:winFile
[all...]

Completed in 586 milliseconds