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

/httpd/modules/http/
H A Dmod_mime.c548 content_type *ctp; local
551 /* initialize ctp */
552 ctp = (content_type *)apr_palloc(p, sizeof(content_type));
553 ctp->type = NULL;
554 ctp->subtype = NULL;
555 ctp->param = NULL;
570 ctp->type = cp;
589 ctp->type_len = cp - ctp->type;
602 ctp
939 content_type *ctp; local
[all...]

Completed in 993 milliseconds