Searched refs:piwb (Results 1 – 1 of 1) sorted by relevance
897 blank_iwb(insert_working_baton_t *piwb) in blank_iwb() argument899 memset(piwb, 0, sizeof(*piwb)); in blank_iwb()900 piwb->changed_rev = SVN_INVALID_REVNUM; in blank_iwb()901 piwb->depth = svn_depth_infinity; in blank_iwb()999 insert_working_node(const insert_working_baton_t *piwb, in insert_working_node() argument1010 SVN_ERR_ASSERT(piwb->op_depth > 0); in insert_working_node()1021 piwb->op_depth)); in insert_working_node()1027 present = (piwb->presence == svn_wc__db_status_normal in insert_working_node()1028 || piwb->presence == svn_wc__db_status_incomplete); in insert_working_node()1035 piwb->op_depth, in insert_working_node()[all …]