Searched refs:ascstr (Results 1 – 2 of 2) sorted by relevance
40 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local46 ascstr[0] = '\0'; in gst_info_dump_mem_line()53 ascstr[i] = (g_ascii_isprint (mem[i])) ? mem[i] : '.'; in gst_info_dump_mem_line()58 ascstr[i] = '\0'; in gst_info_dump_mem_line()62 (guint) mem_offset, hexstr, ascstr); in gst_info_dump_mem_line()
2299 gchar hexstr[50], ascstr[18], digitstr[4]; in gst_info_dump_mem_line() local2305 ascstr[0] = '\0'; in gst_info_dump_mem_line()2312 ascstr[i] = (g_ascii_isprint (mem[i])) ? mem[i] : '.'; in gst_info_dump_mem_line()2317 ascstr[i] = '\0'; in gst_info_dump_mem_line()2321 (guint) mem_offset, hexstr, ascstr); in gst_info_dump_mem_line()