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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dentries.c2460 svn_wc_entry_t *dupentry = apr_palloc(pool, sizeof(*dupentry));
2463 *dupentry = *entry;
2467 dupentry->name = apr_pstrdup(pool, entry->name);
2469 dupentry->url = apr_pstrdup(pool, entry->url);
2471 dupentry->repos = apr_pstrdup(pool, entry->repos);
2473 dupentry->uuid = apr_pstrdup(pool, entry->uuid);
2475 dupentry->copyfrom_url = apr_pstrdup(pool, entry->copyfrom_url);
2477 dupentry->conflict_old = apr_pstrdup(pool, entry->conflict_old);
2479 dupentry
2459 svn_wc_entry_t *dupentry = apr_palloc(pool, sizeof(*dupentry)); local
[all...]
/freebsd-10.0-release/sys/net/
H A Dradix.c423 rn_insert(v_arg, head, dupentry, nodes)
426 int *dupentry;
447 *dupentry = 1;
450 *dupentry = 0;
/freebsd-10.0-release/sbin/routed/
H A Dradix.c346 int *dupentry,
370 *dupentry = 1;
374 *dupentry = 0;
344 rn_insert(void* v_arg, struct radix_node_head *head, int *dupentry, struct radix_node nodes[2]) argument

Completed in 197 milliseconds