pub               533 ext/gd/libgd/gd_jpeg.c 	struct jpeg_source_mgr pub;	/* public fields */
pub               630 ext/gd/libgd/gd_jpeg.c 	src->pub.next_input_byte = src->buffer;
pub               631 ext/gd/libgd/gd_jpeg.c 	src->pub.bytes_in_buffer = nbytes;
pub               658 ext/gd/libgd/gd_jpeg.c 		while (num_bytes > (long) src->pub.bytes_in_buffer) {
pub               659 ext/gd/libgd/gd_jpeg.c 			num_bytes -= (long) src->pub.bytes_in_buffer;
pub               665 ext/gd/libgd/gd_jpeg.c 		src->pub.next_input_byte += (size_t) num_bytes;
pub               666 ext/gd/libgd/gd_jpeg.c 		src->pub.bytes_in_buffer -= (size_t) num_bytes;
pub               724 ext/gd/libgd/gd_jpeg.c 	src->pub.init_source = init_source;
pub               725 ext/gd/libgd/gd_jpeg.c 	src->pub.fill_input_buffer = fill_input_buffer;
pub               726 ext/gd/libgd/gd_jpeg.c 	src->pub.skip_input_data = skip_input_data;
pub               727 ext/gd/libgd/gd_jpeg.c 	src->pub.resync_to_restart = jpeg_resync_to_restart;	/* use default method */
pub               728 ext/gd/libgd/gd_jpeg.c 	src->pub.term_source = term_source;
pub               730 ext/gd/libgd/gd_jpeg.c 	src->pub.bytes_in_buffer = 0;	/* forces fill_input_buffer on first read */
pub               731 ext/gd/libgd/gd_jpeg.c 	src->pub.next_input_byte = NULL;	/* until buffer loaded */
pub               738 ext/gd/libgd/gd_jpeg.c 	struct jpeg_destination_mgr pub; /* public fields */
pub               759 ext/gd/libgd/gd_jpeg.c 	dest->pub.next_output_byte = dest->buffer;
pub               760 ext/gd/libgd/gd_jpeg.c 	dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
pub               795 ext/gd/libgd/gd_jpeg.c 	dest->pub.next_output_byte = dest->buffer;
pub               796 ext/gd/libgd/gd_jpeg.c 	dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
pub               814 ext/gd/libgd/gd_jpeg.c 	size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;
pub               844 ext/gd/libgd/gd_jpeg.c 	dest->pub.init_destination = init_destination;
pub               845 ext/gd/libgd/gd_jpeg.c 	dest->pub.empty_output_buffer = empty_output_buffer;
pub               846 ext/gd/libgd/gd_jpeg.c 	dest->pub.term_destination = term_destination;
pub               307 ext/gd/libgd/gd_topal.c   struct jpeg_color_quantizer pub;	/* public fields */
pub              1681 ext/gd/libgd/gd_topal.c       cquantize->pub.color_quantize = prescan_quantize;
pub              1682 ext/gd/libgd/gd_topal.c       cquantize->pub.finish_pass = finish_pass1;
pub              1689 ext/gd/libgd/gd_topal.c 	cquantize->pub.color_quantize = pass2_fs_dither;
pub              1691 ext/gd/libgd/gd_topal.c 	cquantize->pub.color_quantize = pass2_no_dither;
pub              1692 ext/gd/libgd/gd_topal.c       cquantize->pub.finish_pass = finish_pass2;
pub              1842 ext/gd/libgd/gd_topal.c   cquantize->pub.start_pass = start_pass_2_quant;
pub              1843 ext/gd/libgd/gd_topal.c   cquantize->pub.new_color_map = new_color_map_2_quant;
pub              5438 ext/openssl/openssl.c 	BIGNUM *pub;
pub              5453 ext/openssl/openssl.c 	pub = BN_bin2bn((unsigned char*)pub_str, (int)pub_len, NULL);
pub              5456 ext/openssl/openssl.c 	len = DH_compute_key((unsigned char*)ZSTR_VAL(data), pub, pkey->pkey.dh);
pub              5467 ext/openssl/openssl.c 	BN_free(pub);