Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dws.c122 if(dec->head_len < dec->head_total) { in ws_dec_info()
126 dec->head_len, dec->head_total); in ws_dec_info()
153 dec->head_len = dec->head_total = 0; in ws_dec_reset()
197 dec->head_total = 4; in ws_dec_read_head()
201 dec->head_total = 10; in ws_dec_read_head()
205 dec->head_total = 2; in ws_dec_read_head()
209 if(dec->head_len < dec->head_total) { in ws_dec_read_head()
213 if(dec->head_len < dec->head_total) { in ws_dec_read_head()
219 DEBUGASSERT(dec->head_len == dec->head_total); in ws_dec_read_head()
220 switch(dec->head_total) { in ws_dec_read_head()
[all...]
H A Dws.h50 int head_len, head_total; member

Completed in 2 milliseconds