Searched refs:ucl_unescape_squoted_string (Results 1 – 3 of 3) sorted by relevance
295 size_t ucl_unescape_squoted_string(char *str, size_t len);
627 ret = ucl_unescape_squoted_string(*dst, ret); in ucl_copy_or_store_ptr()
431 ucl_unescape_squoted_string(char *str, size_t len) function