Searched defs:unpacker (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.h104 void init(unpacker* u, int counts[NUM_COUNTS]);
106 // pointer to outer unpacker, for error checks etc.
107 unpacker* u;
132 * The unpacker provides the entry points to the unpack engine,
135 struct unpacker { struct
153 static unpacker* non_mt_current;
169 unpacker* u;
202 typedef jlong (*read_input_fn_t)(unpacker* self, void* buf, jlong minlen, jlong maxlen);
270 unpacker* u; // pointer to self, for U_NEW macro
414 static unpacker* curren
[all...]

Completed in 1654 milliseconds