Searched refs:errbuf (Results 1 – 1 of 1) sorted by relevance
854 char errbuf[256]; in ZIP_Put_In_Cache0() local869 if (pmsg && JVM_GetLastErrorString(errbuf, sizeof(errbuf)) > 0) in ZIP_Put_In_Cache0()870 *pmsg = strdup(errbuf); in ZIP_Put_In_Cache0()876 if (readFullyAt(zfd, errbuf, 4, 0 /* offset */) != -1) { // errors will be handled later in ZIP_Put_In_Cache0()877 if (GETSIG(errbuf) == LOCSIG) in ZIP_Put_In_Cache0()893 if (pmsg && JVM_GetLastErrorString(errbuf, sizeof(errbuf)) > 0) in ZIP_Put_In_Cache0()894 *pmsg = strdup(errbuf); in ZIP_Put_In_Cache0()