Home
last modified time | relevance | path

Searched refs:nPathname (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dsqlite3.c62794 int nPathname = 0; /* Number of bytes in zPathname */ local
62815 nPathname = sqlite3Strlen30(zPathname);
62827 nPathname = pVfs->mxPathname + 1;
62828 zPathname = sqlite3DbMallocRaw(0, 2*(i64)nPathname);
62833 rc = sqlite3OsFullPathname(pVfs, zFilename, nPathname, zPathname);
62843 nPathname = sqlite3Strlen30(zPathname);
62851 if( rc==SQLITE_OK && nPathname+8>pVfs->mxPathname ){
62918 (u64)nPathname + 1 + /* database filename */
62920 (u64)nPathname + 8 + 1 + /* Journal filename */
62922 (u64)nPathname + 4 + 1 + /* WAL filename */
[all …]