/httpd/modules/filters/ |
H A D | mod_ratelimit.h | 20 /* Create a set of AP_RL_DECLARE(type), AP_RL_DECLARE_NONSTD(type) and 24 #define AP_RL_DECLARE(type) type 25 #define AP_RL_DECLARE_NONSTD(type) type 28 #define AP_RL_DECLARE(type) type __stdcall 29 #define AP_RL_DECLARE_NONSTD(type) type [all...] |
H A D | mod_xml2enc.h | 28 #define XML2ENC_DECLARE(type) type 29 #define XML2ENC_DECLARE_NONSTD(type) type 32 #define XML2ENC_DECLARE(type) type __stdcall 33 #define XML2ENC_DECLARE_NONSTD(type) type 36 #define XML2ENC_DECLARE(type) __declspec(dllexport) type __stdcal [all...] |
H A D | mod_data.c | 50 * data:[<mime-type>;][charset=<charset>;]base64,<payload> 54 * mime-type: The mime type of the original response. 55 * charset: The optional character set corresponding to the mime type. 58 * The content type of the response is set to text/plain. 74 char *type; local 91 type = apr_pstrdup(r->pool, r->content_type); 92 if (type) { 93 charset = strchr(type, ' '); 104 type [all...] |
/httpd/modules/aaa/ |
H A D | mod_authz_dbd.h | 21 /* Create a set of AUTHZ_DBD_DECLARE(type), AUTHZ_DBD_DECLARE_NONSTD(type) and 25 #define AUTHZ_DBD_DECLARE(type) type 26 #define AUTHZ_DBD_DECLARE_NONSTD(type) type 29 #define AUTHZ_DBD_DECLARE(type) type __stdcall 30 #define AUTHZ_DBD_DECLARE_NONSTD(type) type [all...] |
H A D | mod_access_compat.c | 61 enum allowdeny_type type; member in struct:__anon48 160 a->type = T_NENV; 165 a->type = T_ENV; 170 a->type = T_ALL; 182 a->type = T_IP; 188 a->type = T_IP; 194 a->type = T_HOST; 256 switch (ap[i].type) {
|
/httpd/modules/generators/ |
H A D | mod_status.h | 37 #define STATUS_DECLARE(type) type 38 #define STATUS_DECLARE_NONSTD(type) type 41 #define STATUS_DECLARE(type) type __stdcall 42 #define STATUS_DECLARE_NONSTD(type) type 45 #define STATUS_DECLARE(type) __declspec(dllexport) type __stdcal [all...] |
/httpd/include/ |
H A D | ap_config.h | 67 #define AP_DECLARE(type) type 77 #define AP_DECLARE_NONSTD(type) type 83 * @note AP_DECLARE_DATA extern type apr_variable; syntax is required for 86 * AP_DECLARE_DATA type apr_variable 92 #define AP_DECLARE(type) type __stdcall 93 #define AP_DECLARE_NONSTD(type) type [all...] |
H A D | util_ldap.h | 69 #define LDAP_DECLARE(type) type 70 #define LDAP_DECLARE_NONSTD(type) type 73 #define LDAP_DECLARE(type) type __stdcall 74 #define LDAP_DECLARE_NONSTD(type) type 77 #define LDAP_DECLARE(type) __declspec(dllexport) type __stdcal [all...] |
H A D | util_fcgi.h | 43 /** See values for type, below */ 44 unsigned char type; member in struct:__anon43 75 * Possible values for the type field of ap_fcgi_header 104 * the type is AP_FCGI_BEGIN_REQUEST. 165 * @param type The type, on output 172 unsigned char *type, 189 * @param type The type of record 197 unsigned char type, [all...] |
H A D | util_mutex.h | 121 * Register a module's mutex type with core to allow configuration 124 * type will be rejected. 143 * @param type The type name of the mutex, used as the basename of the 157 const char *type, 172 * @param type The type name of the mutex, matching the type name passed 175 * this mutex type is multi-instance, NULL otherwise. 183 const char *type, [all...] |
H A D | http_request.h | 98 * @param subtype What type of subrequest to perform, one of; 167 * using AddHandler, and you want to preserve the content type across 236 * @param type Internal request processing mode, either 245 int type); 333 * @param type Why the request is dieing 336 AP_DECLARE(void) ap_die(int type, request_rec *r); 400 * This routine is called to determine and/or set the various document type 401 * information bits, like Content-type (via r->content_type), language, et 464 * @param type Internal request processing mode, either 470 int nOrder, int type); [all...] |
H A D | http_connection.h | 42 * that accepts the request to determine the exact type. 109 * that accepts the request to determine the exact type. 132 #define AP_BUCKET_IS_EOC(e) (e->type == &ap_bucket_type_eoc)
|
/httpd/modules/ssl/ |
H A D | mod_ssl.h | 32 /* Create a set of SSL_DECLARE(type), SSL_DECLARE_NONSTD(type) and 36 #define SSL_DECLARE(type) type 37 #define SSL_DECLARE_NONSTD(type) type 40 #define SSL_DECLARE(type) type __stdcall 41 #define SSL_DECLARE_NONSTD(type) type [all...] |
/httpd/modules/core/ |
H A D | mod_watchdog.h | 81 /* Create a set of AP_WD_DECLARE(type), AP_WD_DECLARE_NONSTD(type) and 86 #define AP_WD_DECLARE(type) type 87 #define AP_WD_DECLARE_NONSTD(type) type 90 #define AP_WD_DECLARE(type) type __stdcall 91 #define AP_WD_DECLARE_NONSTD(type) type [all...] |
/httpd/modules/database/ |
H A D | mod_dbd.h | 34 /* Create a set of DBD_DECLARE(type), DBD_DECLARE_NONSTD(type) and 38 #define DBD_DECLARE(type) type 39 #define DBD_DECLARE_NONSTD(type) type 42 #define DBD_DECLARE(type) type __stdcall 43 #define DBD_DECLARE_NONSTD(type) type [all...] |
/httpd/modules/session/ |
H A D | mod_session.h | 20 /* Create a set of SESSION_DECLARE(type), SESSION_DECLARE_NONSTD(type) and 24 #define SESSION_DECLARE(type) type 25 #define SESSION_DECLARE_NONSTD(type) type 28 #define SESSION_DECLARE(type) type __stdcall 29 #define SESSION_DECLARE_NONSTD(type) type [all...] |
/httpd/modules/lua/ |
H A D | mod_lua.h | 67 /* Create a set of AP_LUA_DECLARE(type), AP_LUA_DECLARE_NONSTD(type) and 71 #define AP_LUA_DECLARE(type) type 72 #define AP_LUA_DECLARE_NONSTD(type) type 75 #define AP_LUA_DECLARE(type) type __stdcall 76 #define AP_LUA_DECLARE_NONSTD(type) type [all...] |
H A D | lua_request.h | 38 int type; member in struct:__anon210 51 int type; member in struct:__anon212
|
/httpd/modules/cache/ |
H A D | mod_cache.h | 36 /* Create a set of CACHE_DECLARE(type), CACHE_DECLARE_NONSTD(type) and 40 #define CACHE_DECLARE(type) type 41 #define CACHE_DECLARE_NONSTD(type) type 44 #define CACHE_DECLARE(type) type __stdcall 45 #define CACHE_DECLARE_NONSTD(type) type [all...] |
/httpd/support/ |
H A D | list_hooks.pl | 28 for my $x (qw(declared implemented type args)) { 34 print " type is $h->{type}\n" if defined $h->{type}; 91 my($type,$name)=($1 ? "OPTIONAL $2" : $2,$3); 93 # print "found $name $type in $file\n"; 98 $::Hooks{$name}->{type}=$type;
|
/httpd/server/ |
H A D | util_mutex.c | 203 * mutex type names while looking for "OmitPID" (anywhere) or the end 218 if (apr_is_empty_array(type_list)) { /* no mutex type? assume "default" */ 224 const char *type = *elt; local 225 mxcfg = apr_hash_get(mxcfg_by_type, type, APR_HASH_KEY_STRING); 227 return apr_psprintf(p, "Mutex type %s is not valid", type); 237 "None is not allowed for mutex type %s", 238 type); 254 const char *type, 273 apr_hash_set(mxcfg_by_type, type, APR_HASH_KEY_STRIN 291 get_mutex_filename(apr_pool_t *p, mutex_cfg_t *mxcfg, const char *type, const char *instance_id) argument 318 mxcfg_lookup(apr_pool_t *p, const char *type) argument 373 log_bad_create_options(server_rec *s, const char *type) argument 380 log_unknown_type(server_rec *s, const char *type) argument 386 log_create_failure(apr_status_t rv, server_rec *s, const char *type, const char *fname) argument 397 log_perms_failure(apr_status_t rv, server_rec *s, const char *type) argument [all...] |
H A D | util_expr_parse.y | 89 %type <exVal> expr 90 %type <exVal> comparison 91 %type <exVal> strfunccall "function" 92 %type <exVal> lstfunccall "listfunction" 93 %type <exVal> regex 94 %type <exVal> words 95 %type <exVal> wordlist 96 %type <exVal> word 97 %type <exVal> string 98 %type <exVa [all...] |
H A D | util_fcgi.c | 30 a[AP_FCGI_HDR_TYPE_OFFSET] = h->type; 43 h->type = a[AP_FCGI_HDR_TYPE_OFFSET]; 53 unsigned char *type, 60 *type = a[AP_FCGI_HDR_TYPE_OFFSET]; 82 unsigned char type, 89 header->type = type; 52 ap_fcgi_header_fields_from_array(unsigned char *version, unsigned char *type, apr_uint16_t *request_id, apr_uint16_t *content_len, unsigned char *padding_len, unsigned char a[]) argument 81 ap_fcgi_fill_in_header(ap_fcgi_header *header, unsigned char type, apr_uint16_t request_id, apr_uint16_t content_len, unsigned char padding_len) argument
|
/httpd/os/bs2000/ |
H A D | os.c | 78 bs2_ForkType type = os_forktype(one_process); local 86 type = forktype = bs2_noFORK;
|
/httpd/os/win32/ |
H A D | ap_regkey.c | 188 DWORD type; local 205 rc = RegQueryValueExW(key->hkey, wvalname, 0, &type, NULL, (DWORD *)&size); 209 if ((size < 2) || (type != REG_SZ && type != REG_EXPAND_SZ)) { 215 rc = RegQueryValueExW(key->hkey, wvalname, 0, &type, 220 if (type == REG_EXPAND_SZ) { 251 rc = RegQueryValueEx(key->hkey, valuename, 0, &type, NULL, (DWORD *)&size); 255 if ((size < 1) || (type != REG_SZ && type != REG_EXPAND_SZ)) { 261 rc = RegQueryValueEx(key->hkey, valuename, 0, &type, *resul 294 DWORD type = (flags & AP_REGKEY_EXPAND) ? REG_EXPAND_SZ : REG_SZ; local 455 apr_int32_t type; local [all...] |