Searched refs:recv_buf_ptr (Results 1 – 1 of 1) sorted by relevance
1313 http_read_body(http_handle_t handle, char *recv_buf_ptr, size_t recv_buf_size) in http_read_body() argument1321 if (recv_buf_ptr == NULL || recv_buf_size == 0) { in http_read_body()1326 return (getbytes(c_id, recv_buf_ptr, recv_buf_size)); in http_read_body()