Home
last modified time | relevance | path

Searched refs:discard_eol (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/winhttp/
H A Drequest.c1891 static BOOL discard_eol( struct request *request, BOOL notify ) in discard_eol() function
1917 if (!request->read_chunked_size && !discard_eol( request, notify )) return FALSE; in start_next_chunk()
1937 return discard_eol( request, notify ); in start_next_chunk()