Go to the source code of this file.
Definition at line 127 of file dirent.c.
References DIR::dirname, free, and DIR::handle.
Referenced by CleanupPriorWALFiles(), close_destination_dir(), FindEndOfXLOG(), FreeDesc(), FreeDir(), KillExistingArchiveStatus(), KillExistingWALSummaries(), KillExistingXLOG(), pg_check_dir(), pgfnames(), process_directory_recursively(), recurse_dir(), scan_directory(), scan_for_existing_tablespaces(), search_directory(), swap_catalog_files(), verify_directory(), verify_plain_backup_directory(), and verify_tar_backup().
Definition at line 33 of file dirent.c.
References dirent::d_ino, dirent::d_reclen, dirent::d_type, DIR::dirname, DT_UNKNOWN, free, DIR::handle, malloc, and DIR::ret.
Referenced by AllocateDir(), CleanupPriorWALFiles(), FindEndOfXLOG(), get_destination_dir(), KillExistingArchiveStatus(), KillExistingWALSummaries(), KillExistingXLOG(), main(), pg_check_dir(), pgfnames(), process_directory_recursively(), recurse_dir(), scan_directory(), scan_for_existing_tablespaces(), search_directory(), swap_catalog_files(), verify_directory(), and verify_plain_backup_directory().
Definition at line 78 of file dirent.c.
References _dosmaperr(), dirent::d_name, dirent::d_namlen, dirent::d_type, DIR::dirname, DT_DIR, DT_LNK, DT_REG, fd(), DIR::handle, and DIR::ret.
Referenced by CleanupPriorWALFiles(), FindEndOfXLOG(), FindStreamingStart(), KillExistingArchiveStatus(), KillExistingWALSummaries(), KillExistingXLOG(), pg_check_dir(), pgfnames(), process_directory_recursively(), ReadDirExtended(), recurse_dir(), rmtree(), scan_directory(), scan_for_existing_tablespaces(), search_directory(), swap_catalog_files(), verify_plain_backup_directory(), and verify_tar_backup().