Home
last modified time | relevance | path

Searched defs:zip_string (Results 1 – 1 of 1) sorted by relevance

/PHP-5.6/ext/zip/lib/
H A Dzipint.h383 struct zip_string { struct
384 zip_uint8_t *raw; /* raw string */
385 zip_uint16_t length; /* length of raw string */
386 enum zip_encoding_type encoding; /* autorecognized encoding */
387 zip_uint8_t *converted; /* autoconverted string */
388 zip_uint32_t converted_length; /* length of converted */

Completed in 9 milliseconds