Lines Matching defs:ct
224 char *ct = apr_pstrdup(pool, content_type);
226 ct = strchr(ct, ';');
227 if (ct == NULL)
230 *ct++ = 0;
231 s = apreq_header_attribute(ct, "boundary", 8,
371 const char *cd, *ct, *name, *filename;
399 ct = apr_table_get(ctx->info, "Content-Type");
401 if (ct != NULL && strncmp(ct, "multipart/", 10) == 0) {
409 next_ctx = create_multipart_context(ct, pool, ba,
432 ctx->next_parser = apreq_parser_make(pool, ba, ct,