Searched refs:hex_to_int (Results 1 – 3 of 3) sorted by relevance
399 hex_to_int (gchar c) in hex_to_int() function421 a = hex_to_int (comp[i + 1]); in unescape_path_component()422 b = hex_to_int (comp[i + 2]); in unescape_path_component()
256 hex_to_int (gchar c) in hex_to_int() function269 first_digit = hex_to_int (*scanner++); in unescape_character()274 second_digit = hex_to_int (*scanner); in unescape_character()
617 hex_to_int (gchar c) in hex_to_int() function681 g_string_append_c (lines, (hex_to_int (a) << 4) | hex_to_int (b)); in gst_sdp_message_parse_uri()