svn_io_dir_read

Function svn_io_dir_read 

Source
pub unsafe extern "C" fn svn_io_dir_read(
    finfo: *mut apr_finfo_t,
    wanted: apr_int32_t,
    thedir: *mut apr_dir_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Wrapper for apr_dir_read(). Ensures that @a finfo->name is utf8-encoded, which means allocating @a finfo->name in @a pool, which may or may not be the same as @a finfo’s pool. Use @a pool for error allocation as well.