Home
last modified time | relevance | path

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

/curl/lib/
H A Dws.c154 dec->frame_flags = 0; in ws_dec_reset()
178 dec->frame_flags = ws_frame_op2flags(dec->head[0]); in ws_dec_read_head()
179 if(!dec->frame_flags) { in ws_dec_read_head()
348 int frame_age, int frame_flags, in update_meta() argument
354 ws->frame.flags = frame_flags; in update_meta()
390 int frame_age, int frame_flags, in ws_cw_dec_next() argument
402 if((frame_flags & CURLWS_PING) && !remain) { in ws_cw_dec_next()
413 update_meta(ws, frame_age, frame_flags, payload_offset, in ws_cw_dec_next()
860 int frame_flags; member
880 ctx->frame_flags = frame_flags; in ws_client_collect()
[all …]
H A Dws.h46 int frame_flags; /* See the CURLWS_* defines */ member

Completed in 7 milliseconds