stringencode.cc | 104 && hex_decode(source[srcpos], &h1) 105 && hex_decode(source[srcpos+1], &h2)) { 184 && hex_decode(source[srcpos], &h1) 185 && hex_decode(source[srcpos+1], &h2)) 418 bool hex_decode(char ch, unsigned char* val) { function in namespace:rtc 483 size_t hex_decode(char * cbuffer, size_t buflen, function in namespace:rtc 509 if (!hex_decode(source[srcpos], &h1) || 510 !hex_decode(source[srcpos + 1], &h2)) 527 size_t hex_decode(char* buffer, size_t buflen, const std::string& source) { function in namespace:rtc
|