accept_rec        525 modules/mappers/mod_negotiation.c     accept_recs = apr_array_make(p, 40, sizeof(accept_rec));
accept_rec        528 modules/mappers/mod_negotiation.c         accept_rec *new = (accept_rec *) apr_array_push(accept_recs);
accept_rec        569 modules/mappers/mod_negotiation.c     accept_rec *elts;
accept_rec        584 modules/mappers/mod_negotiation.c         elts = (accept_rec *) new->accepts->elts;
accept_rec        706 modules/mappers/mod_negotiation.c     accept_rec *new_accept;
accept_rec        709 modules/mappers/mod_negotiation.c         neg->accepts = apr_array_make(neg->pool, 4, sizeof(accept_rec));
accept_rec        711 modules/mappers/mod_negotiation.c         new_accept = (accept_rec *) apr_array_push(neg->accepts);
accept_rec        718 modules/mappers/mod_negotiation.c     new_accept = (accept_rec *) apr_array_push(neg->accepts);
accept_rec        989 modules/mappers/mod_negotiation.c                 struct accept_rec accept_info;
accept_rec       1101 modules/mappers/mod_negotiation.c     struct accept_rec accept_info;
accept_rec       1573 modules/mappers/mod_negotiation.c             accept_rec *accs = (accept_rec *) neg->accept_langs->elts;
accept_rec       1574 modules/mappers/mod_negotiation.c             accept_rec *best = NULL, *star = NULL;
accept_rec       1575 modules/mappers/mod_negotiation.c             accept_rec *bestthistag;
accept_rec       1775 modules/mappers/mod_negotiation.c     accept_rec *accept_recs;
accept_rec       1791 modules/mappers/mod_negotiation.c     accept_recs = (accept_rec *) neg->accepts->elts;
accept_rec       1806 modules/mappers/mod_negotiation.c         accept_rec *type = &accept_recs[i];
accept_rec       1855 modules/mappers/mod_negotiation.c     accept_rec *accept_recs;
accept_rec       1857 modules/mappers/mod_negotiation.c     accept_rec *star = NULL;
accept_rec       1868 modules/mappers/mod_negotiation.c     accept_recs = (accept_rec *) neg->accept_charsets->elts;
accept_rec       1897 modules/mappers/mod_negotiation.c         accept_rec *type = &accept_recs[i];
accept_rec       1947 modules/mappers/mod_negotiation.c     accept_rec *accept_recs;
accept_rec       1949 modules/mappers/mod_negotiation.c     accept_rec *star = NULL;
accept_rec       1971 modules/mappers/mod_negotiation.c     accept_recs = (accept_rec *) neg->accept_encodings->elts;
accept_rec       3176 modules/mappers/mod_negotiation.c     accept_rec *accept_recs;
accept_rec       3192 modules/mappers/mod_negotiation.c     accept_recs = (accept_rec *) accept_encodings->elts;