Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dutf.c484 convert_to_stringbuf(xlate_handle_node_t *node, in convert_to_stringbuf() function
691 err = convert_to_stringbuf(node, src->data, src->len, dest, pool); in svn_utf_stringbuf_to_utf8()
723 err = convert_to_stringbuf(node, src->data, src->len, &destbuf, pool); in svn_utf_string_to_utf8()
757 SVN_ERR(convert_to_stringbuf(node, src, strlen(src), in convert_cstring()
839 err = convert_to_stringbuf(node, src->data, src->len, dest, pool); in svn_utf_stringbuf_from_utf8()
873 err = convert_to_stringbuf(node, src->data, src->len, in svn_utf_string_from_utf8()
1008 err = convert_to_stringbuf(node, src->data, src->len, in svn_utf_cstring_from_utf8_string()