Lines Matching defs:ptr
310 uint8_t *ptr, *struct_ptr = realloc_section_array(ctx);
328 ptr = struct_ptr + section->fields[order[i]].offset;
329 convert_func[type](ptr, buf, len);
342 uint8_t *ptr = (uint8_t *)&ctx->ass + section->offset;
343 ptr += section->fields[i].offset;
345 convert_func[type](ptr, buf, strcspn(buf, "\r\n"));
399 uint8_t *ptr = (uint8_t *)&ctx->ass + section->offset;
403 ptr = *(void **)ptr;
408 if (ptr)
409 for (i=0; i<*count; i++, ptr += section->size)
413 av_freep(ptr + field->offset);
456 uint8_t *ptr = (uint8_t *)dialog + fields[i].offset;
463 convert_func[type](ptr, buf, len);