Home | History | Annotate | Download | only in socket

Lines Matching refs:MockRead

552   MockRead reads[] = {
553 MockRead(false, "HTTP/1.1 200 Connection Established\r\n\r\n"),
583 MockRead reads[] = {
584 MockRead("HTTP/1.1 200 Connection Established\r\n\r\n"),
616 MockRead reads[] = {
617 MockRead("HTTP/1.1 407 Proxy Authentication Required\r\n"),
618 MockRead("Proxy-Authenticate: Basic realm=\"MyRealm1\"\r\n"),
619 MockRead("Content-Length: 10\r\n\r\n"),
620 MockRead("0123456789"),
680 MockRead reads[] = {
681 MockRead(true, ERR_IO_PENDING),