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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1221 ** structure used by this VFS. mxPathname is the maximum length of
1331 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
1336 ** to prevent this by setting mxPathname to a sufficiently large value.
1373 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
H A Dsqlite3.c2284 ** structure used by this VFS. mxPathname is the maximum length of
2394 ** ^SQLite will always allocate at least mxPathname+1 bytes for the
2399 ** to prevent this by setting mxPathname to a sufficiently large value.
2436 int mxPathname; /* Maximum file pathname length */ member in struct:sqlite3_vfs
[all...]
H A Dshell.c3806 1024, /* mxPathname */
20463 raw_printf(p->out, "vfs.mxPathname = %d\n", pVfs->mxPathname);
20479 raw_printf(p->out, "vfs.mxPathname = %d\n", pVfs->mxPathname);

Completed in 1076 milliseconds