ap_pfclose — close a stream opened with pfopen() or pfdopen()
int ap_pfclose(pool *p, FILE *fd)
Closes the stream with fclose(), removing its cleanup function from the pool. Returns whatever fclose( ) returns.
fclose()
fclose( )