Home
last modified time | relevance | path

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

/curl/lib/
H A Dws.c150 dec->frame_flags = 0; in ws_dec_reset()
174 dec->frame_flags = ws_frame_op2flags(dec->head[0]); in ws_dec_read_head()
175 if(!dec->frame_flags) { in ws_dec_read_head()
344 int frame_age, int frame_flags, in update_meta() argument
350 ws->frame.flags = frame_flags; in update_meta()
386 int frame_age, int frame_flags, in ws_cw_dec_next() argument
398 if((frame_flags & CURLWS_PING) && !remain) { in ws_cw_dec_next()
409 update_meta(ws, frame_age, frame_flags, payload_offset, in ws_cw_dec_next()
857 int frame_flags; member
877 ctx->frame_flags = frame_flags; in ws_client_collect()
[all …]
H A Dws.h46 int frame_flags; /* See the CURLWS_* defines */ member

Completed in 12 milliseconds