ctype 590 modules/filters/mod_ext_filter.c const char *ctype = ap_getword(f->r->pool, &ctypes, ';');
ctype 592 modules/filters/mod_ext_filter.c if (strcasecmp(ctx->filter->intype, ctype)) {
ctype 141 modules/generators/mod_autoindex.c char *ctype;
ctype 491 modules/generators/mod_autoindex.c d_cfg->ctype = apr_pstrdup(cmd->pool, &w[5]);
ctype 640 modules/generators/mod_autoindex.c new->ctype = add->ctype ? add->ctype : base->ctype;
ctype 1994 modules/generators/mod_autoindex.c char *ctype = "text/html";
ctype 2003 modules/generators/mod_autoindex.c if (autoindex_conf->ctype) {
ctype 2004 modules/generators/mod_autoindex.c ctype = autoindex_conf->ctype;
ctype 2017 modules/generators/mod_autoindex.c ap_set_content_type(r, apr_pstrcat(r->pool, ctype, ";charset=",
ctype 2021 modules/generators/mod_autoindex.c ap_set_content_type(r, ctype);
ctype 1105 modules/http/http_filters.c const char *ctype;
ctype 1192 modules/http/http_filters.c ctype = ap_make_content_type(r, r->content_type);
ctype 1193 modules/http/http_filters.c if (strcasecmp(ctype, NO_CONTENT_TYPE)) {
ctype 1194 modules/http/http_filters.c apr_table_setn(r->headers_out, "Content-Type", ctype);
ctype 3183 server/core.c const char *ctype;
ctype 3196 server/core.c ctype = ap_field_noparam(r->pool, r->content_type);
ctype 3197 server/core.c if (ctype) {
ctype 3199 server/core.c ct_filter = apr_hash_get(conf->ct_output_filters, ctype,
ctype 6089 srclib/pcre/pcre.c int ctype;
ctype 8008 srclib/pcre/pcre.c ctype = *ecode++; /* Code for the character type */
ctype 8011 srclib/pcre/pcre.c if (ctype == OP_PROP || ctype == OP_NOTPROP)
ctype 8013 srclib/pcre/pcre.c prop_fail_result = ctype == OP_NOTPROP;
ctype 8055 srclib/pcre/pcre.c else if (ctype == OP_EXTUNI)
ctype 8082 srclib/pcre/pcre.c if (md->utf8) switch(ctype)
ctype 8168 srclib/pcre/pcre.c switch(ctype)
ctype 8248 srclib/pcre/pcre.c else if (ctype == OP_EXTUNI)
ctype 8286 srclib/pcre/pcre.c switch(ctype)
ctype 8340 srclib/pcre/pcre.c switch(ctype)
ctype 8417 srclib/pcre/pcre.c else if (ctype == OP_EXTUNI)
ctype 8468 srclib/pcre/pcre.c switch(ctype)
ctype 8612 srclib/pcre/pcre.c switch(ctype)