Home
last modified time | relevance | path

Searched refs:has_props (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dquestions.c109 svn_boolean_t has_props, in compare_and_verify() argument
125 has_props = TRUE; /* Maybe it didn't have properties; but it has now */ in compare_and_verify()
127 if (has_props) in compare_and_verify()
223 svn_boolean_t has_props; in svn_wc__internal_file_modified_p() local
232 NULL, NULL, NULL, &has_props, &props_mod, in svn_wc__internal_file_modified_p()
315 has_props, props_mod, in svn_wc__internal_file_modified_p()
Dentries.c245 &entry->has_props, NULL, in get_info_for_deleted()
271 &entry->has_props, NULL, in get_info_for_deleted()
446 &entry->has_props /* have_props */, in read_one_entry()
461 entry->has_props = TRUE; in read_one_entry()
Dold-and-busted.c563 entry->has_props = FALSE; in read_entry()
/freebsd-12-stable/contrib/subversion/subversion/svndumpfilter/
Dsvndumpfilter.c238 svn_boolean_t has_props; member
537 nb->has_props = FALSE; in new_node_record()
758 if (! (nb->has_props || nb->has_prop_delta)) in set_node_property()
773 nb->has_props = TRUE; in set_node_property()
796 nb->has_props = TRUE; in delete_node_property()
814 nb->has_props = TRUE; in remove_node_props()
831 if (nb->has_props) in set_fulltext()
837 nb->has_props ? nb->props : NULL, in set_fulltext()
865 if (nb->has_props) in close_node()
871 nb->has_props ? nb->props : NULL, in close_node()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dstat.c184 fdb->entry->has_props = TRUE; in fill_dirent_propfunc()
188 fdb->entry->has_props = TRUE; in fill_dirent_propfunc()
201 fdb->entry->has_props = deadprop_count > 0; in fill_dirent_propfunc()
287 && !fdb.entry->has_props) in svn_ra_serf__stat()
Dlist.c133 dirent.has_props = svn_hash__get_bool(attrs, "has-props", FALSE); in item_closed()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Ddag.c502 svn_fs_fs__dag_has_props(svn_boolean_t *has_props, in svn_fs_fs__dag_has_props() argument
512 *has_props = FALSE; /* Easy out */ in svn_fs_fs__dag_has_props()
524 *has_props = proplist ? (0 < apr_hash_count(proplist)) : FALSE; in svn_fs_fs__dag_has_props()
530 *has_props = noderev->prop_rep->expanded_size > 4; in svn_fs_fs__dag_has_props()
Ddag.h182 svn_error_t *svn_fs_fs__dag_has_props(svn_boolean_t *has_props,
Dtree.c1594 fs_node_has_props(svn_boolean_t *has_props, in fs_node_has_props() argument
1603 return svn_error_trace(svn_fs_fs__dag_has_props(has_props, node, in fs_node_has_props()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
Dclient.c1587 svn_boolean_t has_props; in ra_svn_get_dir() local
1597 &name, &kind, &size, &has_props, in ra_svn_get_dir()
1610 dirent->has_props = has_props; in ra_svn_get_dir()
2161 svn_boolean_t has_props; in ra_svn_stat() local
2166 &kind, &size, &has_props, in ra_svn_stat()
2172 the_dirent->has_props = has_props; in ra_svn_stat()
3243 &dirent.has_props, &dirent.created_rev, in ra_svn_list()
Dmarshal.c2967 SVN_ERR(write_tuple_boolean(conn, pool, dirent->has_props)); in svn_ra_svn__write_dirent()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
Dlist.c56 SVN_ERR(svn_fs_node_has_props(&dirent->has_props, root, path, in fill_dirent()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_types.h572 svn_boolean_t has_props; member
Dsvn_fs.h2009 svn_fs_node_has_props(svn_boolean_t *has_props,
Dsvn_wc.h3028 svn_boolean_t has_props; member
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
Dfs-loader.h366 svn_error_t *(*node_has_props)(svn_boolean_t *has_props, svn_fs_root_t *root,
Dfs-loader.c1325 svn_fs_node_has_props(svn_boolean_t *has_props, in svn_fs_node_has_props() argument
1330 return svn_error_trace(root->vtable->node_has_props(has_props, root, path, in svn_fs_node_has_props()
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
Dserve.c1862 svn_boolean_t has_props = FALSE; in get_dir() local
1889 SVN_CMD_ERR(svn_fs_node_has_props(&has_props, root, file_path, in get_dir()
1917 has_props, created_rev, in get_dir()
2619 dirent->has_props, dirent->created_rev, in stat_cmd()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
Dtree.c466 x_node_has_props(svn_boolean_t *has_props, in x_node_has_props() argument
475 *has_props = (0 < apr_hash_count(props)); in x_node_has_props()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
Dra_loader.c919 (*dirent)->has_props = (apr_hash_count(props) != 0); in svn_ra_stat()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_local/
Dra_plugin.c1402 SVN_ERR(svn_fs_node_has_props(&entry->has_props, in svn_ra_local__get_dir()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
Dtree.c1290 base_node_has_props(svn_boolean_t *has_props, in base_node_has_props() argument
1299 *has_props = (0 < apr_hash_count(props)); in base_node_has_props()