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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dopt.c996 svn_opt_parse_revprop(apr_hash_t **revprop_table_p, const char *revprop_spec,
1002 if (! *revprop_spec)
1009 sep = strchr(revprop_spec, '=');
1012 propname = apr_pstrndup(pool, revprop_spec, sep - revprop_spec);
1018 SVN_ERR(svn_utf_cstring_to_utf8(&propname, revprop_spec, pool));
991 svn_opt_parse_revprop(apr_hash_t **revprop_table_p, const char *revprop_spec, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_opt.h647 * Parse revprop key/value pair from @a revprop_spec (name[=value]) into
656 svn_opt_parse_revprop(apr_hash_t **revprops, const char *revprop_spec,

Completed in 70 milliseconds