Apache HTTPD
Functions | Variables
proc.c File Reference
#include "apr_arch_threadproc.h"
#include "apr_arch_file_io.h"
#include "apr_strings.h"
#include "apr_portable.h"
#include <proc.h>

Go to the source code of this file.

Functions

static apr_status_t apr_netware_proc_cleanup (void *theproc)
 
 APR_DECLARE (apr_status_t)
 
static apr_status_t limit_proc (apr_procattr_t *attr)
 

Variables

static apr_file_t no_file = { NULL, -1, }
 

Function Documentation

◆ apr_netware_proc_cleanup()

static apr_status_t apr_netware_proc_cleanup ( void *  theproc)
static

Definition at line 29 of file proc.c.

◆ limit_proc()

static apr_status_t limit_proc ( apr_procattr_t attr)
static

Definition at line 243 of file proc.c.

Variable Documentation

◆ no_file

apr_file_t no_file = { NULL, -1, }
static

Definition at line 27 of file proc.c.