Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c62793 int nPathname = 0; /* Number of bytes in zPathname */ local
62814 nPathname = sqlite3Strlen30(zPathname);
62826 nPathname = pVfs->mxPathname + 1;
62827 zPathname = sqlite3DbMallocRaw(0, 2*(i64)nPathname);
62832 rc = sqlite3OsFullPathname(pVfs, zFilename, nPathname, zPathname);
62842 nPathname = sqlite3Strlen30(zPathname);
62850 if( rc==SQLITE_OK && nPathname+8>pVfs->mxPathname ){
62917 (u64)nPathname + 1 + /* database filename */
62919 (u64)nPathname + 8 + 1 + /* Journal filename */
62921 (u64)nPathname + 4 + 1 + /* WAL filename */
[all …]