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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h958 ** structure used by this VFS. mxPathname is the maximum length of
1062 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1067 ** to prevent this by setting mxPathname to a sufficiently large value.
1104 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
H A Dsqlite3.c1529 ** structure used by this VFS. mxPathname is the maximum length of
1633 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1638 ** to prevent this by setting mxPathname to a sufficiently large value.
1675 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
26862 char *zTFile = sqlite3_malloc( pFile->pVfs->mxPathname );
26864 unixGetTempname(pFile->pVfs->mxPathname, zTFile);
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h815 ** structure used by this VFS. mxPathname is the maximum length of
919 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
924 ** to prevent this by setting mxPathname to a sufficiently large value.
961 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
H A Dsqlite3.c1368 ** structure used by this VFS. mxPathname is the maximum length of
1472 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1477 ** to prevent this by setting mxPathname to a sufficiently large value.
1514 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
23819 ** hold at pVfs->mxPathname characters.
23880 ** pathname into zFull[]. zFull[] will be at least pVfs->mxPathname
24338 CCHMAXPATH, /* mxPathname */
[all...]

Completed in 883 milliseconds