Searched refs:dec (Results 1 – 12 of 12) sorted by relevance
/curl/lib/ |
H A D | ws.c | 123 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() 178 dec->frame_flags = ws_frame_op2flags(dec->head[0]); in ws_dec_read_head() 213 if(dec->head_len < dec->head_total) { in ws_dec_read_head() 214 dec->head[dec->head_len] = *inbuf; 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() 226 dec->payload_len = dec->head[1]; in ws_dec_read_head() 229 dec->payload_len = (dec->head[2] << 8) | dec->head[3]; in ws_dec_read_head() [all …]
|
H A D | krb5.c | 141 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 D | ws.h | 69 struct ws_decoder dec; /* decode of we frames */ member
|
/curl/tests/unit/ |
H A D | unit1606.c | 53 int dec) in runawhile() argument 72 speed -= dec; in runawhile()
|
/curl/tests/data/ |
H A D | test1126 | 34 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
|
H A D | test249 | 36 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
|
H A D | test77 | 38 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
|
H A D | test1127 | 43 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 12:00:00 1999 GMT"
|
H A D | test78 | 50 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 11:00:00 1999 GMT"
|
H A D | test1239 | 37 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "-dec 12 12:00:00 1999 GMT" -w '%{response_code}'
|
H A D | test1424 | 53 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -z "dec 12 11:00:00 1999 GMT" -o %LOGDIR/outfile%TESTNUMBER
|
H A D | test1128 | 44 http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -z "dec 12 12:00:00 1…
|
Completed in 30 milliseconds