Home
last modified time | relevance | path

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

/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()
174 dec->frame_flags = ws_frame_op2flags(dec->head[0]); in ws_dec_read_head()
209 if(dec->head_len < dec->head_total) { in ws_dec_read_head()
210 dec->head[dec->head_len] = *inbuf; 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()
222 dec->payload_len = dec->head[1]; in ws_dec_read_head()
225 dec->payload_len = (dec->head[2] << 8) | dec->head[3]; in ws_dec_read_head()
[all …]
H A Dkrb5.c141 gss_buffer_desc enc, dec; in krb5_decode() local
148 maj = gss_unwrap(&min, *context, &enc, &dec, NULL, NULL); in krb5_decode()
152 memcpy(buf, dec.value, dec.length); in krb5_decode()
153 len = curlx_uztosi(dec.length); in krb5_decode()
154 gss_release_buffer(&min, &dec); in krb5_decode()
163 gss_buffer_desc dec, enc; in krb5_encode() local
171 dec.value = (void *)from; in krb5_encode()
172 dec.length = (size_t)length; in krb5_encode()
176 &dec, &state, &enc); in krb5_encode()
H A Dws.h69 struct ws_decoder dec; /* decode of we frames */ member
/curl/tests/unit/
H A Dunit1606.c53 int dec) in runawhile() argument
72 speed -= dec; in runawhile()
/curl/tests/data/
H A Dtest112634 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
H A Dtest24936 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
H A Dtest7738 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
H A Dtest112743 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
H A Dtest7850 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 11:00:00 1999 GMT"
H A Dtest123937 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "-dec 12 12:00:00 1999 GMT" -w '%{response_code}'
H A Dtest142453 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 11:00:00 1999 GMT" -o %LOGDIR/outfile%TESTNUMBER
H A Dtest112844 http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -z "dec 12 12:00:00 1…

Completed in 30 milliseconds