Searched refs:content_state (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_client/
H A Dctx.c50 n->mime_type, n->content_state, n->prop_state,
H A Dimport.c256 notify->content_state = notify->prop_state
339 notify->content_state = notify->prop_state
481 notify->content_state = notify->prop_state
570 notify->content_state = notify->prop_state
H A Dupdate.c365 notify->content_state = notify->prop_state
497 notify->content_state = notify->prop_state
H A Dswitch.c383 notify->content_state = notify->prop_state
H A Dpatch.c1989 notify->content_state = svn_wc_notify_state_missing;
1991 notify->content_state = svn_wc_notify_state_obstructed;
1993 notify->content_state = svn_wc_notify_state_unknown;
1998 notify->content_state = svn_wc_notify_state_conflicted;
2000 notify->content_state = svn_wc_notify_state_merged;
2002 notify->content_state = svn_wc_notify_state_changed;
H A Dblame.c414 notify->content_state = notify->prop_state
H A Dcommit_util.c1611 notify->content_state = svn_wc_notify_state_changed;
1613 notify->content_state = svn_wc_notify_state_unchanged;
H A Dexternals.c577 notify->content_state = notify->prop_state
H A Dmerge.c1285 notify->content_state = notify->prop_state = state;
1459 svn_wc_notify_state_t content_state,
1477 notify->content_state = content_state;
1612 notify->content_state = notify->prop_state = db->skip_reason;
1691 notify->content_state = notify->prop_state = fb->skip_reason;
3508 (notify->content_state == svn_wc_notify_state_conflicted \
3509 || notify->content_state == svn_wc_notify_state_merged \
3510 || notify->content_state == svn_wc_notify_state_changed \
1452 record_update_update(merge_cmd_baton_t *merge_b, const char *local_abspath, svn_node_kind_t kind, svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state, apr_pool_t *scratch_pool) argument
H A Ddiff.c941 diff_file_changed(svn_wc_notify_state_t *content_state,
993 diff_file_added(svn_wc_notify_state_t *content_state,
938 diff_file_changed(svn_wc_notify_state_t *content_state, svn_wc_notify_state_t *prop_state, svn_boolean_t *tree_conflicted, const char *diff_relpath, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *prop_changes, apr_hash_t *original_props, void *diff_baton, apr_pool_t *scratch_pool) argument
990 diff_file_added(svn_wc_notify_state_t *content_state, svn_wc_notify_state_t *prop_state, svn_boolean_t *tree_conflicted, const char *diff_relpath, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const char *copyfrom_path, svn_revnum_t copyfrom_revision, const apr_array_header_t *prop_changes, apr_hash_t *original_props, void *diff_baton, apr_pool_t *scratch_pool) argument
/freebsd-10.3-release/contrib/subversion/subversion/svn/
H A Dnotify.c234 if (n->content_state == svn_wc_notify_state_missing)
241 else if (n->content_state == svn_wc_notify_state_source_missing)
324 if (n->content_state == svn_wc_notify_state_conflicted)
339 if (n->content_state == svn_wc_notify_state_conflicted)
413 if (n->content_state == svn_wc_notify_state_conflicted)
420 if (n->content_state == svn_wc_notify_state_merged)
422 else if (n->content_state == svn_wc_notify_state_changed)
625 if (n->content_state == svn_wc_notify_state_conflicted)
632 if (n->content_state == svn_wc_notify_state_merged)
634 else if (n->content_state
[all...]
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_wc/
H A Dexternals.c623 svn_wc_notify_state_t content_state = svn_wc_notify_state_unknown;
780 content_state = svn_wc_notify_state_changed;
787 content_state = svn_wc_notify_state_unchanged;
799 content_state = svn_wc_notify_state_changed;
828 content_state = svn_wc_notify_state_conflicted;
830 content_state = svn_wc_notify_state_merged;
846 content_state = svn_wc_notify_state_unchanged;
933 notify->content_state = content_state;
621 svn_wc_notify_state_t content_state = svn_wc_notify_state_unknown; local
H A Dwc_db_update_move.c144 svn_wc_notify_state_t content_state,
153 action, kind, content_state, prop_state));
196 notify->content_state = svn_sqlite__column_int(stmt, 3);
904 svn_wc_notify_state_t prop_state, content_state; local
931 content_state = svn_wc_notify_state_changed;
967 content_state = svn_wc_notify_state_conflicted;
969 content_state = svn_wc_notify_state_merged;
973 content_state = svn_wc_notify_state_unchanged;
997 content_state,
2009 notify->content_state
140 update_move_list_add(svn_wc__db_wcroot_t *wcroot, const char *local_relpath, svn_wc_notify_action_t action, svn_node_kind_t kind, svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state) argument
[all...]
H A Dupdate_editor.c4032 svn_wc_notify_state_t *content_state,
4216 *content_state = svn_wc_notify_state_conflicted;
4220 *content_state = svn_wc_notify_state_merged;
4222 *content_state = svn_wc_notify_state_changed;
4225 *content_state = svn_wc_notify_state_unchanged;
4241 svn_wc_notify_state_t content_state, prop_state;
4422 &content_state, fb, current_actual_props,
4459 content_state = svn_wc_notify_state_changed;
4461 content_state = svn_wc_notify_state_unchanged;
4500 && (content_state
4024 merge_file(svn_skel_t **work_items, svn_skel_t **conflict_skel, svn_boolean_t *install_pristine, const char **install_from, svn_wc_notify_state_t *content_state, struct file_baton *fb, apr_hash_t *actual_props, apr_time_t last_changed_date, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4237 svn_wc_notify_state_t content_state, prop_state; local
[all...]
H A Dutil.c90 ret->content_state = ret->prop_state = svn_wc_notify_state_unknown;
H A Dwc-queries.sql1433 content_state INTEGER NOT NULL,
1438 INSERT INTO update_move_list(local_relpath, action, kind, content_state,
1443 SELECT local_relpath, action, kind, content_state, prop_state
H A Ddeprecated.c359 n->content_state, n->prop_state, n->revision);
/freebsd-10.3-release/contrib/subversion/subversion/include/
H A Dsvn_wc.h1321 * @c kind, @c content_state, @c prop_state and @c lock_state are from
1328 * @note The purpose of the @c kind, @c mime_type, @c content_state, and
1374 svn_wc_notify_state_t content_state;
1503 * the appropriate @a notify->content_state and @a notify->prop_state flags.
1522 svn_wc_notify_state_t content_state,
1372 svn_wc_notify_state_t content_state; member in struct:svn_wc_notify_t

Completed in 437 milliseconds