Searched refs:result_p (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Drevision_status.c35 svn_wc_revision_status2(svn_wc_revision_status_t **result_p, argument
47 *result_p = result;
H A Ddeprecated.c4480 svn_wc_revision_status(svn_wc_revision_status_t **result_p,
4494 SVN_ERR(svn_wc_revision_status2(result_p, wc_ctx, local_abspath, trail_url,
4479 svn_wc_revision_status(svn_wc_revision_status_t **result_p, const char *wc_path, const char *trail_url, svn_boolean_t committed, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-copy.c552 copy_prop_visit_assignment (tree stmt, tree *result_p) argument
577 *result_p = lhs;
578 if (set_copy_of_val (*result_p, rhs_val->value, rhs_val->mem_ref))
604 *result_p = first_vdef (stmt);
682 copy_prop_visit_stmt (tree stmt, edge *taken_edge_p, tree *result_p) argument
700 retval = copy_prop_visit_assignment (stmt, result_p);
721 *result_p = TREE_OPERAND (stmt, 0);
H A Dtree-complex.c264 tree *result_p)
281 *result_p = lhs;
263 complex_visit_stmt(tree stmt, edge *taken_edge_p ATTRIBUTE_UNUSED, tree *result_p) argument
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_wc.h7898 /** Set @a *result_p to point to a new #svn_wc_revision_status_t structure
7904 * Set @a (*result_p)->min_rev and @a (*result_p)->max_rev respectively to the
7908 * Set @a (*result_p)->switched to indicate whether any item in the WC is
7916 * Set @a (*result_p)->modified to indicate whether any item is locally
7922 * Allocate *result_p in @a result_pool, use @a scratch_pool for temporary
7930 svn_wc_revision_status2(svn_wc_revision_status_t **result_p,
7949 svn_wc_revision_status(svn_wc_revision_status_t **result_p,

Completed in 706 milliseconds