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

/httpd/modules/test/
H A Dmod_policy.c998 const char **match_ptr; local
1003 match_ptr = apr_array_push(conf->type_matches);
1004 *match_ptr = type;
1066 const char **match_ptr; local
1071 match_ptr = apr_array_push(conf->vary_matches);
1072 *match_ptr = vary;

Completed in 1060 milliseconds