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

/external/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromiumWin.cpp122 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
149 win32_vfs->mxPathname,
H A DSQLiteFileSystemChromiumPosix.cpp150 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
177 unix_vfs->mxPathname,
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h635 ** structure used by this VFS. mxPathname is the maximum length of
721 ** SQLite will always allocate at least mxPathname+1 bytes for the
726 ** to prevent this by setting mxPathname to a sufficiently large value.
743 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
/external/sqlite/dist/orig/
H A Dsqlite3.h882 ** structure used by this VFS. mxPathname is the maximum length of
986 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
991 ** to prevent this by setting mxPathname to a sufficiently large value.
1028 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
H A Dsqlite3.c1432 ** structure used by this VFS. mxPathname is the maximum length of
1536 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1541 ** to prevent this by setting mxPathname to a sufficiently large value.
1578 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
24254 ** hold at pVfs->mxPathname characters.
24315 ** pathname into zFull[]. zFull[] will be at least pVfs->mxPathname
24773 CCHMAXPATH, /* mxPathname */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h882 ** structure used by this VFS. mxPathname is the maximum length of
986 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
991 ** to prevent this by setting mxPathname to a sufficiently large value.
1028 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
H A Dsqlite3.c1432 ** structure used by this VFS. mxPathname is the maximum length of
1536 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1541 ** to prevent this by setting mxPathname to a sufficiently large value.
1578 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
24254 ** hold at pVfs->mxPathname characters.
24315 ** pathname into zFull[]. zFull[] will be at least pVfs->mxPathname
24773 CCHMAXPATH, /* mxPathname */
[all...]

Completed in 435 milliseconds