pub unsafe extern "C" fn svn_cstring_split_append(
array: *mut apr_array_header_t,
input: *const c_char,
sep_chars: *const c_char,
chop_whitespace: svn_boolean_t,
pool: *mut apr_pool_t,
)
Expand description
Like svn_cstring_split(), but append to existing @a array instead of creating a new one. Allocate the copied substrings in @a pool (i.e., caller decides whether or not to pass @a array->pool as @a pool).