Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dconfig.c1163 cfg_option_t *destopt; in svn_config_dup() local
1168 svn_config_create_option(&destopt, srcopt->name, srcopt->value, in svn_config_dup()
1172 destopt->value = apr_pstrdup(pool, srcopt->value); in svn_config_dup()
1173 destopt->x_value = apr_pstrdup(pool, srcopt->x_value); in svn_config_dup()
1174 destopt->expanded = srcopt->expanded; in svn_config_dup()
1177 optkeyLength, destopt); in svn_config_dup()