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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dentries.c2582 svn_wc_entry_t *dupentry = apr_palloc(pool, sizeof(*dupentry));
2585 *dupentry = *entry;
2589 dupentry->name = apr_pstrdup(pool, entry->name);
2591 dupentry->url = apr_pstrdup(pool, entry->url);
2593 dupentry->repos = apr_pstrdup(pool, entry->repos);
2595 dupentry->uuid = apr_pstrdup(pool, entry->uuid);
2597 dupentry->copyfrom_url = apr_pstrdup(pool, entry->copyfrom_url);
2599 dupentry->conflict_old = apr_pstrdup(pool, entry->conflict_old);
2601 dupentry
2581 svn_wc_entry_t *dupentry = apr_palloc(pool, sizeof(*dupentry)); local
[all...]
/freebsd-13-stable/sbin/routed/
H A Dradix.c342 int *dupentry,
366 *dupentry = 1;
370 *dupentry = 0;
340 rn_insert(void* v_arg, struct radix_node_head *head, int *dupentry, struct radix_node nodes[2]) argument
/freebsd-13-stable/sys/net/
H A Dradix.c423 rn_insert(void *v_arg, struct radix_head *head, int *dupentry, argument
443 *dupentry = 1;
446 *dupentry = 0;

Completed in 40 milliseconds