ap_method_list_t  283 include/http_config.h     ap_method_list_t *xlimited;
ap_method_list_t  253 include/http_protocol.h AP_DECLARE(ap_method_list_t *) ap_make_method_list(apr_pool_t *p, int nelts);
ap_method_list_t  262 include/http_protocol.h AP_DECLARE(void) ap_copy_method_list(ap_method_list_t *dest,
ap_method_list_t  263 include/http_protocol.h 				     ap_method_list_t *src);
ap_method_list_t  273 include/http_protocol.h AP_DECLARE(int) ap_method_in_list(ap_method_list_t *l, const char *method);
ap_method_list_t  283 include/http_protocol.h AP_DECLARE(void) ap_method_list_add(ap_method_list_t *l, const char *method);
ap_method_list_t  292 include/http_protocol.h AP_DECLARE(void) ap_method_list_remove(ap_method_list_t *l,
ap_method_list_t  301 include/http_protocol.h AP_DECLARE(void) ap_clear_method_list(ap_method_list_t *l);
ap_method_list_t  620 include/httpd.h typedef struct ap_method_list_t ap_method_list_t;
ap_method_list_t  855 include/httpd.h     ap_method_list_t *allowed_methods; 
ap_method_list_t 1266 modules/http/http_protocol.c AP_DECLARE(ap_method_list_t *) ap_make_method_list(apr_pool_t *p, int nelts)
ap_method_list_t 1268 modules/http/http_protocol.c     ap_method_list_t *ml;
ap_method_list_t 1270 modules/http/http_protocol.c     ml = (ap_method_list_t *) apr_palloc(p, sizeof(ap_method_list_t));
ap_method_list_t 1280 modules/http/http_protocol.c AP_DECLARE(void) ap_copy_method_list(ap_method_list_t *dest,
ap_method_list_t 1281 modules/http/http_protocol.c                                      ap_method_list_t *src)
ap_method_list_t 1299 modules/http/http_protocol.c AP_DECLARE(int) ap_method_in_list(ap_method_list_t *l, const char *method)
ap_method_list_t 1331 modules/http/http_protocol.c AP_DECLARE(void) ap_method_list_add(ap_method_list_t *l, const char *method)
ap_method_list_t 1365 modules/http/http_protocol.c AP_DECLARE(void) ap_method_list_remove(ap_method_list_t *l,
ap_method_list_t 1403 modules/http/http_protocol.c AP_DECLARE(void) ap_clear_method_list(ap_method_list_t *l)