Searched defs:zp (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/jdk/src/share/native/java/util/zip/ | ||
| H A D | zip_util.c | 909 jzfile *zp; local 910 for (zp = zfiles; zp->next != 0; zp = zp->next) { 911 if (zp->next == zip) { 912 zp->next = zip->next; |
Completed in 35 milliseconds