Searched defs:subtype (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/http/
H A Dmod_mime.c105 const char *subtype; member in struct:__anon195
554 ctp->subtype = NULL;
593 /* getting a subtype */
599 "Cannot get media subtype.");
602 ctp->subtype = cp;
606 ctp->subtype_len = cp - ctp->subtype;
951 memcpy(tmp, ctp->subtype, ctp->subtype_len);
/httpd/server/
H A Drequest.c2175 int subtype,
2201 if (subtype == AP_SUBREQ_MERGE_ARGS) {
2280 if (r->args && *r->args && (subtype == AP_SUBREQ_MERGE_ARGS)) {
2173 ap_sub_req_lookup_dirent(const apr_finfo_t *dirent, const request_rec *r, int subtype, ap_filter_t *next_filter) argument

Completed in 36 milliseconds