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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp119 enum { NOT_REQUESTED = 0, REQUESTED = -2, REQUESTED_LDC = -1 }; enumerator in enum:__anon624
149 assert(outputIndex > NOT_REQUESTED);
453 else if (e->outputIndex > NOT_REQUESTED)
3248 assert(outputIndex <= NOT_REQUESTED); // must not have assigned indexes yet
3254 if (outputIndex != NOT_REQUESTED) {
3274 e.outputIndex = NOT_REQUESTED;
3281 assert(entries[i].outputIndex == NOT_REQUESTED);
3333 if (e.outputIndex != NOT_REQUESTED) {

Completed in 30 milliseconds