Searched defs:content_type (Results 1 - 8 of 8) sorted by relevance
/httpd/include/ |
H A D | apreq_parser.h | 97 const char *content_type; member in struct:apreq_parser_t 189 * @param content_type Content-type that this parser can deal with. 199 const char *content_type,
|
H A D | httpd.h | 931 /* content_type, handler, content_encoding, and all content_languages 936 const char *content_type; /* Break these out --- we dispatch on 'em */ member in struct:request_rec
|
/httpd/modules/filters/ |
H A D | mod_reflector.c | 66 const char *content_length, *content_type; local 102 if ((content_type = apr_table_get(r->headers_in, "Content-Type"))) { 104 ap_set_content_type(r, content_type);
|
/httpd/server/ |
H A D | apreq_parser.c | 36 const char *content_type, 44 p->content_type = content_type; 34 apreq_parser_make(apr_pool_t *pool, apr_bucket_alloc_t *ba, const char *content_type, apreq_parser_function_t pfn, apr_size_t brigade_limit, const char *temp_dir, apreq_hook_t *hook, void *ctx) argument
|
H A D | apreq_parser_multipart.c | 213 struct mfd_ctx * create_multipart_context(const char *content_type, argument 224 char *ct = apr_pstrdup(pool, content_type); 270 ctx = create_multipart_context(parser->content_type,
|
/httpd/modules/http/ |
H A D | mod_mime.c | 108 } content_type; typedef in typeref:struct:__anon195 540 static content_type *analyze_ct(request_rec *r, const char *s) 548 content_type *ctp; 552 ctp = (content_type *)apr_palloc(p, sizeof(content_type)); 938 if (r->content_type) { 939 content_type *ctp; 942 if ((ctp = analyze_ct(r, r->content_type))) { 960 r->content_type, 970 r->content_type, [all...] |
/httpd/modules/generators/ |
H A D | mod_autoindex.c | 157 char *ctype = ap_field_noparam(r->pool, r->content_type); 759 static char *find_item(const char *content_type, const char *content_encoding, argument 781 if (content_type 782 && !ap_strcasecmp_match(content_type, 804 return find_item(ap_field_noparam(r->pool, r->content_type), 923 * succeeds for the (content_type == text/html) header file. 939 * succeeds for the (content_type == text/html) readme file. 1034 if (rr->content_type != NULL) { 1071 else if (!strncasecmp("text/", rr->content_type, 5)) { 1152 if (rr->content_type ! [all...] |
/httpd/support/ |
H A D | ab.c | 287 char *content_type = NULL; /* content type to put in POST header */ variable 1748 (content_type != NULL) ? content_type : "text/plain", hdrs); 2246 content_type = apr_pstrdup(cntxt, opt_arg);
|
Completed in 35 milliseconds