| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_conf_file.h | 80 char *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 81 ngx_uint_t conf; member 113 ngx_command_t *dummy, void *conf); 136 void *data, void *conf); 180 #define ngx_conf_init_value(conf, default) \ argument 270 char *ngx_conf_include(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 281 char *ngx_conf_set_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 283 void *conf); 285 char *ngx_conf_set_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); 287 char *ngx_conf_set_off_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); [all …]
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_ssl_module.c | 21 void *conf); 23 void *conf); 25 void *conf); 27 void *conf); 344 mode, conf->file, conf->line); in ngx_mail_ssl_merge_conf() 352 mode, conf->file, conf->line); in ngx_mail_ssl_merge_conf() 356 if (conf->certificate_keys->nelts < conf->certificates->nelts) { in ngx_mail_ssl_merge_conf() 363 mode, conf->file, conf->line); in ngx_mail_ssl_merge_conf() 380 if (ngx_ssl_certificates(cf, &conf->ssl, conf->certificates, in ngx_mail_ssl_merge_conf() 411 if (ngx_ssl_crl(cf, &conf->ssl, &conf->crl) != NGX_OK) { in ngx_mail_ssl_merge_conf() [all …]
|
| H A D | ngx_mail_smtp_module.c | 175 conf->greeting.len = size; in ngx_mail_smtp_merge_srv_conf() 176 conf->greeting.data = p; in ngx_mail_smtp_merge_srv_conf() 190 conf->server_name.len = size; in ngx_mail_smtp_merge_srv_conf() 191 conf->server_name.data = p; in ngx_mail_smtp_merge_srv_conf() 204 c = conf->capabilities.elts; in ngx_mail_smtp_merge_srv_conf() 215 if (m & conf->auth_methods) { in ngx_mail_smtp_merge_srv_conf() 230 conf->capability.len = size; in ngx_mail_smtp_merge_srv_conf() 231 conf->capability.data = p; in ngx_mail_smtp_merge_srv_conf() 281 p = ngx_cpymem(p, conf->capability.data, conf->capability.len); in ngx_mail_smtp_merge_srv_conf() 285 p = conf->starttls_capability.data in ngx_mail_smtp_merge_srv_conf() [all …]
|
| H A D | ngx_mail_imap_module.c | 143 ngx_mail_imap_srv_conf_t *conf = child; in ngx_mail_imap_merge_srv_conf() local 160 if (conf->capabilities.nelts == 0) { in ngx_mail_imap_merge_srv_conf() 164 if (conf->capabilities.nelts == 0) { in ngx_mail_imap_merge_srv_conf() 178 c = conf->capabilities.elts; in ngx_mail_imap_merge_srv_conf() 187 if (m & conf->auth_methods) { in ngx_mail_imap_merge_srv_conf() 197 conf->capability.len = size; in ngx_mail_imap_merge_srv_conf() 198 conf->capability.data = p; in ngx_mail_imap_merge_srv_conf() 213 if (m & conf->auth_methods) { in ngx_mail_imap_merge_srv_conf() 230 conf->starttls_capability.len = size; in ngx_mail_imap_merge_srv_conf() 231 conf->starttls_capability.data = p; in ngx_mail_imap_merge_srv_conf() [all …]
|
| H A D | ngx_mail_pop3_module.c | 150 if (conf->capabilities.nelts == 0) { in ngx_mail_pop3_merge_srv_conf() 171 c = conf->capabilities.elts; in ngx_mail_pop3_merge_srv_conf() 192 if (m & conf->auth_methods) { in ngx_mail_pop3_merge_srv_conf() 202 conf->capability.len = size; in ngx_mail_pop3_merge_srv_conf() 203 conf->capability.data = p; in ngx_mail_pop3_merge_srv_conf() 223 if (m & conf->auth_methods) { in ngx_mail_pop3_merge_srv_conf() 243 conf->starttls_capability.data = p; in ngx_mail_pop3_merge_srv_conf() 263 if (m & conf->auth_methods) { in ngx_mail_pop3_merge_srv_conf() 274 conf->auth_capability.data = p; in ngx_mail_pop3_merge_srv_conf() 275 conf->auth_capability.len = size; in ngx_mail_pop3_merge_srv_conf() [all …]
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_patch.c | 79 return (conf->count); in ng_patch_config_getlen() 243 conf->ops[i].val.v8 = conf->ops[i].val.v1; in ng_patch_rcvmsg() 246 conf->ops[i].val.v8 = conf->ops[i].val.v2; in ng_patch_rcvmsg() 249 conf->ops[i].val.v8 = conf->ops[i].val.v4; in ng_patch_rcvmsg() 269 conf->ops[i].val.v1 = (uint8_t) conf->ops[i].val.v8; in ng_patch_rcvmsg() 272 conf->ops[i].val.v2 = (uint16_t) conf->ops[i].val.v8; in ng_patch_rcvmsg() 275 conf->ops[i].val.v4 = (uint32_t) conf->ops[i].val.v8; in ng_patch_rcvmsg() 285 conf->relative_offset = !!conf->relative_offset; in ng_patch_rcvmsg() 289 bcopy(conf, newconf, NG_PATCH_CONF_SIZE(conf->count)); in ng_patch_rcvmsg() 291 if (privp->conf) in ng_patch_rcvmsg() [all …]
|
| H A D | ng_car.c | 208 priv->upper.conf.mode = 0; in ng_car_constructor() 223 priv->lower.conf.mode = 0; in ng_car_constructor() 335 hinfo->conf.ebs) { in ng_car_rcvdata() 494 sizeof(priv->upper.conf)); in ng_car_rcvmsg() 505 sizeof(priv->lower.conf)); in ng_car_rcvmsg() 614 delta = h->tc - h->conf.cbs; in ng_car_refillhook() 616 h->tc = h->conf.cbs; in ng_car_refillhook() 621 h->te = h->conf.ebs; in ng_car_refillhook() 628 h->tc = h->conf.cbs; in ng_car_refillhook() 633 h->te = h->conf.ebs; in ng_car_refillhook() [all …]
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | app_thread.c | 66 struct thread_conf *conf; in app_rx_thread() local 76 nb_rx = rte_eth_rx_burst(conf->rx_port, conf->rx_queue, rx_mbufs, in app_rx_thread() 158 struct thread_conf *conf; in app_tx_thread() local 172 conf->counter++; in app_tx_thread() 178 app_send_burst(conf); in app_tx_thread() 180 conf->n_mbufs = 0; in app_tx_thread() 182 conf->counter = 0; in app_tx_thread() 258 conf->counter++; in app_mixed_thread() 265 app_send_burst(conf); in app_mixed_thread() 267 conf->n_mbufs = 0; in app_mixed_thread() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_ssl_module.c | 48 void *conf); 50 void *conf); 52 void *conf); 658 conf->file, conf->line); in ngx_http_ssl_merge_srv_conf() 666 conf->file, conf->line); in ngx_http_ssl_merge_srv_conf() 677 conf->file, conf->line); in ngx_http_ssl_merge_srv_conf() 699 if (ngx_ssl_create(&conf->ssl, conf->protocols, conf) != NGX_OK) { in ngx_http_ssl_merge_srv_conf() 767 if (ngx_ssl_ciphers(cf, &conf->ssl, &conf->ciphers, in ngx_http_ssl_merge_srv_conf() 774 conf->ssl.buffer_size = conf->buffer_size; in ngx_http_ssl_merge_srv_conf() 801 if (ngx_ssl_crl(cf, &conf->ssl, &conf->crl) != NGX_OK) { in ngx_http_ssl_merge_srv_conf() [all …]
|
| H A D | ngx_http_userid_filter_module.c | 63 void *conf); 66 void *conf); 376 len = conf->name.len + 1 + ngx_base64_encoded_length(16) + conf->path.len; in ngx_http_userid_set_uid() 378 if (conf->expires) { in ngx_http_userid_set_uid() 391 p = ngx_copy(cookie, conf->name.data, conf->name.len); in ngx_http_userid_set_uid() 403 if (conf->mark) { in ngx_http_userid_set_uid() 409 *p++ = conf->mark; in ngx_http_userid_set_uid() 421 p = ngx_copy(p, conf->domain.data, conf->domain.len); in ngx_http_userid_set_uid() 423 p = ngx_copy(p, conf->path.data, conf->path.len); in ngx_http_userid_set_uid() 654 if (conf == NULL) { in ngx_http_userid_create_conf() [all …]
|
| H A D | ngx_http_referer_module.c | 40 void *conf); 293 if (conf == NULL) { in ngx_http_referer_create_conf() 315 return conf; in ngx_http_referer_create_conf() 330 if (conf->keys == NULL) { in ngx_http_referer_merge_conf() 331 conf->hash = prev->hash; in ngx_http_referer_merge_conf() 375 if ((conf->no_referer == 1 || conf->blocked_referer == 1) in ngx_http_referer_merge_conf() 391 conf->referer_hash_bucket_size = ngx_align(conf->referer_hash_bucket_size, in ngx_http_referer_merge_conf() 400 if (conf->keys->keys.nelts) { in ngx_http_referer_merge_conf() 404 if (ngx_hash_init(&hash, conf->keys->keys.elts, conf->keys->keys.nelts) in ngx_http_referer_merge_conf() 458 conf->no_referer = 0; in ngx_http_referer_merge_conf() [all …]
|
| H A D | ngx_http_uwsgi_module.c | 83 void *conf); 85 void *conf); 90 void *conf); 92 void *conf); 1397 return conf; in ngx_http_uwsgi_create_main_conf() 1475 return conf; in ngx_http_uwsgi_create_loc_conf() 1593 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_uwsgi_merge_loc_conf() 1734 if (conf->upstream.cache && conf->cache_key.value.data == NULL) { in ngx_http_uwsgi_merge_loc_conf() 1796 if (conf->ssl && ngx_http_uwsgi_set_ssl(cf, conf) != NGX_OK) { in ngx_http_uwsgi_merge_loc_conf() 1831 && (conf->upstream.upstream || conf->uwsgi_lengths)) in ngx_http_uwsgi_merge_loc_conf() [all …]
|
| H A D | ngx_http_scgi_module.c | 65 void *conf); 70 void *conf); 72 void *conf); 1187 return conf; in ngx_http_scgi_create_main_conf() 1254 return conf; in ngx_http_scgi_create_loc_conf() 1372 > (conf->upstream.bufs.num - 1) * conf->upstream.bufs.size) in ngx_http_scgi_merge_loc_conf() 1513 if (conf->upstream.cache && conf->cache_key.value.data == NULL) { in ngx_http_scgi_merge_loc_conf() 1557 && conf->upstream.upstream == NULL && conf->scgi_lengths == NULL) in ngx_http_scgi_merge_loc_conf() 1565 && (conf->upstream.upstream || conf->scgi_lengths)) in ngx_http_scgi_merge_loc_conf() 1578 rc = ngx_http_scgi_init_params(cf, conf, &conf->params, NULL); in ngx_http_scgi_merge_loc_conf() [all …]
|
| H A D | ngx_http_addition_filter_module.c | 99 ngx_http_addition_conf_t *conf; in ngx_http_addition_header_filter() local 107 if (conf->before_body.len == 0 && conf->after_body.len == 0) { in ngx_http_addition_header_filter() 111 if (ngx_http_test_content_type(r, &conf->types) == NULL) { in ngx_http_addition_header_filter() 140 ngx_http_addition_conf_t *conf; in ngx_http_addition_body_filter() local 157 if (conf->before_body.len) { in ngx_http_addition_body_filter() 166 if (conf->after_body.len == 0) { in ngx_http_addition_body_filter() 216 ngx_http_addition_conf_t *conf; in ngx_http_addition_create_conf() local 219 if (conf == NULL) { in ngx_http_addition_create_conf() 232 return conf; in ngx_http_addition_create_conf() 240 ngx_http_addition_conf_t *conf = child; in ngx_http_addition_merge_conf() local [all …]
|
| H A D | ngx_http_secure_link_module.c | 114 if (conf->secret.data) { in ngx_http_secure_link_variable() 118 if (conf->variable == NULL || conf->md5 == NULL) { in ngx_http_secure_link_variable() 243 ngx_md5_update(&md5, conf->secret.data, conf->secret.len); in ngx_http_secure_link_old_variable() 298 if (conf == NULL) { in ngx_http_secure_link_create_conf() 310 return conf; in ngx_http_secure_link_create_conf() 320 if (conf->secret.data) { in ngx_http_secure_link_merge_conf() 321 if (conf->variable || conf->md5) { in ngx_http_secure_link_merge_conf() 331 if (conf->variable == NULL) { in ngx_http_secure_link_merge_conf() 335 if (conf->md5 == NULL) { in ngx_http_secure_link_merge_conf() 336 conf->md5 = prev->md5; in ngx_http_secure_link_merge_conf() [all …]
|
| H A D | ngx_http_browser_module.c | 66 void *conf); 68 void *conf); 70 void *conf); 72 void *conf); 420 ngx_http_browser_conf_t *conf; in ngx_http_browser_create_conf() local 423 if (conf == NULL) { in ngx_http_browser_create_conf() 439 return conf; in ngx_http_browser_create_conf() 458 if (conf->modern_browsers == NULL && conf->modern_unlisted_browsers == 0) { in ngx_http_browser_merge_conf() 502 if (conf->ancient_browsers == NULL && conf->netscape4 == 0) { in ngx_http_browser_merge_conf() 540 ngx_http_browser_conf_t *bcf = conf; in ngx_http_modern_browser() [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_ssl_module.c | 45 void *conf); 47 void *conf); 664 conf->file, conf->line); in ngx_stream_ssl_merge_conf() 672 conf->file, conf->line); in ngx_stream_ssl_merge_conf() 676 if (conf->certificate_keys->nelts < conf->certificates->nelts) { in ngx_stream_ssl_merge_conf() 683 conf->file, conf->line); in ngx_stream_ssl_merge_conf() 729 if (ngx_ssl_certificates(cf, &conf->ssl, conf->certificates, in ngx_stream_ssl_merge_conf() 737 if (ngx_ssl_ciphers(cf, &conf->ssl, &conf->ciphers, in ngx_stream_ssl_merge_conf() 768 if (ngx_ssl_crl(cf, &conf->ssl, &conf->crl) != NGX_OK) { in ngx_stream_ssl_merge_conf() 773 if (ngx_ssl_dhparam(cf, &conf->ssl, &conf->dhparam) != NGX_OK) { in ngx_stream_ssl_merge_conf() [all …]
|
| /f-stack/freebsd/contrib/alpine-hal/ |
| H A D | al_hal_udma_config.c | 381 reg |= (conf->pref_thr << in al_udma_m2s_pref_set() 408 conf->desc_fifo_depth = in al_udma_m2s_pref_get() 414 conf->sch_mode = SRR; in al_udma_m2s_pref_get() 416 conf->sch_mode = STRICT; in al_udma_m2s_pref_get() 610 reg |= conf->flags & in al_udma_s2m_data_write_set() 656 conf->timeout); in al_udma_s2m_completion_set() 758 reg |= conf->mask & 0xf; in al_udma_common_rlimit_set() 937 conf->sch_mode = SRR; in al_udma_m2s_comp_timeouts_get() 946 conf->comp_fifo_depth = in al_udma_m2s_comp_timeouts_get() 950 conf->unack_fifo_depth = in al_udma_m2s_comp_timeouts_get() [all …]
|
| /f-stack/freebsd/netinet/netdump/ |
| H A D | netdump_client.c | 477 conf = NULL; in netdump_ioctl() 537 conf = (void *)addr; in netdump_ioctl() 544 conf = NULL; in netdump_ioctl() 555 conf = NULL; in netdump_ioctl() 584 conf = &kda_copy; in netdump_ioctl() 600 conf->kda_iface[sizeof(conf->kda_iface) - 1] = '\0'; in netdump_ioctl() 644 error = dumper_insert(&dumper, conf->kda_iface, conf); in netdump_ioctl() 654 if (conf != NULL) in netdump_ioctl() 655 explicit_bzero(conf, sizeof(*conf)); in netdump_ioctl() 692 strlcpy(conf.kda_iface, arg, sizeof(conf.kda_iface)); in netdump_modevent() [all …]
|
| /f-stack/dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_bgx.c | 28 conf->bpen = bgx_conf.bpen; in octeontx_bgx_port_open() 29 conf->node = bgx_conf.node; in octeontx_bgx_port_open() 32 conf->mtu = bgx_conf.mtu; in octeontx_bgx_port_open() 33 conf->bgx = bgx_conf.bgx; in octeontx_bgx_port_open() 34 conf->lmac = bgx_conf.lmac; in octeontx_bgx_port_open() 35 conf->mode = bgx_conf.mode; in octeontx_bgx_port_open() 36 conf->pkind = bgx_conf.pkind; in octeontx_bgx_port_open() 116 conf->mtu = bgx_conf.mtu; in octeontx_bgx_port_get_config() 117 conf->bgx = bgx_conf.bgx; in octeontx_bgx_port_get_config() 363 memset(&conf, 0, len); in octeontx_bgx_port_flow_ctrl_cfg() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/ |
| H A D | vdev_zaps_004_pos.ksh | 40 conf="$TESTDIR/vz004" 41 log_must zdb -PC $TESTPOOL > $conf 42 assert_has_sentinel "$conf" 43 orig_top=$(get_top_vd_zap $DISK $conf) 44 orig_leaf=$(get_leaf_vd_zap $DISK $conf) 53 log_must zdb -PC $TESTPOOL > $conf 62 new_leaf=$(get_leaf_vd_zap $DISK $conf) 68 dsk1_top=$(get_top_vd_zap $DISK $conf) 72 dsk2_top=$(get_top_vd_zap $disk2 $conf) 82 log_must zdb -PC $TESTPOOL > $conf [all …]
|
| H A D | vdev_zaps.kshlib | 22 typeset dsk_line next_vd_line conf section 24 typeset conf="$2" 26 dsk_line=$(grep -n "$regex" "$conf" | awk -F: '{print $1}') 30 next_vd_line=$(tail -n +$dsk_line "$conf" | \ 38 section=$(tail -n +$dsk_line "$conf") 81 typeset conf=$3 83 top_zap=$(get_top_vd_zap "$vd" $conf) 91 typeset conf=$3 93 leaf_zap=$(get_leaf_vd_zap "$vd" $conf) 106 if [[ -e $conf ]]; then [all …]
|
| H A D | vdev_zaps_007_pos.ksh | 38 conf="$TESTDIR/vz007" 39 log_must zdb -PC $TESTPOOL > $conf 41 assert_has_sentinel "$conf" 42 orig_top=$(get_top_vd_zap "type: 'mirror'" $conf) 43 orig_leaf0=$(get_leaf_vd_zap ${DISK_ARR[0]} $conf) 44 orig_leaf1=$(get_leaf_vd_zap ${DISK_ARR[1]} $conf) 52 log_must zdb -PC $TESTPOOL > $conf 53 new_leaf0=$(get_leaf_vd_zap ${DISK_ARR[0]} $conf) 54 new_top_s0=$(get_top_vd_zap ${DISK_ARR[0]} $conf) 65 log_must zdb -PC $TESTPOOL > $conf [all …]
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | install | 120 cp conf/koi-win '\$(DESTDIR)$NGX_CONF_PREFIX' 121 cp conf/koi-utf '\$(DESTDIR)$NGX_CONF_PREFIX' 122 cp conf/win-utf '\$(DESTDIR)$NGX_CONF_PREFIX' 130 cp conf/fastcgi_params \\ 134 || cp conf/fastcgi.conf '\$(DESTDIR)$NGX_CONF_PREFIX' 135 cp conf/fastcgi.conf '\$(DESTDIR)$NGX_CONF_PREFIX/fastcgi.conf.default' 139 cp conf/uwsgi_params \\ 144 cp conf/scgi_params \\ 148 || cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PATH' 149 cp conf/nginx.conf '\$(DESTDIR)$NGX_CONF_PREFIX/nginx.conf.default' [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_kni.c | 435 memset(&conf, 0, sizeof(conf)); in test_kni_processing() 451 conf.id = pci_dev->id; in test_kni_processing() 453 snprintf(conf.name, sizeof(conf.name), TEST_KNI_PORT); in test_kni_processing() 456 conf.core_id = 1; in test_kni_processing() 457 conf.force_bind = 1; in test_kni_processing() 634 memset(&conf, 0, sizeof(conf)); in test_kni() 651 conf.id = pci_dev->id; in test_kni() 676 memset(&conf, 0, sizeof(conf)); in test_kni() 736 memset(&conf, 0, sizeof(conf)); in test_kni() 746 memset(&conf, 0, sizeof(conf)); in test_kni() [all …]
|