<dec f='src/src/common/include/prop/prop_dictionary.h' l='45' type='prop_dictionary_t prop_dictionary_copy(prop_dictionary_t )'/>
<def f='src/src/common/lib/libprop/prop_dictionary.c' l='695' ll='725' type='prop_dictionary_t prop_dictionary_copy(prop_dictionary_t opd)'/>
<use f='src/src/common/lib/libprop/prop_dictionary.c' l='740' u='c' c='prop_dictionary_copy_mutable'/>
<doc f='src/src/common/lib/libprop/prop_dictionary.c' l='688'>/*
 * prop_dictionary_copy --
 *	Copy a dictionary.  The new dictionary has an initial capacity equal
 *	to the number of objects stored int the original dictionary.  The new
 *	dictionary contains refrences to the original dictionary&apos;s objects,
 *	not copies of those objects (i.e. a shallow copy).
 */</doc>
