Lines Matching refs:accepts
189 * if the client actually accepts this media type at that
257 apr_array_header_t *accepts; /* accept_recs */
580 new->accepts = do_header_line(r->pool, apr_table_get(hdrs, "Accept"));
583 if (new->accepts) {
584 elts = (accept_rec *) new->accepts->elts;
586 for (i = 0; i < new->accepts->nelts; ++i) {
708 if (!neg->accepts) {
709 neg->accepts = apr_array_make(neg->pool, 4, sizeof(accept_rec));
711 new_accept = (accept_rec *) apr_array_push(neg->accepts);
718 new_accept = (accept_rec *) apr_array_push(neg->accepts);
1785 if (!neg->accepts) {
1791 accept_recs = (accept_rec *) neg->accepts->elts;
1804 for (i = 0; i < neg->accepts->nelts; ++i) {