/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_web.c | 314 int body_length; in web_connection_parse_get() local 404 body_length = (char *) wpabuf_put(buf, 0) - body_start; in web_connection_parse_get() 405 os_snprintf(len_buf, 10, "%d", body_length); in web_connection_parse_get() 851 int body_length = (char *) wpabuf_put(buf, 0) - body_start; in web_connection_send_reply() local 853 os_snprintf(len_buf, sizeof(len_buf), "%d", body_length); in web_connection_send_reply()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_web.c | 314 int body_length; in web_connection_parse_get() local 404 body_length = (char *) wpabuf_put(buf, 0) - body_start; in web_connection_parse_get() 405 os_snprintf(len_buf, 10, "%d", body_length); in web_connection_parse_get() 851 int body_length = (char *) wpabuf_put(buf, 0) - body_start; in web_connection_send_reply() local 853 os_snprintf(len_buf, sizeof(len_buf), "%d", body_length); in web_connection_send_reply()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_pdu_internal.h | 153 size_t body_length; /**< Holds body data length */ member
|
/third_party/python/Lib/email/ |
H A D | quoprimime.py | 32 'body_length', 97 def body_length(bytearray): function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_kay.c | 1967 int (*body_length)(struct ieee802_1x_mka_participant *participant); member 1977 .body_length = ieee802_1x_mka_basic_body_length, 1985 .body_length = ieee802_1x_mka_get_live_peer_length, 1993 .body_length = ieee802_1x_mka_get_potential_peer_length, 2001 .body_length = ieee802_1x_mka_get_sak_use_length, 2009 .body_length = ieee802_1x_mka_get_dist_sak_length, 2017 .body_length = NULL, 2025 .body_length = NULL, 2033 .body_length = NULL, 2041 .body_length [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
H A D | ieee802_1x_kay.c | 2004 int (*body_length)(struct ieee802_1x_mka_participant *participant); member 2014 .body_length = ieee802_1x_mka_basic_body_length, 2022 .body_length = ieee802_1x_mka_get_live_peer_length, 2030 .body_length = ieee802_1x_mka_get_potential_peer_length, 2038 .body_length = ieee802_1x_mka_get_sak_use_length, 2046 .body_length = ieee802_1x_mka_get_dist_sak_length, 2054 .body_length = NULL, 2062 .body_length = NULL, 2070 .body_length = NULL, 2078 .body_length [all...] |
/third_party/nghttp2/src/ |
H A D | HttpServer.cc | 459 body_length(0), 1101 auto nread = std::min(stream->body_length - stream->body_offset, in file_read_callback() 1106 if (nread == 0 || stream->body_length == stream->body_offset + nread) { in file_read_callback() 1144 stream->body_length = file_ent->length; in prepare_status_response() 1168 stream->body_length = length; in prepare_echo_response() 1394 stream->body_length = file_ent->length; in prepare_response()
|
H A D | HttpServer.h | 147 int64_t body_length; member
|
/third_party/libcoap/src/ |
H A D | coap_block.c | 790 pdu->body_length = length; in coap_add_data_large_internal() 794 pdu->body_length = 0; in coap_add_data_large_internal() 2662 pdu->body_length = length; in coap_handle_request_put_block() 2823 pdu->body_length = p->total_len; in coap_handle_request_put_block() 2831 /* No need to update body_data and body_length as a single PDU */ in coap_handle_request_put_block() 3662 rcvd->body_length = block_opt == COAP_OPTION_Q_BLOCK2 ? in coap_handle_response_get_block() 3665 rcvd->body_length = saved_offset + length; in coap_handle_response_get_block() 3668 rcvd->body_total = rcvd->body_length; in coap_handle_response_get_block()
|
H A D | coap_pdu.c | 60 pdu->body_length = 0; in coap_pdu_clear() 830 *len = pdu->body_length; in coap_get_data_large()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | basic_tests.c | 643 uint32_t body_length; member 2483 memcpy(ptr + shader->header_length + shader->body_length * i, in amdgpu_dispatch_load_cs_shader_hang_slow() 2485 shader->body_length * sizeof(uint32_t)); in amdgpu_dispatch_load_cs_shader_hang_slow() 2487 memcpy(ptr + shader->header_length + shader->body_length * loop, in amdgpu_dispatch_load_cs_shader_hang_slow() 2488 shader->shader + shader->header_length + shader->body_length, in amdgpu_dispatch_load_cs_shader_hang_slow() 3220 memcpy(ptr + shader->header_length + shader->body_length * i, in amdgpu_draw_load_ps_shader_hang_slow() 3222 shader->body_length * sizeof(uint32_t)); in amdgpu_draw_load_ps_shader_hang_slow() 3224 memcpy(ptr + shader->header_length + shader->body_length * loop, in amdgpu_draw_load_ps_shader_hang_slow() 3225 shader->shader + shader->header_length + shader->body_length, in amdgpu_draw_load_ps_shader_hang_slow()
|
/third_party/python/Lib/test/test_email/ |
H A D | test_email.py | 4441 eq(quoprimime.body_length(bytes([c])), 1) 4443 eq(quoprimime.body_length(bytes([c])), 3)
|