Home
last modified time | relevance | path

Searched refs:hc (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c227 c->data = hc; in ngx_http_init_connection()
304 hc->conf_ctx = hc->addr_conf->default_server->ctx; in ngx_http_init_connection()
400 hc = c->data; in ngx_http_wait_request_handler()
546 hc = c->data; in ngx_http_alloc_request()
573 r->header_in = hc->busy ? hc->busy->buf : c->buffer; in ngx_http_alloc_request()
654 hc = c->data; in ngx_http_ssl_handshake()
902 hc = c->data; in ngx_http_ssl_servername()
1632 hc->busy = cl; in ngx_http_alloc_large_header_buffer()
1633 hc->nbusy++; in ngx_http_alloc_large_header_buffer()
3071 c->data = hc; in ngx_http_set_keepalive()
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssl_module.c375 ngx_http_connection_t *hc; in ngx_http_ssl_alpn_select() local
392 hc = c->data; in ngx_http_ssl_alpn_select()
394 if (hc->addr_conf->http2) { in ngx_http_ssl_alpn_select()
437 ngx_http_connection_t *hc; in ngx_http_ssl_npn_advertised() local
439 hc = c->data; in ngx_http_ssl_npn_advertised()
441 if (hc->addr_conf->http2) { in ngx_http_ssl_npn_advertised()
/f-stack/tools/ifconfig/
H A Difbridge.c245 u_int8_t ht, fd, ma, hc, pro; in bridge_status() local
262 hc = ifbp.ifbop_holdcount; in bridge_status()
269 ma, hc, stpproto[pro], csize, ctime); in bridge_status()
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dsdhci-msm.txt34 - "hc" for Host controller register map
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c822 linenoiseHintsCallback *hc = hintsCallback; in linenoiseEdit() local
825 hintsCallback = hc; in linenoiseEdit()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c234 ngx_http_connection_t *hc; in ngx_http_v2_init() local
240 hc = c->data; in ngx_http_v2_init()
246 h2mcf = ngx_http_get_module_main_conf(hc->conf_ctx, ngx_http_v2_module); in ngx_http_v2_init()
264 h2c->http_connection = hc; in ngx_http_v2_init()
273 h2scf = ngx_http_get_module_srv_conf(hc->conf_ctx, ngx_http_v2_module); in ngx_http_v2_init()
313 h2c->state.handler = hc->proxy_protocol ? ngx_http_v2_state_proxy_protocol in ngx_http_v2_init()
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h234 …t_FmPcdHcParams hc; /**< Host Command parameters, relevant only if… member
/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_pcd_ext.h3943 t_fm_pcd_hc_params hc; member
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c5136 char *hc[2] = { "s.acl.h", ".s.open.h.hyLZlg" }; in ztest_zap() local
5158 VERIFY3U(0, ==, zap_add(os, object, hc[i], sizeof (uint64_t), in ztest_zap()
5162 VERIFY3U(EEXIST, ==, zap_add(os, object, hc[i], in ztest_zap()
5165 zap_length(os, object, hc[i], &zl_intsize, &zl_ints)); in ztest_zap()
5170 VERIFY3U(0, ==, zap_remove(os, object, hc[i], tx)); in ztest_zap()
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dsdm630.dtsi806 reg-names = "hc", "cqhci";
H A Dqcs404.dtsi790 reg-names = "hc", "cqhci";
H A Dsc7180.dtsi683 reg-names = "hc", "cqhci";
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c830 memcpy((uint8_t*)&hcParams.params, (uint8_t*)&p_FmPcdParams->hc, sizeof(t_FmPcdHcParams)); in FM_PCD_Config()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c2295 u_int16_t *ic, u_int16_t *hc, u_int8_t u, sa_family_t af) in pf_change_icmp() argument
2356 *hc = pf_cksum_fixup(pf_cksum_fixup(*hc, in pf_change_icmp()