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

/forgerock/web-agents-v4/zlib/
H A Dgzlib.c528 const char * ZEXPORT gzerror(file, errnum)
530 int *errnum;
542 if (errnum != NULL)
543 *errnum = state->err;
H A Dzlib.h1536 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1539 compressed file. errnum is set to zlib error number. If an error occurred
1540 in the file system and not in the compression library, errnum is set to

Completed in 38 milliseconds