Lines Matching full:null
390 * are: integers, tags, simple types (including boolean, null and undefined
419 return _cbor_value_copy_string(it, NULL, &len, it); in advance_recursive()
596 * Returns true if the iterator \a value is valid and points to a CBOR null type.
633 * type (other than true, false, null and undefined).
905 return _cbor_value_copy_string(value, NULL, len, NULL); in cbor_value_calculate_string_length()
989 /* we are just trying to write a NULL byte here,, but this is hard in iterate_string_chunks()
992 * we have a valid buffer its ok to write a NULL here */ in iterate_string_chunks()
1011 * of \a buflen bytes. If \a buffer is a NULL pointer, this function will not
1024 * the buffer is large enough, this function will insert a null byte after the
1028 * The \a next pointer, if not null, will be updated to point to the next item
1045 * of \a buflen bytes. If \a buffer is a NULL pointer, this function will not
1058 * the buffer is large enough, this function will insert a null byte after the
1059 * last copied byte, to facilitate manipulation of null-terminated strings.
1062 * The \a next pointer, if not null, will be updated to point to the next item
1113 result, NULL, value->parser->d->cmp); in cbor_value_text_string_equals()