Searched refs:arr_to (Results 1 – 1 of 1) sorted by relevance
111 #define darray_copy(arr_to, arr_from) \ argument112 darray_from_items((arr_to), (arr_from).item, (arr_from).size)114 #define darray_concat(arr_to, arr_from) \ argument115 darray_append_items((arr_to), (arr_from).item, (arr_from).size)