Searched refs:val_len (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_mbox.c | 372 tag->val_len == 0) { in bcm2835_mbox_err() 373 tag->val_len = BCM2835_MBOX_TAG_VAL_LEN_RESPONSE | in bcm2835_mbox_err() 376 if ((tag->val_len & BCM2835_MBOX_TAG_VAL_LEN_RESPONSE) == 0) { in bcm2835_mbox_err() 381 tag->val_len &= ~BCM2835_MBOX_TAG_VAL_LEN_RESPONSE; in bcm2835_mbox_err() 459 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_set_power_state() 481 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_notify_xhci_reset() 501 msg.tag_hdr.val_len = sizeof(msg.body.req); in bcm2835_mbox_get_clock_rate() 521 msg.physical_w_h.tag_hdr.val_len = 0; in bcm2835_mbox_fb_get_w_h() 543 msg.bpp.tag_hdr.val_len = 0; in bcm2835_mbox_fb_get_bpp()
|
| H A D | bcm2835_mbox_prop.h | 52 uint32_t val_len; member 58 (tag_)->tag_hdr.val_len = sizeof((tag_)->body.req); \
|
| H A D | bcm2835_ft5406.c | 215 msg.tag_hdr.val_len = sizeof(msg.body); in ft5406ts_init()
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_fletcher.c | 373 size_t i, val_len; in fletcher_4_impl_set() local 375 val_len = strlen(val); in fletcher_4_impl_set() 376 while ((val_len > 0) && !!isspace(val[val_len-1])) /* trim '\n' */ in fletcher_4_impl_set() 377 val_len--; in fletcher_4_impl_set() 383 if (val_len == strlen(name) && in fletcher_4_impl_set() 384 strncmp(val, name, val_len) == 0) { in fletcher_4_impl_set() 396 if (val_len == strlen(name) && in fletcher_4_impl_set() 397 strncmp(val, name, val_len) == 0) { in fletcher_4_impl_set()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_fastcgi_module.c | 882 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_fastcgi_create_request() 887 if (skip_empty && val_len == 0) { in ngx_http_fastcgi_create_request() 891 len += 1 + key_len + ((val_len > 127) ? 4 : 1) + val_len; in ngx_http_fastcgi_create_request() 1043 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_fastcgi_create_request() 1048 if (skip_empty && val_len == 0) { in ngx_http_fastcgi_create_request() 1064 if (val_len > 127) { in ngx_http_fastcgi_create_request() 1071 *e.pos++ = (u_char) val_len; in ngx_http_fastcgi_create_request() 1083 val_len, e.pos - val_len); in ngx_http_fastcgi_create_request() 1124 val_len = header[i].value.len; in ngx_http_fastcgi_create_request() 1125 if (val_len > 127) { in ngx_http_fastcgi_create_request() [all …]
|
| H A D | ngx_http_uwsgi_module.c | 875 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_uwsgi_create_request() 880 if (skip_empty && val_len == 0) { in ngx_http_uwsgi_create_request() 884 len += 2 + key_len + 2 + val_len; in ngx_http_uwsgi_create_request() 1011 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_uwsgi_create_request() 1016 if (skip_empty && val_len == 0) { in ngx_http_uwsgi_create_request() 1036 *e.pos++ = (u_char) (val_len & 0xff); in ngx_http_uwsgi_create_request() 1037 *e.pos++ = (u_char) ((val_len >> 8) & 0xff); in ngx_http_uwsgi_create_request() 1049 val_len, e.pos - val_len); in ngx_http_uwsgi_create_request() 1096 val_len = header[i].value.len; in ngx_http_uwsgi_create_request() 1097 *b->last++ = (u_char) (val_len & 0xff); in ngx_http_uwsgi_create_request() [all …]
|
| H A D | ngx_http_scgi_module.c | 632 size_t len, key_len, val_len, allocated; in ngx_http_scgi_create_request() local 687 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_scgi_create_request() 692 if (skip_empty && val_len == 0) { in ngx_http_scgi_create_request() 696 len += key_len + val_len + 1; in ngx_http_scgi_create_request() 806 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_scgi_create_request() 811 if (skip_empty && val_len == 0) { in ngx_http_scgi_create_request()
|
| H A D | ngx_http_grpc_module.c | 583 size_t len, tmp_len, key_len, val_len, uri_len; in ngx_http_grpc_create_request() local 661 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_grpc_create_request() 666 if (val_len == 0) { in ngx_http_grpc_create_request() 671 + NGX_HTTP_V2_INT_OCTETS + val_len; in ngx_http_grpc_create_request() 677 if (tmp_len < val_len) { in ngx_http_grpc_create_request() 678 tmp_len = val_len; in ngx_http_grpc_create_request() 869 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_grpc_create_request() 874 if (val_len == 0) { in ngx_http_grpc_create_request() 905 b->last = ngx_http_v2_write_value(b->last, val_tmp, val_len, tmp); in ngx_http_grpc_create_request() 913 key_len, key_tmp, val_len, val_tmp); in ngx_http_grpc_create_request()
|
| H A D | ngx_http_proxy_module.c | 1173 key_len, val_len; in ngx_http_proxy_create_request() local 1291 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_proxy_create_request() 1296 if (val_len == 0) { in ngx_http_proxy_create_request() 1300 len += key_len + sizeof(": ") - 1 + val_len + sizeof(CRLF) - 1; in ngx_http_proxy_create_request() 1404 for (val_len = 0; *(uintptr_t *) le.ip; val_len += lcode(&le)) { in ngx_http_proxy_create_request() 1409 if (val_len == 0) { in ngx_http_proxy_create_request()
|
| /f-stack/dpdk/drivers/net/axgbe/ |
| H A D | axgbe_phy_impl.c | 328 void *val, unsigned int val_len) in axgbe_phy_i2c_read() argument 353 i2c_op.len = val_len; in axgbe_phy_i2c_read()
|