Home
last modified time | relevance | path

Searched refs:allocation_ptr (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c185 unsigned char *allocation_ptr; member
632 if (cf->allocation_ptr == NULL) { in setup_suitable_read_buffer()
660 cf->allocation_ptr = malloc(asize); in setup_suitable_read_buffer()
661 if (cf->allocation_ptr == NULL) { in setup_suitable_read_buffer()
671 s = (uintptr_t)cf->allocation_ptr; in setup_suitable_read_buffer()
680 cf->buff = cf->allocation_ptr + s; in setup_suitable_read_buffer()
760 if (t->current_filesystem->allocation_ptr == NULL) { in _archive_read_data_block()
1441 t->current_filesystem->allocation_ptr = NULL; in update_current_filesystem()
2736 free(t->filesystem_table[i].allocation_ptr);