Searched refs:new_attribute (Results 1 – 2 of 2) sorted by relevance
108 uint8_t * new_attribute = (uint8_t *) realloc(attribute_value, attribute_value_buffer_size); in assertBuffer() local109 if (!new_attribute) return; in assertBuffer()110 attribute_value = new_attribute; in assertBuffer()
52 uint8_t * new_attribute = (uint8_t *) realloc(attribute_value, attribute_value_buffer_size); in assertBuffer() local53 if (!new_attribute) return; in assertBuffer()54 attribute_value = new_attribute; in assertBuffer()