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

/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...]
/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 508 milliseconds