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

/httpd/modules/mappers/
H A Dmod_negotiation.c175 typedef struct accept_rec { struct
180 } accept_rec; typedef in typeref:struct:accept_rec
309 static void set_mime_fields(var_rec *var, accept_rec *mime_info)
406 * enter the values we recognize into the argument accept_rec
409 static const char *get_entry(apr_pool_t *p, accept_rec *result,
525 accept_recs = apr_array_make(p, 40, sizeof(accept_rec));
528 accept_rec *new = (accept_rec *) apr_array_push(accept_recs);
569 accept_rec *elts;
584 elts = (accept_rec *) ne
[all...]

Completed in 18 milliseconds