Home
last modified time | relevance | path

Searched refs:body_length (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/common_lib/cros/fake_device_server/
Dcommon_util.py17 body_length = int(cherrypy.request.headers.get('Content-Length', 0))
18 data = cherrypy.request.rfile.read(body_length)
Doauth.py71 body_length = int(cherrypy.request.headers.get('Content-Length', 0))
72 body = cherrypy.request.rfile.read(body_length)
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_web.c314 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()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay.c1814 int (*body_length)(struct ieee802_1x_mka_participant *participant); member
1824 .body_length = ieee802_1x_mka_basic_body_length,
1832 .body_length = ieee802_1x_mka_get_live_peer_length,
1840 .body_length = ieee802_1x_mka_get_potential_peer_length,
1848 .body_length = ieee802_1x_mka_get_sak_use_length,
1856 .body_length = ieee802_1x_mka_get_dist_sak_length,
1864 .body_length = NULL,
1872 .body_length = NULL,
1880 .body_length = NULL,
1888 .body_length = ieee802_1x_mka_get_icv_length,
[all …]