Searched refs:mxPathname (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemWin.cpp122 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
149 win32_vfs->mxPathname,
H A DSQLiteFileSystemPosix.cpp150 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
177 unix_vfs->mxPathname,
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_vfs.c28 ** -mxpathname INTEGER (Value for sqlite3_vfs.mxPathname)
988 zName = ckalloc(p->pParent->mxPathname);
991 p->pParent->mxPathname, zName
1284 0, /* mxPathname */
1319 int mxPathname = -1; /* Value passed to -mxpathname */ local
1344 if( Tcl_GetIntFromObj(interp, objv[i+1], &mxPathname) ){
1387 pVfs->mxPathname = p->pParent->mxPathname;
1388 if( mxPathname>=0 && mxPathname<pVf
[all...]
H A Dtest6.c795 0, /* mxPathname */
830 crashVfs.mxPathname = pOriginalVfs->mxPathname;
H A Dtest_onefile.c187 0, /* mxPathname */
823 fs_vfs.base.mxPathname = fs_vfs.pParent->mxPathname;
H A Dtest_multiplex.c322 assert(nName+SQLITE_MULTIPLEX_EXT_SZ < pOrigVfs->mxPathname);
325 assert(nName < pOrigVfs->mxPathname);
910 gMultiplex.zName = sqlite3_malloc(pOrigVfs->mxPathname);
H A Dtest_osinst.c177 INST_MAX_PATHNAME, /* mxPathname */
720 nByte = sizeof(VfslogVfs) + pParent->szOsFile + nVfs+1+pParent->mxPathname+1;
732 pParent->xFullPathname(pParent, zLog, pParent->mxPathname, zFile);
870 nByte = sizeof(VfslogVtab) + pVfs->szOsFile + pVfs->mxPathname;
884 pVfs->xFullPathname(pVfs, zFile, pVfs->mxPathname, p->zFile);
H A Dtest_vfstrace.c737 pNew->mxPathname = pRoot->mxPathname;
H A Dpager.c1186 ** the caller. This should be sqlite3_vfs.mxPathname+1 (to ensure there is
2392 nMasterPtr = pVfs->mxPathname+1;
2620 ** buffer Pager.pTmpSpace is (mxPathname+1) bytes or larger. i.e. that
2621 ** (pPager->pageSize >= pPager->pVfs->mxPathname+1). Using os_unix.c,
2622 ** mxPathname is 512, which is the same as the minimum allowable value
2626 rc = readMasterJournal(pPager->jfd, zMaster, pPager->pVfs->mxPathname+1);
2755 rc = readMasterJournal(pPager->jfd, zMaster, pPager->pVfs->mxPathname+1);
4332 nPathname = pVfs->mxPathname+1;
4340 if( rc==SQLITE_OK && nPathname+8>pVfs->mxPathname ){
4342 ** the database being opened will be more than pVfs->mxPathname
[all...]
H A Dos_win.c1904 ** hold at pVfs->mxPathname characters.
2385 ** pathname into zOut[]. zOut[] will be at least pVfs->mxPathname
2406 sqlite3_snprintf(pVfs->mxPathname, zFull, "%s", zRelative);
2455 sqlite3_snprintf(pVfs->mxPathname, zFull, "%s", zOut);
2751 MAX_PATH, /* mxPathname */
H A Dsqlite.h.in770 ** structure used by this VFS. mxPathname is the maximum length of
872 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
877 ** to prevent this by setting mxPathname to a sufficiently large value.
914 int mxPathname; /* Maximum file pathname length */
H A Dos_unix.c4692 ** pVfs->mxPathname bytes.
5245 ** zOut points to a buffer of at least sqlite3_vfs.mxPathname bytes
5263 assert( pVfs->mxPathname==MAX_PATHNAME );
6695 MAX_PATHNAME, /* mxPathname */ \
H A Dbtree.c1756 int nFullPathname = pVfs->mxPathname+1;
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1301 0, /* mxPathname */
1607 async_vfs.mxPathname = ((sqlite3_vfs *)async_vfs.pAppData)->mxPathname;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h775 ** structure used by this VFS. mxPathname is the maximum length of
877 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
882 ** to prevent this by setting mxPathname to a sufficiently large value.
919 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
H A Dsqlite3.c1318 ** structure used by this VFS. mxPathname is the maximum length of
1420 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1425 ** to prevent this by setting mxPathname to a sufficiently large value.
1462 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
23385 ** hold at pVfs->mxPathname characters.
23446 ** pathname into zFull[]. zFull[] will be at least pVfs->mxPathname
23904 CCHMAXPATH, /* mxPathname */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1001 ** structure used by this VFS. mxPathname is the maximum length of
1105 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1110 ** to prevent this by setting mxPathname to a sufficiently large value.
1147 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
H A Dsqlite3.c1116 ** structure used by this VFS. mxPathname is the maximum length of
1220 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1225 ** to prevent this by setting mxPathname to a sufficiently large value.
1262 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1001 ** structure used by this VFS. mxPathname is the maximum length of
1105 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1110 ** to prevent this by setting mxPathname to a sufficiently large value.
1147 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
H A Dsqlite3.c1116 ** structure used by this VFS. mxPathname is the maximum length of
1220 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1225 ** to prevent this by setting mxPathname to a sufficiently large value.
1262 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
[all...]

Completed in 1037 milliseconds