ap_pclosedir — close a DIR opened with ap_popendir()
void ap_pclosedir(pool *p, DIR * d)
Does a closedir() and cancels the cleanup registered by ap_popendir(). This function should only be called on a DIR created with ap_popendir().
closedir()
ap_popendir()
DIR