Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c64434 int nPathname = 0; /* Number of bytes in zPathname */ local
64455 nPathname = sqlite3Strlen30(zPathname);
64467 nPathname = pVfs->mxPathname + 1;
64468 zPathname = sqlite3DbMallocRaw(0, 2*(i64)nPathname);
64473 rc = sqlite3OsFullPathname(pVfs, zFilename, nPathname, zPathname);
64483 nPathname = sqlite3Strlen30(zPathname);
64491 if( rc==SQLITE_OK && nPathname+8>pVfs->mxPathname ){
64558 (u64)nPathname + 1 + /* database filename */
64560 (u64)nPathname + 8 + 1 + /* Journal filename */
64562 (u64)nPathname + 4 + 1 + /* WAL filename */
[all …]