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

/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_zip.c217 * The decrypted data starts at decrypted_ptr and
225 unsigned char *decrypted_ptr; member in struct:zip
2611 - (zip->decrypted_ptr +
2635 zip->decrypted_ptr
2643 zip->decrypted_ptr
2652 compressed_buff = (const char *)zip->decrypted_ptr;
2695 zip->decrypted_ptr = zip->decrypted_buffer;
2697 zip->decrypted_ptr += to_consume;
2927 zip->decrypted_ptr = zip->decrypted_buffer;

Completed in 187 milliseconds