predicates        251 http/ngx_http_script.c ngx_http_test_predicates(ngx_http_request_t *r, ngx_array_t *predicates)
predicates        257 http/ngx_http_script.c     if (predicates == NULL) {
predicates        261 http/ngx_http_script.c     cv = predicates->elts;
predicates        263 http/ngx_http_script.c     for (i = 0; i < predicates->nelts; i++) {
predicates        215 http/ngx_http_script.h     ngx_array_t *predicates);