Apache2
util_script.h File Reference

Apache script tools. More...

#include "apr_buckets.h"
#include "ap_config.h"
Include dependency graph for util_script.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define APACHE_ARG_MAX   512
 

Functions

char ** ap_create_environment (apr_pool_t *p, apr_table_t *t)
 
int ap_find_path_info (const char *uri, const char *path_info)
 
void ap_add_cgi_vars (request_rec *r)
 
void ap_add_common_vars (request_rec *r)
 
int ap_scan_script_header_err (request_rec *r, apr_file_t *f, char *buffer)
 
int ap_scan_script_header_err_ex (request_rec *r, apr_file_t *f, char *buffer, int module_index)
 
int ap_scan_script_header_err_brigade (request_rec *r, apr_bucket_brigade *bb, char *buffer)
 
int ap_scan_script_header_err_brigade_ex (request_rec *r, apr_bucket_brigade *bb, char *buffer, int module_index)
 
int ap_scan_script_header_err_strs (request_rec *r, char *buffer, const char **termch, int *termarg,...) AP_FN_ATTR_SENTINEL
 
int ap_scan_script_header_err_strs_ex (request_rec *r, char *buffer, int module_index, const char **termch, int *termarg,...) AP_FN_ATTR_SENTINEL
 
int ap_scan_script_header_err_core (request_rec *r, char *buffer, int(*getsfunc)(char *, int, void *), void *getsfunc_data)
 
int ap_scan_script_header_err_core_ex (request_rec *r, char *buffer, int(*getsfunc)(char *, int, void *), void *getsfunc_data, int module_index)
 
void ap_args_to_table (request_rec *r, apr_table_t **table)
 

Detailed Description

Apache script tools.