<dec f='src/src/common/include/prop/prop_array.h' l='43' type='prop_array_t prop_array_copy(prop_array_t )'/>
<def f='src/src/common/lib/libprop/prop_array.c' l='408' ll='432' type='prop_array_t prop_array_copy(prop_array_t opa)'/>
<use f='src/src/common/lib/libprop/prop_array.c' l='443' u='c' c='prop_array_copy_mutable'/>
<doc f='src/src/common/lib/libprop/prop_array.c' l='401'>/*
 * prop_array_copy --
 *	Copy an array.	The new array has an initial capacity equal to
 *	the number of objects stored in the original array.  The new
 *	array contains references to the original array&apos;s objects, not
 *	copies of those objects (i.e. a shallow copy).
 */</doc>
