Home | History | Annotate | Download | only in socket

Lines Matching refs:MockRead

1134   MockRead reads[] = {
1135 MockRead(SYNCHRONOUS, "HTTP/1.1 200 Connection Established\r\n\r\n"),
1169 MockRead reads[] = {
1170 MockRead(SYNCHRONOUS, "HTTP/1.1 200 Connection Established\r\n\r\n"),
1198 MockRead reads[] = {
1199 MockRead("HTTP/1.1 200 Connection Established\r\n\r\n"),
1232 MockRead reads[] = {
1233 MockRead("HTTP/1.1 407 Proxy Authentication Required\r\n"),
1234 MockRead("Proxy-Authenticate: Basic realm=\"MyRealm1\"\r\n"),
1235 MockRead("Content-Length: 10\r\n\r\n"),
1236 MockRead("0123456789"),
1302 MockRead reads[] = {
1303 MockRead(ASYNC, ERR_IO_PENDING),
1363 MockRead reads[] = {
1364 MockRead(ASYNC, ERR_IO_PENDING),