Home
last modified time | relevance | path

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

/curl/lib/
H A Dws.h44 int head_len, head_total; member
H A Dws.c123 if(dec->head_len < dec->head_total) { in ws_dec_info()
127 dec->head_len, dec->head_total); in ws_dec_info()
157 dec->head_len = dec->head_total = 0; in ws_dec_reset()
201 dec->head_total = 4; in ws_dec_read_head()
205 dec->head_total = 10; in ws_dec_read_head()
209 dec->head_total = 2; in ws_dec_read_head()
213 if(dec->head_len < dec->head_total) { in ws_dec_read_head()
217 if(dec->head_len < dec->head_total) { in ws_dec_read_head()
223 DEBUGASSERT(dec->head_len == dec->head_total); in ws_dec_read_head()
224 switch(dec->head_total) { in ws_dec_read_head()

Completed in 8 milliseconds