Searched refs:hex (Results 1 – 25 of 41) sorted by relevance
12
49 Set-Cookie: cookie1=%hex[%01-junk]hex%50 Set-Cookie: cookie2=%hex[%02-junk]hex%51 Set-Cookie: cookie3=%hex[%03-junk]hex%52 Set-Cookie: cookie4=%hex[%04-junk]hex%53 Set-Cookie: cookie5=%hex[%05-junk]hex%54 Set-Cookie: cookie6=%hex[%06-junk]hex%55 Set-Cookie: cookie7=%hex[%07-junk]hex%56 Set-Cookie: cookie8=%hex[%08-junk]hex%57 Set-Cookie: cookie9=%hex[junk--%09]hex%58 Set-Cookie: cookie11=%hex[%0b-junk]hex%[all …]
19 %hex[%01%7e%10%01]hex%%repeat[256 x helothisisdaniel]%20 %hex[%01%7e%10%01]hex%%repeat[256 x helothisisdaniel]%21 %hex[%81%7e%10%01]hex%%repeat[256 x helothisisdaniel]%
19 %hex[%89%00]hex%62 %hex[%8a%00]hex%
38 %hex[%e2%80%9c]hex%56 %hex[%e2%80%9c]hex%
19 %hex[%89%00%81%05hello]hex%63 %hex[%8a%808321]hex%
19 %hex[%01%02%03%00%04%05%06]hex%
19 %hex[%00]hex%hello
79 %hex[%00%00%01%00%00%01%00%00%00%00%00%00%03foo%07example%03com-00-00!%00%01]hex%POST /%TESTNUMBER0…85 %hex[%00%00%01%00%00%01%00%00%00%00%00%00%03foo%07example%03com-00-00!%00%01]hex%GET /%TESTNUMBER H…
18 %hex[%00]hex%
49 %hex[Warning: The argument '%e2%80%9chost:' starts with a Unicode quote where maybe an ]hex%
19 %hex[%19%7f%ff%30%30%30%30%30%30%30%30%30%30%30%30]hex%
52 %hex[Warning: The argument '%e2%80%9chost:fake%e2%80%9d' starts with a Unicode quote where ]hex%
39 %hex[ab%81cd%00e\"?%0D%0A%09%01fghi%1Ajklm%FD]hex%53 %hex[ab%81cd%00e\"?%0D%0A%09%01fghi%1Ajklm%FD]hex%
38 %hex[%01%02%03%00%04%05%06]hex%
19 %hex[%89%00%81%05hello]hex%
18 …hex[%47%49%46%38%39%61%14%00%14%00%a1%04%00%fe%00%00%ff%00%00%1e%42%ee%1f%42%ef%21%ff%0b%4e%45%54%…
15 <datacheck hex="yes">
128 const char *hex = "0123456789ABCDEF"; in Curl_tls_keylog_write() local148 line[pos++] = hex[client_random[i] >> 4]; in Curl_tls_keylog_write()149 line[pos++] = hex[client_random[i] & 0xF]; in Curl_tls_keylog_write()155 line[pos++] = hex[secret[i] >> 4]; in Curl_tls_keylog_write()156 line[pos++] = hex[secret[i] & 0xF]; in Curl_tls_keylog_write()
85 const char hex[] = "0123456789ABCDEF"; in curl_easy_escape() local87 out[1] = hex[in >> 4]; in curl_easy_escape()88 out[2] = hex[in & 0xf]; in curl_easy_escape()222 const char *hex = "0123456789abcdef"; in Curl_hexencode() local228 *out++ = (unsigned char)hex[(*src & 0xF0) >> 4]; in Curl_hexencode()229 *out++ = (unsigned char)hex[*src & 0x0F]; in Curl_hexencode()
136 my $hex=0;152 elsif($_ =~ /$part [^>]*hex=/) {154 $hex=1;182 elsif($hex) {
6 Help: Like --trace, but without hex output25 This is similar to --trace, but leaves out the hex part and only shows the
Completed in 44 milliseconds