Lines Matching defs:body
205 const char *file_name; /* Set to 'this' (for map file body content) */
206 apr_off_t body; /* Only for map file body content */
284 mime_info->body = 0;
838 /* We are at the first character following a body:tag\n entry
839 * Suck in the body, then backspace to the first char after the
872 /* Give the caller back the actual body's file offset and length */
908 /* Getting to a header body from the header */
931 "Syntax error in type map --- no header body: %s for %s",
976 const char *body;
983 body = body1;
986 mime_info.file_name = ap_get_token(neg->pool, &body, 0);
991 get_entry(neg->pool, &accept_info, body);
999 body1 = ap_get_token(neg->pool, &body, 0);
1013 &body);
1017 mime_info.content_encoding = ap_get_token(neg->pool, &body, 0);
1021 char *desc = apr_pstrdup(neg->pool, body);
1030 else if (!strncmp(buffer, "body:", 5)) {
1031 char *tag = apr_pstrdup(neg->pool, body);
1036 if ((mime_info.body = get_body(buffer, &len, tag, *map)) < 0) {
2628 * choice response or 406 status body.
2859 if (variant->body) {
2987 if (best->body)
3048 apr_brigade_insert_file(bb, map, best->body, best->bytes, r->pool);