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

/macosx-10.10/Heimdal-398.1.2/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 663 milliseconds