Searched refs:PROTOCOL_ERROR (Results 1 – 11 of 11) sorted by relevance
/external/mtpd/ |
D | mtpd.h | 54 PROTOCOL_ERROR = 3, enumerator
|
D | pptp.c | 192 return -PROTOCOL_ERROR; in recv_packet() 198 return -PROTOCOL_ERROR; in recv_packet()
|
D | l2tp.c | 440 return tunnel ? -CHALLENGE_FAILED : -PROTOCOL_ERROR; in l2tp_process() 458 return -PROTOCOL_ERROR; in l2tp_process()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | FramedConnection.java | 611 connectionErrorCode = ErrorCode.PROTOCOL_ERROR; in execute() 612 streamErrorCode = ErrorCode.PROTOCOL_ERROR; in execute() 679 newStream.close(ErrorCode.PROTOCOL_ERROR); in headers() 691 stream.closeLater(ErrorCode.PROTOCOL_ERROR); in headers() 838 writeSynResetLater(streamId, ErrorCode.PROTOCOL_ERROR); in pushRequestLater()
|
D | ErrorCode.java | 23 PROTOCOL_ERROR(1, 1, 1), enumConstant
|
D | FramedStream.java | 260 errorCode = ErrorCode.PROTOCOL_ERROR; in receiveHeaders()
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/ |
D | Spdy3Test.java | 58 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayRoundTrip()
|
D | Http2ConnectionTest.java | 36 import static com.squareup.okhttp.internal.framed.ErrorCode.PROTOCOL_ERROR; 182 peer.sendFrame().goAway(3, PROTOCOL_ERROR, Util.EMPTY_BYTE_ARRAY); 402 assertEquals(PROTOCOL_ERROR, peer.takeFrame().errorCode);
|
D | Spdy3ConnectionTest.java | 43 import static com.squareup.okhttp.internal.framed.ErrorCode.PROTOCOL_ERROR; 651 assertEquals(PROTOCOL_ERROR, rstStream.errorCode); 739 peer.sendFrame().goAway(1, PROTOCOL_ERROR, Util.EMPTY_BYTE_ARRAY); 797 connection.shutdown(PROTOCOL_ERROR); 809 assertEquals(PROTOCOL_ERROR, goaway.errorCode); 1102 assertEquals(PROTOCOL_ERROR, rstStream.errorCode);
|
D | Http2Test.java | 565 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithoutDebugDataRoundTrip() 588 final ErrorCode expectedError = ErrorCode.PROTOCOL_ERROR; in goAwayWithDebugDataRoundTrip()
|
/external/libmicrohttpd/src/datadir/ |
D | spdy-draft.txt | 411 with the status code PROTOCOL_ERROR for the stream-id. 477 (Section 2.4.1) with the status PROTOCOL_ERROR. 482 code PROTOCOL_ERROR. 588 must send a RST_STREAM to the sender with the status PROTOCOL_ERROR. 830 1 - PROTOCOL_ERROR. This is a generic error, and should only be 1150 1 - PROTOCOL_ERROR. This is a generic error, and should only be 1494 (Section 2.4.2) with the status code PROTOCOL_ERROR for the 1504 status code PROTOCOL_ERROR for the stream-id. 2154 PROTOCOL_ERROR.
|