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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dquestions.c111 svn_boolean_t has_props,
127 has_props = TRUE; /* Maybe it didn't have properties; but it has now */
129 if (has_props)
225 svn_boolean_t has_props;
234 NULL, NULL, NULL, &has_props, &props_mod,
317 has_props, props_mod,
103 compare_and_verify(svn_boolean_t *modified_p, svn_wc__db_t *db, const char *versioned_file_abspath, svn_filesize_t versioned_file_size, svn_stream_t *pristine_stream, svn_filesize_t pristine_size, svn_boolean_t has_props, svn_boolean_t props_mod, svn_boolean_t exact_comparison, apr_pool_t *scratch_pool) argument
223 svn_boolean_t has_props; local
H A Dentries.c246 &entry->has_props, NULL,
272 &entry->has_props, NULL,
447 &entry->has_props /* have_props */,
462 entry->has_props = TRUE;
H A Dold-and-busted.c564 entry->has_props = FALSE;
986 /* Note: if there are attributes for the (deprecated) has_props,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dstat.c186 fdb->entry->has_props = TRUE;
190 fdb->entry->has_props = TRUE;
203 fdb->entry->has_props = deadprop_count > 0;
289 && !fdb.entry->has_props)
H A Dlist.c133 dirent.has_props = svn_hash__get_bool(attrs, "has-props", FALSE);
/freebsd-11-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c239 svn_boolean_t has_props;
539 nb->has_props = FALSE;
760 if (! (nb->has_props || nb->has_prop_delta))
775 nb->has_props = TRUE;
798 nb->has_props = TRUE;
816 nb->has_props = TRUE;
833 if (nb->has_props)
839 nb->has_props ? nb->props : NULL,
867 if (nb->has_props)
873 nb->has_props
238 svn_boolean_t has_props; member in struct:node_baton_t
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Ddag.h184 svn_error_t *svn_fs_fs__dag_has_props(svn_boolean_t *has_props,
H A Ddag.c506 svn_fs_fs__dag_has_props(svn_boolean_t *has_props,
516 *has_props = FALSE; /* Easy out */
528 *has_props = proplist ? (0 < apr_hash_count(proplist)) : FALSE;
534 *has_props = noderev->prop_rep->expanded_size > 4;
502 svn_fs_fs__dag_has_props(svn_boolean_t *has_props, dag_node_t *node, apr_pool_t *scratch_pool) argument
H A Dtree.c1601 fs_node_has_props(svn_boolean_t *has_props,
1610 return svn_error_trace(svn_fs_fs__dag_has_props(has_props, node,
1594 fs_node_has_props(svn_boolean_t *has_props, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dlist.c57 SVN_ERR(svn_fs_node_has_props(&dirent->has_props, root, path,
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h556 /** An indication that you are interested in the @c has_props field */
589 svn_boolean_t has_props;
572 svn_boolean_t has_props; member in struct:svn_dirent_t
H A Dsvn_fs.h2012 /** Set @a *has_props to TRUE if the node @a path in @a root has properties
2019 svn_fs_node_has_props(svn_boolean_t *has_props,
H A Dsvn_wc.h3035 svn_boolean_t has_props;
3028 svn_boolean_t has_props; member in struct:svn_wc_entry_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1588 svn_boolean_t has_props;
1598 &name, &kind, &size, &has_props,
1611 dirent->has_props = has_props;
2162 svn_boolean_t has_props;
2167 &kind, &size, &has_props,
2173 the_dirent->has_props = has_props;
3244 &dirent.has_props, &dirent.created_rev,
1587 svn_boolean_t has_props; local
2161 svn_boolean_t has_props; local
H A Dmarshal.c2968 SVN_ERR(write_tuple_boolean(conn, pool, dirent->has_props));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h370 svn_error_t *(*node_has_props)(svn_boolean_t *has_props, svn_fs_root_t *root,
H A Dfs-loader.c1331 svn_fs_node_has_props(svn_boolean_t *has_props,
1336 return svn_error_trace(root->vtable->node_has_props(has_props, root, path,
1325 svn_fs_node_has_props(svn_boolean_t *has_props, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dserve.c1863 svn_boolean_t has_props = FALSE;
1889 /* has_props */
1890 SVN_CMD_ERR(svn_fs_node_has_props(&has_props, root, file_path,
1918 has_props, created_rev,
2620 dirent->has_props, dirent->created_rev,
1862 svn_boolean_t has_props = FALSE; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c472 x_node_has_props(svn_boolean_t *has_props,
481 *has_props = (0 < apr_hash_count(props));
466 x_node_has_props(svn_boolean_t *has_props, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c922 (*dirent)->has_props = (apr_hash_count(props) != 0);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1406 /* has_props? */
1407 SVN_ERR(svn_fs_node_has_props(&entry->has_props,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c1297 base_node_has_props(svn_boolean_t *has_props,
1306 *has_props = (0 < apr_hash_count(props));
1290 base_node_has_props(svn_boolean_t *has_props, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument

Completed in 478 milliseconds