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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Ddir.c157 * into the 32-bit apr_ino_t, iff the caller doesn't actually care
225 if (sizeof(apr_ino_t) >= sizeof(retent->DIRENT_INODE)
226 || (apr_ino_t)retent->DIRENT_INODE == retent->DIRENT_INODE) {
H A Dfilestat.c84 * apr_ino_t for LFS builds: */
85 if (sizeof(apr_ino_t) >= sizeof(info->st_ino)
86 || (apr_ino_t)info->st_ino == info->st_ino) {
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h192 apr_ino_t inode;
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A Dapr.h390 typedef __ino_t apr_ino_t; typedef
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Denv.c83 apr_ino_t inode;

Completed in 178 milliseconds