Searched refs:fetch_props (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_ra/ |
| D | editor.c | 62 fetch_props(apr_hash_t **props, in fetch_props() function 183 fetch_props, fpb, in svn_ra__use_commit_shim() 281 fetch_props, wrb->cb_baton, in revstart_func_wrapper()
|
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/ |
| D | update.c | 300 svn_boolean_t fetch_props; /* Use PROPFIND request? */ member 339 svn_boolean_t fetch_props; /* Use PROPFIND request? */ member 1307 file->fetch_props = FALSE; in file_props_done() 1341 if (file->fetch_props) in file_fetch_done() 1502 if (file->fetch_props) in fetch_for_file() 1521 if (file->fetch_props || file->fetch_file) in fetch_for_file() 1600 if (dir->fetch_props) in fetch_for_dir() 1709 dir->fetch_props = TRUE; in update_opened() 1775 file->fetch_props = TRUE; in update_opened() 1833 ctx->cur_file->fetch_props = TRUE; in update_opened() [all …]
|
| D | serf.c | 851 const svn_ra_serf__dav_props_t *fetch_props, in serf__rev_proplist() argument 882 fetch_props, in serf__rev_proplist() 925 const svn_ra_serf__dav_props_t *fetch_props = all_props; in svn_ra_serf__rev_prop() local 939 fetch_props = specific_props; in svn_ra_serf__rev_prop() 942 SVN_ERR(serf__rev_proplist(session, rev, fetch_props, &props, in svn_ra_serf__rev_prop()
|