Apache HTTPD
Functions
open.c File Reference
#include "apr_arch_file_io.h"
#include "apr_strings.h"
#include "apr_portable.h"
#include "apr_thread_mutex.h"
#include "apr_arch_inherit.h"

Go to the source code of this file.

Functions

static apr_status_t file_cleanup (apr_file_t *file, int is_child)
 
apr_status_t apr_unix_file_cleanup (void *thefile)
 
apr_status_t apr_unix_child_file_cleanup (void *thefile)
 
 APR_DECLARE (apr_status_t)
 
 APR_DECLARE (apr_pool_t *)
 

Function Documentation

◆ apr_unix_child_file_cleanup()

apr_status_t apr_unix_child_file_cleanup ( void *  thefile)

Definition at line 85 of file open.c.

◆ apr_unix_file_cleanup()

apr_status_t apr_unix_file_cleanup ( void *  thefile)

Definition at line 71 of file open.c.

◆ file_cleanup()

static apr_status_t file_cleanup ( apr_file_t file,
int  is_child 
)
static

< Delete the file after close

Definition at line 29 of file open.c.