Searched refs:body_start (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_web.c | 308 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_web.c | 308 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()
|
/third_party/mbedtls/scripts/ |
H A D | assemble_changelog.py | 161 bodies = [version_body[body_start:body_end].rstrip('\n') + '\n' 162 for (body_start, body_end) in zip(body_starts, body_ends)]
|
/third_party/python/Lib/ |
H A D | mailbox.py | 1440 body_start = message.find(b'\n\n') + 2 1441 if body_start - 2 != -1: 1442 self._file.write(message[:body_start].replace(b'\n', linesep)) 1444 self._file.write(message[:body_start].replace(b'\n', linesep)) 1445 self._file.write(message[body_start:].replace(b'\n', linesep))
|
Completed in 8 milliseconds