Main Page | Modules | Namespace List | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

util_script.h File Reference

#include "apr_buckets.h"

Go to the source code of this file.
#define APACHE_ARG_MAX   512
 AP_DECLARE (char **) ap_create_environment(apr_pool_t *p
 AP_DECLARE_NONSTD (int) ap_scan_script_header_err_strs(request_rec *r
apr_table_tt
const char * path_info
apr_file_tf
apr_file_t char * buffer
apr_bucket_brigadebb
char const char ** termch
char const char inttermarg
char const char int char int(* getsfunc )(char *, int, void *)
char const char int char int(*)
void 
getsfunc_data )


Define Documentation

#define APACHE_ARG_MAX   512
 

Definition at line 39 of file util_script.h.

Referenced by create_argv(), and default_build_command().


Function Documentation

AP_DECLARE char **   ) 
 

Create an environment variable out of an Apache table of key-value pairs

Parameters:
p pool to allocate out of
t Apache table of key-value pairs
Returns:
An array containing the same key-value pairs suitable for use with an exec call. char **ap_create_environment(apr_pool_t *p, apr_table_t *t)


Variable Documentation

apr_bucket_brigade* bb
 

Definition at line 104 of file util_script.h.

char const char int char* buffer
 

Definition at line 139 of file util_script.h.

apr_file_t* f
 

Definition at line 90 of file util_script.h.

char const char int char int(* getsfunc)(char *, int, void *)
 

Referenced by AP_DECLARE().

char const char int char int(*) void getsfunc_data)
 

Definition at line 141 of file util_script.h.

const char* path_info
 

Definition at line 62 of file util_script.h.

apr_table_t* t
 

Definition at line 51 of file util_script.h.

char const char int* termarg
 

Definition at line 122 of file util_script.h.

Referenced by send_response_header().

char const char** termch
 

Definition at line 122 of file util_script.h.

Referenced by send_response_header().


© sourcejam.com 2005-2008