Searched refs:innerLength (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_nested.c31 size_t s, innerLength; local
51 innerLength = (size_t)archive_entry_size(ae);
52 inner = calloc(innerLength, sizeof(char));
53 assertEqualInt(innerLength, archive_read_data(a, inner, innerLength));
72 assertEqualIntA(a, ARCHIVE_OK, read_open_memory_seek(a, inner, innerLength, 1));

Completed in 109 milliseconds