Searched defs:types (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/filters/ |
H A D | mod_filter.c | 40 const char **types; member in struct:ap_filter_provider_t 165 const char **type = provider->types; 437 const char *expr, const char **types) 477 provider->types = NULL; 480 provider->types = types; 572 const char *pname, const char **types) 589 rv = add_filter(cmd, CFG, fname, pname, NULL, types); 605 const char **types; local 610 types 435 add_filter(cmd_parms *cmd, void *CFG, const char *fname, const char *pname, const char *expr, const char **types) argument 571 filter_bytype1(cmd_parms *cmd, void *CFG, const char *pname, const char **types) argument [all...] |
/httpd/modules/test/ |
H A D | mod_policy.c | 226 const char *types = NULL; local 230 types = apr_pstrcat(f->r->pool, types ? ", " : "", 235 types = POLICY_DEFAULT_TYPE; 244 f->r->content_type, types), conf->type_url, bb, HTTP_BAD_GATEWAY); 1254 "Action to take (enforce, ignore, log), followed by one or more valid content types containing optional wildcards ? and *"),
|
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 126 #define MAXstring 64 /* max leng of "string" types */ 241 * Original notes: names and types used by ascmagic in file(1). These tokens are 247 /* these types are used to index the apr_table_t 'types': keep em in sync! */ 260 static const char *types[] = variable 272 "application/binary", /* "can't happen error on names.h/types", */ 523 * types. 2017 magic_rsl_puts(r, types[p->type]);
|
Completed in 1322 milliseconds