Lines Matching refs:exthdr
438 char *exthdr = NULL, *name = NULL, *link = NULL; in tarfs_alloc_one() local
471 if (exthdr != NULL) { in tarfs_alloc_one()
474 free(exthdr, M_TEMP); in tarfs_alloc_one()
565 if (exthdr != NULL) { in tarfs_alloc_one()
574 exthdr = malloc(sz, M_TEMP, M_WAITOK); in tarfs_alloc_one()
575 res = tarfs_io_read_buf(tmp, false, exthdr, in tarfs_alloc_one()
586 char *line = exthdr; in tarfs_alloc_one()
587 while (line < exthdr + sz) { in tarfs_alloc_one()
597 line + len > exthdr + sz) { in tarfs_alloc_one()
828 if (exthdr != NULL) { in tarfs_alloc_one()
829 free(exthdr, M_TEMP); in tarfs_alloc_one()
840 if (exthdr != NULL) { in tarfs_alloc_one()
841 free(exthdr, M_TEMP); in tarfs_alloc_one()