Apache HTTPD
Public Attributes | List of all members
cgi_exec_info_t Struct Reference

#include <mod_cgi.h>

Public Attributes

apr_int32_t in_pipe
 
apr_int32_t out_pipe
 
apr_int32_t err_pipe
 
int process_cgi
 
apr_cmdtype_e cmd_type
 
apr_int32_t detached
 
prog_types prog_type
 
apr_bucket_brigade ** bb
 
include_ctx_tctx
 
ap_filter_tnext
 
apr_int32_t addrspace
 

Detailed Description

Definition at line 33 of file mod_cgi.h.

Member Data Documentation

◆ addrspace

apr_int32_t cgi_exec_info_t::addrspace

Definition at line 44 of file mod_cgi.h.

◆ bb

apr_bucket_brigade** cgi_exec_info_t::bb

Definition at line 41 of file mod_cgi.h.

◆ cmd_type

apr_cmdtype_e cgi_exec_info_t::cmd_type

Definition at line 38 of file mod_cgi.h.

◆ ctx

include_ctx_t* cgi_exec_info_t::ctx

Definition at line 42 of file mod_cgi.h.

◆ detached

apr_int32_t cgi_exec_info_t::detached

Definition at line 39 of file mod_cgi.h.

◆ err_pipe

apr_int32_t cgi_exec_info_t::err_pipe

Definition at line 36 of file mod_cgi.h.

◆ in_pipe

apr_int32_t cgi_exec_info_t::in_pipe

Definition at line 34 of file mod_cgi.h.

◆ next

ap_filter_t* cgi_exec_info_t::next

Definition at line 43 of file mod_cgi.h.

◆ out_pipe

apr_int32_t cgi_exec_info_t::out_pipe

Definition at line 35 of file mod_cgi.h.

◆ process_cgi

int cgi_exec_info_t::process_cgi

Definition at line 37 of file mod_cgi.h.

◆ prog_type

prog_types cgi_exec_info_t::prog_type

Definition at line 40 of file mod_cgi.h.


The documentation for this struct was generated from the following file: