Searched refs:HTTPREQ_Read (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/wininet/ |
H A D | http.c | 3053 static DWORD HTTPREQ_Read(http_request_t *req, void *buffer, DWORD size, DWORD *read, BOOL allow_bl… in HTTPREQ_Read() function 3128 res = HTTPREQ_Read(req, (char*)task->buf + read, task->size - read, &read_bytes, TRUE); in async_read_file_proc() 3210 res = HTTPREQ_Read(req, (char*)buf+read, size-read, &cread, allow_blocking); in HTTPREQ_ReadFile()
|