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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp3371 static bytes& getbuf(int len) { // for debugging only!
3395 buf = getbuf(12);
3400 buf = getbuf(24);
3405 buf = getbuf(20);
3412 buf = getbuf((int)strlen(s1) + 1 + (int)strlen(s2) + 4 + 1);

Completed in 39 milliseconds