Lines Matching full:array
20 * @param item An array
28 * @param item An array
36 * @param item An array
48 * If the index is out of bounds, the array is not modified and false is
51 * @param item An array
64 * @param item An array
74 /** Is the array definite?
76 * @param item An array
77 * @return Is the array definite?
82 /** Is the array indefinite?
84 * @param item An array
85 * @return Is the array indefinite?
90 /** Get the array contents
95 * @param item An array item
96 * @return An array of #cbor_item_t pointers of size #cbor_array_size.
101 /** Create new definite array
104 * @return Reference to the new array item. The item's reference count is
111 /** Create new indefinite array
113 * @return Reference to the new array item. The item's reference count is
125 * @param array An array
131 CBOR_EXPORT bool cbor_array_push(cbor_item_t* array, cbor_item_t* pushee);