Searched refs:req_pos (Results 1 – 2 of 2) sorted by relevance
25 size_t req_pos; member90 send_len = wpabuf_len(c->req) - c->req_pos; in http_client_tx_ready()97 res = send(c->sd, wpabuf_head_u8(c->req) + c->req_pos, send_len, 0); in http_client_tx_ready()111 c->req_pos += res; in http_client_tx_ready()
746 uint32_t req_pos = (uint32_t)(m_dwFileLen > 1024 ? m_dwFileLen - 1024 : 0); in CheckEnd() local747 uint32_t dwSize = (uint32_t)(m_dwFileLen - req_pos); in CheckEnd()749 if (m_pFileAvail->IsDataAvail(req_pos, dwSize)) { in CheckEnd()751 m_pFileRead->ReadBlock(buffer, req_pos, dwSize); in CheckEnd()784 pHints->AddSegment(req_pos, dwSize); in CheckEnd()