59 if (
a->length !=
b->length)
64 return (memcmp(
a->raw,
b->raw,
a->length) == 0);
100 *lenp =
string->converted_length;
101 return string->converted;
106 *lenp =
string->length;
158 s->converted_length = 0;
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
RZ_API void Ht_() free(HtName_(Ht) *ht)
memcpy(mem, inblock.get(), min(CONTAINING_RECORD(inblock.get(), MEMBLOCK, data) ->size, size))
ZIP_EXTERN void zip_error_set(zip_error_t *_Nullable, int, int)
#define ZIP_FL_ENC_STRICT
void * malloc(size_t size)
static struct sockaddr static addrlen static backlog const void static flags void flags
enum zip_encoding_type encoding
zip_uint32_t converted_length
void error(const char *msg)
int _zip_write(zip_t *za, const void *data, zip_uint64_t length)
zip_uint32_t _zip_string_crc32(const zip_string_t *s)
zip_string_t * _zip_string_new(const zip_uint8_t *raw, zip_uint16_t length, zip_flags_t flags, zip_error_t *error)
void _zip_string_free(zip_string_t *s)
const zip_uint8_t * _zip_string_get(zip_string_t *string, zip_uint32_t *lenp, zip_flags_t flags, zip_error_t *error)
int _zip_string_equal(const zip_string_t *a, const zip_string_t *b)
int _zip_string_write(zip_t *za, const zip_string_t *s)
zip_uint16_t _zip_string_length(const zip_string_t *s)
zip_uint8_t * _zip_cp437_to_utf8(const zip_uint8_t *const _cp437buf, zip_uint32_t len, zip_uint32_t *utf8_lenp, zip_error_t *error)
zip_encoding_type_t _zip_guess_encoding(zip_string_t *str, zip_encoding_type_t expected_encoding)
enum zip_encoding_type zip_encoding_type_t
#define ZIP_FL_ENCODING_ALL
@ ZIP_ENCODING_UTF8_KNOWN
unsigned long ZEXPORT crc32(unsigned long crc, const unsigned char FAR *buf, uInt len)