Lines Matching full:if
41 * If the iterator \a value does not point to a text string, the behaviour is
45 * If \c malloc returns a NULL pointer, this function will return error
51 * The \a next pointer, if not null, will be updated to point to the next item
52 * after this string. If \a value points to the last item, then \a next will be
72 * If the iterator \a value does not point to a byte string, the behaviour is
76 * If \c malloc returns a NULL pointer, this function will return error
82 * The \a next pointer, if not null, will be updated to point to the next item
83 * after this string. If \a value points to the last item, then \a next will be
98 if (err) in _cbor_value_dup_string()
103 if (!*buffer) { in _cbor_value_dup_string()
108 if (err) { in _cbor_value_dup_string()