Searched refs:ha (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_hash.c | 664 ha->hsize = 107; in ngx_hash_keys_array_init() 671 if (ngx_array_init(&ha->keys, ha->temp_pool, asize, sizeof(ngx_hash_key_t)) in ngx_hash_keys_array_init() 677 if (ngx_array_init(&ha->dns_wc_head, ha->temp_pool, asize, in ngx_hash_keys_array_init() 684 if (ngx_array_init(&ha->dns_wc_tail, ha->temp_pool, asize, in ngx_hash_keys_array_init() 691 ha->keys_hash = ngx_pcalloc(ha->temp_pool, sizeof(ngx_array_t) * ha->hsize); in ngx_hash_keys_array_init() 696 ha->dns_wc_head_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init() 702 ha->dns_wc_tail_hash = ngx_pcalloc(ha->temp_pool, in ngx_hash_keys_array_init() 786 k %= ha->hsize; in ngx_hash_add_key() 804 if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4, in ngx_hash_add_key() 837 k %= ha->hsize; in ngx_hash_add_key() [all …]
|
| H A D | ngx_hash.h | 117 ngx_int_t ngx_hash_keys_array_init(ngx_hash_keys_arrays_t *ha, ngx_uint_t type); 118 ngx_int_t ngx_hash_add_key(ngx_hash_keys_arrays_t *ha, ngx_str_t *key,
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | omap3-ha.dts | 7 #include "omap3-ha-common.dtsi" 11 …compatible = "headacoustics,omap3-ha", "technexion,omap3-tao3530", "ti,omap3430", "ti,omap34xx", "…
|
| H A D | omap3-ha-lcd.dts | 7 #include "omap3-ha-common.dtsi" 11 …compatible = "headacoustics,omap3-ha-lcd", "technexion,omap3-tao3530", "ti,omap3430", "ti,omap34xx…
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http.c | 1431 ngx_hash_keys_arrays_t ha; in ngx_http_server_names() local 1443 if (ha.temp_pool == NULL) { in ngx_http_server_names() 1447 ha.pool = cf->pool; in ngx_http_server_names() 1496 if (ha.keys.nelts) { in ngx_http_server_names() 1500 if (ngx_hash_init(&hash, ha.keys.elts, ha.keys.nelts) != NGX_OK) { in ngx_http_server_names() 1505 if (ha.dns_wc_head.nelts) { in ngx_http_server_names() 1507 ngx_qsort(ha.dns_wc_head.elts, (size_t) ha.dns_wc_head.nelts, in ngx_http_server_names() 1523 if (ha.dns_wc_tail.nelts) { in ngx_http_server_names() 1525 ngx_qsort(ha.dns_wc_tail.elts, (size_t) ha.dns_wc_tail.nelts, in ngx_http_server_names() 1541 ngx_destroy_pool(ha.temp_pool); in ngx_http_server_names() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 4891 fnvlist_add_string(ha->nvl, name, ha->tag); in zfs_hold_one() 4893 if (ha->recursive) in zfs_hold_one() 4904 struct holdarg ha; in zfs_hold() local 4908 ha.tag = tag; in zfs_hold() 5009 ha->error = EINVAL; in zfs_release_one() 5016 ha->error = ESRCH; in zfs_release_one() 5024 if (ha->recursive) in zfs_release_one() 5035 struct holdarg ha; in zfs_release() local 5043 ha.tag = tag; in zfs_release() 5045 ha.error = 0; in zfs_release() [all …]
|