HomeSort by: relevance | last modified time | path
    Searched defs:tree_next (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_posix.c 285 * tree_next() returns Zero if there is no next entry, non-zero if
308 static int tree_next(struct tree *);
858 switch (tree_next(t)) {
1272 * tree_next() as needing to be visited.
2293 tree_next(struct tree *t) function
2413 * Get the stat() data for the entry just returned from tree_next().
2434 * Get the lstat() data for the entry just returned from tree_next().
2565 * Return the access path for the entry just returned from tree_next().
2574 * Return the full path for the entry just returned from tree_next().
archive_read_disk_windows.c 225 * tree_next() returns Zero if there is no next entry, non-zero if
248 static int tree_next(struct tree *);
912 switch (tree_next(t)) {
1318 * tree_next() as needing to be visited.
1872 tree_next(struct tree *t) function
2119 * Get the stat() data for the entry just returned from tree_next().
2133 * Get the lstat() data for the entry just returned from tree_next().
2204 * Return the access path for the entry just returned from tree_next().
2213 * Return the full path for the entry just returned from tree_next().

Completed in 16 milliseconds