func_p            133 ext/gd/gd.c    static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)());
func_p            134 ext/gd/gd.c    static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)());
func_p           2290 ext/gd/gd.c    static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)())
func_p           2369 ext/gd/gd.c    				im = (*func_p)(fp, srcx, srcy, width, height);
func_p           2385 ext/gd/gd.c    				im = (*func_p)(fp);
func_p           2497 ext/gd/gd.c    static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)())
func_p           2551 ext/gd/gd.c    				(*func_p)(im, fp, q);
func_p           2557 ext/gd/gd.c    				(*func_p)(im, i, fp);
func_p           2563 ext/gd/gd.c    				(*func_p)(im, fp);
func_p           2569 ext/gd/gd.c    				(*func_p)(im, fp, q, t);
func_p           2575 ext/gd/gd.c    				(*func_p)(im, fp, q, t);
func_p           2603 ext/gd/gd.c    				(*func_p)(im, tmp, q);
func_p           2611 ext/gd/gd.c    				(*func_p)(im, q, tmp);
func_p           2617 ext/gd/gd.c    				(*func_p)(im, tmp);
func_p           2623 ext/gd/gd.c    				(*func_p)(im, tmp, q, t);
func_p           2626 ext/gd/gd.c    				(*func_p)(im, tmp);
func_p             72 ext/gd/gd_ctx.c static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)())
func_p            169 ext/gd/gd_ctx.c 			(*func_p)(im, ctx, q);
func_p            175 ext/gd/gd_ctx.c 			(*func_p)(im, ctx, q);
func_p            178 ext/gd/gd_ctx.c 			(*func_p)(im, ctx, q, f);
func_p            189 ext/gd/gd_ctx.c 				(*func_p)(im, file ? file : "", q, ctx);
func_p            191 ext/gd/gd_ctx.c 				(*func_p)(im, q, ctx);
func_p            195 ext/gd/gd_ctx.c 			(*func_p)(im, ctx);