Searched refs:put_length_here (Results 1 – 1 of 1) sorted by relevance
676 char *put_length_here; in web_connection_parse_get() local743 put_length_here = wpabuf_put(buf, 0); in web_connection_parse_get()765 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_parse_get()1191 char *put_length_here = NULL; in web_connection_send_reply() local1236 put_length_here = wpabuf_put(buf, 0); in web_connection_send_reply()1278 if (body_start && put_length_here) { in web_connection_send_reply()1282 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_send_reply()