Searched defs:zerror (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c498 * or NULL if an error occurred. If a zip error occurred then *zerror will be
499 * set to the error number. Otherwise, *zerror will be set to Z_OK.
502 zipOpenGeneric(const char *name, int *zerror, int mode, jlong lastModified) argument
510 if (zerror != 0)
511 *zerror = Z_OK;
535 if (zerror != 0)
536 *zerror = Z_MEM_ERROR;
543 if (zerror != 0)
544 *zerror = Z_STREAM_ERROR;
551 if (zerror !
578 zipOpen(const char *name, int *zerror) argument
[all...]

Completed in 47 milliseconds