uncompress        217 ext/gd/libgd/gd_gd2.c 	zerr = uncompress((unsigned char *) chunkBuf, chunkLen, (unsigned char *) compBuf, compSize);
uncompress        609 ext/mysqlnd/mysqlnd_net.c 	error = uncompress(uncompressed_data, &tmp_complen, compressed_data, compressed_data_len);
uncompress        217 ext/standard/image.c 	if (uncompress(b, &len, a, sizeof(a)) != Z_OK) {
uncompress        235 ext/standard/image.c 			status = uncompress(buf, &szlength, bufz, slength);