Home
last modified time | relevance | path

Searched refs:predicates (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h216 ngx_array_t *predicates);
218 ngx_array_t *predicates);
H A Dngx_http_script.c248 ngx_http_test_predicates(ngx_http_request_t *r, ngx_array_t *predicates) in ngx_http_test_predicates() argument
254 if (predicates == NULL) { in ngx_http_test_predicates()
258 cv = predicates->elts; in ngx_http_test_predicates()
260 for (i = 0; i < predicates->nelts; i++) { in ngx_http_test_predicates()
276 ngx_array_t *predicates) in ngx_http_test_required_predicates() argument
282 if (predicates == NULL) { in ngx_http_test_required_predicates()
286 cv = predicates->elts; in ngx_http_test_required_predicates()
288 for (i = 0; i < predicates->nelts; i++) { in ngx_http_test_required_predicates()
/f-stack/tools/libxo/doc/
H A Dfield-modifiers.rst23 k key Field is a key, suitable for XPath predicates
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt17625 predicates instead of just one AML opcode at a time. (The