Lines Matching defs:tmp
218 uint8_t *tmp = av_realloc_array(*section_ptr, (*count+1), section->size);
219 if (!tmp)
221 *section_ptr = tmp;
222 tmp += *count * section->size;
223 memset(tmp, 0, section->size);
225 return tmp;
504 char style[2], c[2], sep[2], c_num[2] = "0", tmp[128] = {0};
526 sscanf(buf, "\\fn%127[^\\}]%1[\\}]%n", tmp, sep, &len) > 1) {
528 callbacks->font_name(priv, tmp[0] ? tmp : NULL);
542 sscanf(buf, "\\r%127[^\\}]%1[\\}]%n", tmp, sep, &len) > 1) {
544 callbacks->cancel_overrides(priv, tmp);