Home
last modified time | relevance | path

Searched refs:ClientState (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/src/
H A Dnghttp.h212 enum class ClientState { IDLE, CONNECTED }; class
295 ClientState state;
H A Dh2load.h252 enum ClientState { CLIENT_IDLE, CLIENT_CONNECTED }; enum
371 ClientState state;
H A Dnghttp.cc610 state(ClientState::IDLE), in HttpClient()
756 state = ClientState::IDLE; in disconnect()
858 if (state == ClientState::IDLE) { in connect_fail()
865 if (cur_state == ClientState::IDLE) { in connect_fail()
884 state = ClientState::CONNECTED; in connected()
/third_party/ffmpeg/libavformat/
H A Drtmpproto.c70 } ClientState; typedef
90 ClientState state; ///< current state

Completed in 11 milliseconds