Searched refs:apr_dir_t (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Ddir.c33 apr_dir_t *dir = thedir;
75 apr_status_t apr_dir_open(apr_dir_t **new, const char *dirname,
84 (*new) = (apr_dir_t *)apr_palloc(pool, sizeof(apr_dir_t));
109 apr_status_t apr_dir_close(apr_dir_t *thedir)
143 apr_dir_t *thedir)
291 apr_status_t apr_dir_rewind(apr_dir_t *thedir)
353 apr_status_t apr_os_dir_get(apr_os_dir_t **thedir, apr_dir_t *dir)
362 apr_status_t apr_os_dir_put(apr_dir_t **dir, apr_os_dir_t *thedir,
366 (*dir) = (apr_dir_t *)apr_pcallo
[all...]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h121 typedef struct apr_dir_t apr_dir_t; typedef in typeref:struct:apr_dir_t
244 APR_DECLARE(apr_status_t) apr_dir_open(apr_dir_t **new_dir,
252 APR_DECLARE(apr_status_t) apr_dir_close(apr_dir_t *thedir);
268 apr_dir_t *thedir);
274 APR_DECLARE(apr_status_t) apr_dir_rewind(apr_dir_t *thedir);
H A Dapr_portable.h240 apr_dir_t *dir);
398 APR_DECLARE(apr_status_t) apr_os_dir_put(apr_dir_t **dir,
/freebsd-11-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_file_io.h151 struct apr_dir_t { struct
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestldap.c107 apr_dir_t *thedir;
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_fnmatch.c442 apr_dir_t *dir;
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h2541 svn_io_dir_open(apr_dir_t **new_dir,
2550 svn_io_dir_close(apr_dir_t *thedir);
2569 apr_dir_t *thedir,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1119 apr_dir_t *this_dir;
3092 apr_dir_t *this_dir;
4753 svn_io_dir_open(apr_dir_t **new_dir, const char *dirname, apr_pool_t *pool)
4820 apr_dir_t *thedir,
4831 get the dir's path out of an apr_dir_t? I don't see a reliable
4844 svn_io_dir_close(apr_dir_t *thedir)
4861 apr_dir_t *handle;
4986 apr_dir_t *dir_handle;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dupdate.c111 apr_dir_t *dir;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c133 apr_dir_t *this_dir;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c132 apr_dir_t *this_dir;

Completed in 106 milliseconds