Home
last modified time | relevance | path

Searched defs:read_ssl_chunk (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/mstsc/
H A Dtcp.c139 DWORD read_ssl_chunk(void *buf, SIZE_T buf_size, BOOL blocking, SIZE_T *ret_size, BOOL *eof) in read_ssl_chunk() function
/reactos/dll/win32/wininet/
H A Dnetconnection.c701 static BOOL read_ssl_chunk(netconn_t *conn, void *buf, SIZE_T buf_size, BOOL blocking, SIZE_T *ret_… in read_ssl_chunk() function
/reactos/dll/win32/winhttp/
H A Dnet.c448 static BOOL read_ssl_chunk(struct netconn *conn, void *buf, SIZE_T buf_size, SIZE_T *ret_size, BOOL… in read_ssl_chunk() function