Home
last modified time | relevance | path

Searched refs:r_str_escape_utf8_for_json_strip (Results 1 – 2 of 2) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_str.h199 R_API char *r_str_escape_utf8_for_json_strip(const char *buf, int buf_size);
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dstr.c1587 encoded_str = r_str_escape_utf8_for_json_strip (buf, buf_sz); in r_str_encoded_json()
1594 R_API char *r_str_escape_utf8_for_json_strip(const char *buf, int buf_size) { in r_str_escape_utf8_for_json_strip() function