Searched refs:section_ptr (Results 1 – 1 of 1) sorted by relevance
209 void **section_ptr = (void **)((uint8_t *)&ctx->ass + section->offset); in realloc_section_array() local210 uint8_t *tmp = av_realloc_array(*section_ptr, (*count+1), section->size); in realloc_section_array()213 *section_ptr = tmp; in realloc_section_array()