Searched refs:dirents (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h145 apr_hash_t **dirents,
H A Dra_loader.c641 apr_hash_t **dirents,
650 return session->vtable->get_dir(session, dirents, fetched_rev, props,
637 svn_ra_get_dir2(svn_ra_session_t *session, apr_hash_t **dirents, svn_revnum_t *fetched_rev, apr_hash_t **props, const char *path, svn_revnum_t revision, apr_uint32_t dirent_fields, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1337 apr_hash_t **dirents,
1363 if (dirents)
1369 /* Loop over the fs dirents, and build a hash of general
1371 *dirents = apr_hash_make(pool);
1429 svn_hash_sets(*dirents, entryname, entry);
1331 svn_ra_local__get_dir(svn_ra_session_t *session, apr_hash_t **dirents, svn_revnum_t *fetched_rev, apr_hash_t **props, const char *path, svn_revnum_t revision, apr_uint32_t dirent_fields, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c2346 apr_hash_t *dirents;
2347 SVN_ERR(svn_fs_dir_entries(&dirents, db->edit_baton->fs_root,
2349 SVN_ERR(svn_iter_apr_hash(NULL, dirents, verify_directory_entry,
2358 SVN_ERR(svn_iter_apr_hash(NULL, dirents, check_name_collision,
2340 apr_hash_t *dirents; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c1191 svn_io_get_dirents2(apr_hash_t **dirents,
1198 svn_io_get_dirents3(dirents, path, FALSE, pool, pool));
1202 svn_io_get_dirents(apr_hash_t **dirents,
1209 return svn_io_get_dirents2(dirents, path, pool);
1189 svn_io_get_dirents2(apr_hash_t **dirents, const char *path, apr_pool_t *pool) argument
1200 svn_io_get_dirents(apr_hash_t **dirents, const char *path, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dshelf2.c2024 apr_hash_t *dirents; local
2031 SVN_ERR(svn_io_get_dirents3(&dirents, shelves_dir, FALSE /*only_check_type*/,
2037 for (hi = apr_hash_first(scratch_pool, dirents); hi; hi = apr_hash_next(hi))
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h1364 apr_hash_t **dirents,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1547 apr_hash_t **dirents,
1562 rev, (props != NULL), (dirents != NULL)));
1579 /* We're done if dirents aren't wanted. */
1580 if (!dirents)
1584 *dirents = svn_hash__make(pool);
1626 svn_hash_sets(*dirents, name, dirent);
1545 ra_svn_get_dir(svn_ra_session_t *session, apr_hash_t **dirents, svn_revnum_t *fetched_rev, apr_hash_t **props, const char *path, svn_revnum_t rev, apr_uint32_t dirent_fields, apr_pool_t *pool) argument
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_client.h6870 * Set @a *dirents to a newly allocated hash of directory entries.
6871 * The @a dirents hash maps entry names (<tt>const char *</tt>) to
6884 svn_client_ls3(apr_hash_t **dirents,
6903 svn_client_ls2(apr_hash_t **dirents,
6920 svn_client_ls(apr_hash_t **dirents,
H A Dsvn_wc.h5785 * We really only need the names of the dirents for a not-present marking,
5788 * @a *dirents should be set to a hash mapping <tt>const char *</tt> child
5794 apr_hash_t **dirents,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.c2554 const svn_fs_dirent_t * const *dirents = (const void *)entries->elts;
2556 if (strcmp(dirents[i]->name, dirents[i+1]->name) > 0)
2562 /* Compare the names of the two dirents given in **A and **B. */
2572 /* Compare the name of the dirents given in **A with the C string in *B. */
2553 const svn_fs_dirent_t * const *dirents = (const void *)entries->elts; local
H A Dtransaction.c4030 apr_hash_t *dirents;
4041 SVN_ERR(svn_io_get_dirents3(&dirents, txn_dir, TRUE, pool, pool));
4044 for (hi = apr_hash_first(pool, dirents); hi; hi = apr_hash_next(hi))
4029 apr_hash_t *dirents; local
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c2453 const svn_fs_x__dirent_t * const *dirents = (const void *)entries->elts;
2455 if (strcmp(dirents[i]->name, dirents[i+1]->name) > 0)
2461 /* Compare the names of the two dirents given in **A and **B. */
2472 /* Compare the name of the dirents given in **A with the C string in *B. */
2452 const svn_fs_x__dirent_t * const *dirents = (const void *)entries->elts; local
H A Dtransaction.c3998 apr_hash_t *dirents;
4009 SVN_ERR(svn_io_get_dirents3(&dirents, txn_dir, TRUE, pool, pool));
4012 for (hi = apr_hash_first(pool, dirents); hi; hi = apr_hash_next(hi))
3997 apr_hash_t *dirents; local

Completed in 190 milliseconds

12