Searched refs:put_length_here (Results 1 – 1 of 1) sorted by relevance
307 char *put_length_here; in web_connection_parse_get() local384 put_length_here = wpabuf_put(buf, 0); in web_connection_parse_get()406 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_parse_get()763 char *put_length_here = NULL; in web_connection_send_reply() local808 put_length_here = wpabuf_put(buf, 0); in web_connection_send_reply()850 if (body_start && put_length_here) { in web_connection_send_reply()854 os_memcpy(put_length_here, len_buf, os_strlen(len_buf)); in web_connection_send_reply()