Home | History | Annotate | Download | only in websockets

Lines Matching defs:IsSync

452   enum IsSync { SYNC, ASYNC };
475 void PrepareReadFrames(IsSync async,
483 void PrepareRawReadFrames(IsSync async,
490 void PrepareReadFramesError(IsSync async, int error) {
525 Response(IsSync async, int error, ScopedVector<WebSocketFrame> frames)
528 IsSync async;