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

/httpd/modules/http/
H A Dmod_mime.c104 apr_size_t type_len; member in struct:__anon195
589 ctp->type_len = cp - ctp->type;
944 char *base_content_type = apr_palloc(r->pool, ctp->type_len +
948 memcpy(tmp, ctp->type, ctp->type_len);
949 tmp += ctp->type_len;
/httpd/server/
H A Dprotocol.c113 apr_size_t type_len; local
128 type_len = strlen(type);
130 if (apr_strmatch(charset_pattern, type, type_len) != NULL) {
140 if (apr_strmatch(*pcset, type, type_len) != NULL) {
143 concat[0].iov_len = type_len;
/httpd/modules/metadata/
H A Dmod_mime_magic.c671 type_len, /* content type length */ local
691 type_frag = type_pos = type_len = 0;
735 type_len++;
745 type_len = 1;
751 type_len++;
788 tmp = rsl_strdup(r, type_frag, type_pos, type_len);

Completed in 58 milliseconds