HomeSort by relevance Sort by last modified time
    Searched refs:req_pos (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/wps/
http_client.c 25 size_t req_pos; member in struct:http_client
90 send_len = wpabuf_len(c->req) - c->req_pos;
97 res = send(c->sd, wpabuf_head_u8(c->req) + c->req_pos, send_len, 0);
111 c->req_pos += res;
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.cpp 746 uint32_t req_pos = (uint32_t)(m_dwFileLen > 1024 ? m_dwFileLen - 1024 : 0); local
747 uint32_t dwSize = (uint32_t)(m_dwFileLen - req_pos);
749 if (m_pFileAvail->IsDataAvail(req_pos, dwSize)) {
751 m_pFileRead->ReadBlock(buffer, req_pos, dwSize);
784 pHints->AddSegment(req_pos, dwSize);
    [all...]

Completed in 5774 milliseconds