Home
last modified time | relevance | path

Searched refs:body_start (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_web.c308 char *body_start; in web_connection_parse_get() local
392 body_start = wpabuf_put(buf, 0); in web_connection_parse_get()
404 body_length = (char *) wpabuf_put(buf, 0) - body_start; in web_connection_parse_get()
764 char *body_start = NULL; in web_connection_send_reply() local
816 body_start = wpabuf_put(buf, 0); in web_connection_send_reply()
850 if (body_start && put_length_here) { in web_connection_send_reply()
851 int body_length = (char *) wpabuf_put(buf, 0) - body_start; in web_connection_send_reply()
/external/v8/src/parsing/
Dpreparser.cc1187 int body_start = position(); in ParseLazyFunctionLiteralBody() local
1195 log_->LogFunction(body_start, body_end, in ParseLazyFunctionLiteralBody()