compBuf           200 ext/gd/libgd/gd_gd2.c static int _gd2ReadChunk (int offset, char *compBuf, int compSize, char *chunkBuf, uLongf * chunkLen, gdIOCtx * in)
compBuf           213 ext/gd/libgd/gd_gd2.c 	if (gdGetBuf(compBuf, compSize, in) != compSize) {
compBuf           217 ext/gd/libgd/gd_gd2.c 	zerr = uncompress((unsigned char *) chunkBuf, chunkLen, (unsigned char *) compBuf, compSize);
compBuf           264 ext/gd/libgd/gd_gd2.c 	char *compBuf = NULL;		/* So we can gdFree it with impunity. */
compBuf           292 ext/gd/libgd/gd_gd2.c 		compBuf = gdCalloc(compMax, 1);
compBuf           311 ext/gd/libgd/gd_gd2.c 				if (!_gd2ReadChunk(chunkIdx[chunkNum].offset, compBuf, chunkIdx[chunkNum].size, (char *) chunkBuf, &chunkLen, in)) {
compBuf           364 ext/gd/libgd/gd_gd2.c 	if (compBuf) {
compBuf           365 ext/gd/libgd/gd_gd2.c 		gdFree(compBuf);
compBuf           380 ext/gd/libgd/gd_gd2.c 	if (compBuf) {
compBuf           381 ext/gd/libgd/gd_gd2.c 		gdFree(compBuf);
compBuf           429 ext/gd/libgd/gd_gd2.c 	char *compBuf = NULL;
compBuf           485 ext/gd/libgd/gd_gd2.c 		compBuf = gdCalloc(compMax, 1);
compBuf           547 ext/gd/libgd/gd_gd2.c 				if (!_gd2ReadChunk (chunkIdx[chunkNum].offset, compBuf, chunkIdx[chunkNum].size, (char *)chunkBuf, &chunkLen, in)) {
compBuf           597 ext/gd/libgd/gd_gd2.c 	if (compBuf) {
compBuf           598 ext/gd/libgd/gd_gd2.c 		gdFree(compBuf);
compBuf           612 ext/gd/libgd/gd_gd2.c 	if (compBuf) {
compBuf           613 ext/gd/libgd/gd_gd2.c 		gdFree(compBuf);