Home
last modified time | relevance | path

Searched refs:handshake_step (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhttp.c127 HandshakeState handshake_step; member
552 switch (ch->handshake_step) { in http_handshake()
559 ch->handshake_step = READ_HEADERS; in http_handshake()
568 ch->handshake_step = WRITE_REPLY_HEADERS; in http_handshake()
574 ch->handshake_step = FINISH; in http_handshake()
604 s->handshake_step = LOWER_PROTO; in http_listen()