PostgreSQL Source Code
git master
|
Go to the source code of this file.
Data Structures | |
struct | DIR |
Functions | |
DIR * | opendir (const char *dirname) |
struct dirent * | readdir (DIR *d) |
int | closedir (DIR *d) |
int closedir | ( | DIR * | d | ) |
Definition at line 127 of file dirent.c.
References DIR::dirname, free, and DIR::handle.
Referenced by CleanupPriorWALFiles(), close_destination_dir(), FindEndOfXLOG(), FreeDesc(), FreeDir(), InitArchiveFmt_Directory(), KillExistingArchiveStatus(), KillExistingWALSummaries(), KillExistingXLOG(), pg_check_dir(), pgfnames(), process_directory_recursively(), recurse_dir(), scan_directory(), scan_for_existing_tablespaces(), search_directory(), verify_directory(), verify_plain_backup_directory(), and verify_tar_backup().
DIR* opendir | ( | const char * | dirname | ) |
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(), InitArchiveFmt_Directory(), KillExistingArchiveStatus(), KillExistingWALSummaries(), KillExistingXLOG(), main(), pg_check_dir(), pgfnames(), process_directory_recursively(), recurse_dir(), scan_directory(), scan_for_existing_tablespaces(), search_directory(), 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(), InitArchiveFmt_Directory(), KillExistingArchiveStatus(), KillExistingWALSummaries(), KillExistingXLOG(), pg_check_dir(), pgfnames(), process_directory_recursively(), ReadDirExtended(), recurse_dir(), rmtree(), scan_directory(), scan_for_existing_tablespaces(), search_directory(), verify_plain_backup_directory(), and verify_tar_backup().