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

/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dold-and-busted.c465 int entries_format,
503 SVN_ERR(read_url(&entry->url, buf, end, entries_format, pool));
507 SVN_ERR(read_url(&entry->repos, buf, end, entries_format, pool));
603 SVN_ERR(read_url(&entry->copyfrom_url, buf, end, entries_format, pool));
1220 int entryno, entries_format;
1228 entries_format = (int)apr_strtoi64(val, NULL, 0);
1240 entries_format, result_pool);
462 read_entry(svn_wc_entry_t **new_entry, char **buf, const char *end, int entries_format, apr_pool_t *pool) argument
1219 int entryno, entries_format; local

Completed in 95 milliseconds