/usr/src/redhat/BUILD/httpd-2.2.3/include/util_script.h

説明を見る。
00001 /* Licensed to the Apache Software Foundation (ASF) under one or more
00002  * contributor license agreements.  See the NOTICE file distributed with
00003  * this work for additional information regarding copyright ownership.
00004  * The ASF licenses this file to You under the Apache License, Version 2.0
00005  * (the "License"); you may not use this file except in compliance with
00006  * the License.  You may obtain a copy of the License at
00007  *
00008  *     http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00026 #ifndef APACHE_UTIL_SCRIPT_H
00027 #define APACHE_UTIL_SCRIPT_H
00028 
00029 #include "apr_buckets.h"
00030 
00031 #ifdef __cplusplus
00032 extern "C" {
00033 #endif
00034 
00035 #ifndef APACHE_ARG_MAX
00036 #ifdef _POSIX_ARG_MAX
00037 #define APACHE_ARG_MAX _POSIX_ARG_MAX
00038 #else
00039 #define APACHE_ARG_MAX 512
00040 #endif
00041 #endif
00042 
00051 AP_DECLARE(char **) ap_create_environment(apr_pool_t *p, apr_table_t *t);
00052 
00062 AP_DECLARE(int) ap_find_path_info(const char *uri, const char *path_info);
00063 
00070 AP_DECLARE(void) ap_add_cgi_vars(request_rec *r);
00071 
00077 AP_DECLARE(void) ap_add_common_vars(request_rec *r);
00078 
00090 AP_DECLARE(int) ap_scan_script_header_err(request_rec *r, apr_file_t *f, char *buffer);
00091 
00103 AP_DECLARE(int) ap_scan_script_header_err_brigade(request_rec *r,
00104                                                   apr_bucket_brigade *bb,
00105                                                   char *buffer);
00106 
00121 AP_DECLARE_NONSTD(int) ap_scan_script_header_err_strs(request_rec *r, 
00122                                                       char *buffer, 
00123                                                       const char **termch,
00124                                                       int *termarg, ...);
00125 
00139 AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer,
00140                                        int (*getsfunc) (char *, int, void *),
00141                                        void *getsfunc_data);
00142 
00143 #ifdef __cplusplus
00144 }
00145 #endif
00146 
00147 #endif  /* !APACHE_UTIL_SCRIPT_H */
00148 

Apacheに対してSun Jul 19 22:05:23 2009に生成されました。  doxygen 1.4.7