HomeSort by: relevance | last modified time | path
    Searched defs:filesystem_table (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_posix.c 241 struct filesystem *filesystem_table; member in struct:tree
1405 if (t->filesystem_table[i].dev == dev) {
1408 t->current_filesystem = &(t->filesystem_table[i]);
1426 p = realloc(t->filesystem_table,
1427 s * sizeof(*t->filesystem_table));
1433 t->filesystem_table = (struct filesystem *)p;
1437 t->current_filesystem = &(t->filesystem_table[fid]);
2629 free(t->filesystem_table[i].allocation_ptr);
2630 free(t->filesystem_table);
archive_read_disk_windows.c 171 struct filesystem *filesystem_table; member in struct:tree
1442 if (t->filesystem_table[i].dev == dev) {
1445 t->current_filesystem = &(t->filesystem_table[i]);
1463 p = realloc(t->filesystem_table,
1464 s * sizeof(*t->filesystem_table));
1470 t->filesystem_table = (struct filesystem *)p;
1474 t->current_filesystem = &(t->filesystem_table[fid]);
2259 free(t->filesystem_table);
archive_read_disk_posix.c 241 struct filesystem *filesystem_table; member in struct:tree
1405 if (t->filesystem_table[i].dev == dev) {
1408 t->current_filesystem = &(t->filesystem_table[i]);
1426 p = realloc(t->filesystem_table,
1427 s * sizeof(*t->filesystem_table));
1433 t->filesystem_table = (struct filesystem *)p;
1437 t->current_filesystem = &(t->filesystem_table[fid]);
2629 free(t->filesystem_table[i].allocation_ptr);
2630 free(t->filesystem_table);
archive_read_disk_windows.c 171 struct filesystem *filesystem_table; member in struct:tree
1442 if (t->filesystem_table[i].dev == dev) {
1445 t->current_filesystem = &(t->filesystem_table[i]);
1463 p = realloc(t->filesystem_table,
1464 s * sizeof(*t->filesystem_table));
1470 t->filesystem_table = (struct filesystem *)p;
1474 t->current_filesystem = &(t->filesystem_table[fid]);
2259 free(t->filesystem_table);

Completed in 83 milliseconds