Lines Matching refs:buffer

27  * @param buffer Buffer to serialize to
28 * @param buffer_size Size of the \p buffer
32 cbor_mutable_data buffer,
54 * .. warning:: It is the caller's responsibility to free the buffer using an
59 * @param[out] buffer Buffer containing the result
60 * @param[out] buffer_size Size of the \p buffer, or 0 on memory allocation
63 * @return 0 on memory allocation failure, in which case \p buffer is `NULL`.
66 unsigned char **buffer,
72 * @param[out] buffer Buffer to serialize to
73 * @param buffer_size Size of the \p buffer
78 cbor_mutable_data buffer,
84 * @param[out] buffer Buffer to serialize to
85 * @param buffer_size Size of the \p buffer
90 const cbor_item_t *item, cbor_mutable_data buffer, size_t buffer_size);
95 * @param[out] buffer Buffer to serialize to
96 * @param buffer_size Size of the \p buffer
98 * @return 0 if the \p buffer_size doesn't fit the result. The \p buffer may
102 const cbor_item_t *item, cbor_mutable_data buffer, size_t buffer_size);
107 * @param[out] buffer Buffer to serialize to
108 * @param buffer_size Size of the \p buffer
110 * @return 0 if the \p buffer_size doesn't fit the result. The \p buffer may
114 const cbor_item_t *item, cbor_mutable_data buffer, size_t buffer_size);
118 * @param[out] buffer Buffer to serialize to
119 * @param buffer_size Size of the \p buffer
121 * @return 0 if the \p buffer_size doesn't fit the result. The \p buffer may
125 const cbor_item_t *item, cbor_mutable_data buffer, size_t buffer_size);
130 * @param[out] buffer Buffer to serialize to
131 * @param buffer_size Size of the \p buffer
133 * @return 0 if the \p buffer_size doesn't fit the result. The \p buffer may
137 cbor_mutable_data buffer,
143 * @param[out] buffer Buffer to serialize to
144 * @param buffer_size Size of the \p buffer
146 * @return 0 if the \p buffer_size doesn't fit the result. The \p buffer may
150 cbor_mutable_data buffer,
156 * @param[out] buffer Buffer to serialize to
157 * @param buffer_size Size of the \p buffer
162 const cbor_item_t *item, cbor_mutable_data buffer, size_t buffer_size);