Searched refs:localPmsg (Results 1 – 1 of 1) sorted by relevance
853 char *localPmsg = NULL; in ZIP_Open_Generic() local854 zip = ZIP_Get_From_Cache(name, &localPmsg, lastModified); in ZIP_Open_Generic()856 if (zip == NULL && localPmsg == NULL) { in ZIP_Open_Generic()859 zip = ZIP_Put_In_Cache(env, thiz, name, zfd, &localPmsg, lastModified); in ZIP_Open_Generic()863 free(localPmsg); in ZIP_Open_Generic()865 *pmsg = localPmsg; in ZIP_Open_Generic()