Home
last modified time | relevance | path

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

/trueos/contrib/subversion/subversion/libsvn_wc/
HDentries.c2459 svn_wc_entry_t *dupentry = apr_palloc(pool, sizeof(*dupentry)); in svn_wc_entry_dup() local
2462 *dupentry = *entry; in svn_wc_entry_dup()
2466 dupentry->name = apr_pstrdup(pool, entry->name); in svn_wc_entry_dup()
2468 dupentry->url = apr_pstrdup(pool, entry->url); in svn_wc_entry_dup()
2470 dupentry->repos = apr_pstrdup(pool, entry->repos); in svn_wc_entry_dup()
2472 dupentry->uuid = apr_pstrdup(pool, entry->uuid); in svn_wc_entry_dup()
2474 dupentry->copyfrom_url = apr_pstrdup(pool, entry->copyfrom_url); in svn_wc_entry_dup()
2476 dupentry->conflict_old = apr_pstrdup(pool, entry->conflict_old); in svn_wc_entry_dup()
2478 dupentry->conflict_new = apr_pstrdup(pool, entry->conflict_new); in svn_wc_entry_dup()
2480 dupentry->conflict_wrk = apr_pstrdup(pool, entry->conflict_wrk); in svn_wc_entry_dup()
[all …]
/trueos/sbin/routed/
HDradix.c346 int *dupentry, in rn_insert() argument
370 *dupentry = 1; in rn_insert()
374 *dupentry = 0; in rn_insert()
/trueos/sys/net/
HDradix.c437 rn_insert(void *v_arg, struct radix_node_head *head, int *dupentry, in rn_insert() argument
457 *dupentry = 1; in rn_insert()
460 *dupentry = 0; in rn_insert()