Searched refs:body_start (Results 1 – 2 of 2) sorted by relevance
308 char *body_start; in web_connection_parse_get() local392 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() local816 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()
1413 body_start = message.find('\n\n') + 21414 if body_start - 2 != -1:1415 self._file.write(message[:body_start].replace('\n',1418 self._file.write(message[:body_start].replace('\n',1420 self._file.write(message[body_start:].replace('\n',