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

/httpd/modules/mappers/
H A Dmod_negotiation.c273 } negotiation_state; typedef in typeref:struct:__anon234
565 static negotiation_state *parse_accept_headers(request_rec *r)
567 negotiation_state *new =
568 (negotiation_state *) apr_pcalloc(r->pool, sizeof(negotiation_state));
610 static void parse_negotiate_header(request_rec *r, negotiation_state *neg)
703 static void maybe_add_default_accepts(negotiation_state *neg,
939 static int read_type_map(apr_file_t **map, negotiation_state *neg,
1092 static int read_types_multi(negotiation_state *neg)
1487 static void set_default_lang_quality(negotiation_state *ne
[all...]

Completed in 49 milliseconds