Home
last modified time | relevance | path

Searched refs:pushes (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c440 if (conf->push && conf->pushes == NULL) { in ngx_http_v2_merge_loc_conf()
441 conf->pushes = prev->pushes; in ngx_http_v2_merge_loc_conf()
463 if (h2lcf->pushes) { in ngx_http_v2_push()
481 if (h2lcf->pushes == NULL) { in ngx_http_v2_push()
482 h2lcf->pushes = ngx_array_create(cf->pool, 1, in ngx_http_v2_push()
484 if (h2lcf->pushes == NULL) { in ngx_http_v2_push()
489 cv = ngx_array_push(h2lcf->pushes); in ngx_http_v2_push()
H A Dngx_http_v2_module.h43 ngx_array_t *pushes; member
H A Dngx_http_v2_filter_module.c682 ngx_http_complex_value_t *pushes; in ngx_http_v2_push_resources() local
692 if (h2lcf->pushes) { in ngx_http_v2_push_resources()
693 pushes = h2lcf->pushes->elts; in ngx_http_v2_push_resources()
695 for (i = 0; i < h2lcf->pushes->nelts; i++) { in ngx_http_v2_push_resources()
697 if (ngx_http_complex_value(r, &pushes[i], &path) != NGX_OK) { in ngx_http_v2_push_resources()
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dmsm8994-sony-xperia-kitakami.dtsi226 /* Downstream pushes 2.95V to the sdhci device,
/f-stack/dpdk/doc/guides/prog_guide/
H A Dstack_lib.rst64 allocated before stack pushes and freed after stack pops. Since the stack has a
H A Dhash_lib.rst201 As mentioned above, Cuckoo hash implementation pushes elements out of their bucket,
/f-stack/freebsd/contrib/zstd/
H A Dappveyor.yml185 # The following tests are for regular pushes
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst335 Hash method to resolve collisions (open addressing). This method pushes