func_p 139 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 140 ext/gd/gd.c static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()); func_p 2366 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 2440 ext/gd/gd.c im = (*func_p)(fp, srcx, srcy, width, height); func_p 2456 ext/gd/gd.c im = (*func_p)(fp); func_p 2568 ext/gd/gd.c static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) func_p 2619 ext/gd/gd.c (*func_p)(im, fp, q); func_p 2625 ext/gd/gd.c (*func_p)(im, i, fp); func_p 2631 ext/gd/gd.c (*func_p)(im, fp); func_p 2637 ext/gd/gd.c (*func_p)(im, fp, q, t); func_p 2643 ext/gd/gd.c (*func_p)(im, fp, q, t); func_p 2671 ext/gd/gd.c (*func_p)(im, tmp, q); func_p 2679 ext/gd/gd.c (*func_p)(im, q, tmp); func_p 2685 ext/gd/gd.c (*func_p)(im, tmp); func_p 2691 ext/gd/gd.c (*func_p)(im, tmp, q, t); func_p 2694 ext/gd/gd.c (*func_p)(im, tmp); func_p 77 ext/gd/gd_ctx.c static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) func_p 172 ext/gd/gd_ctx.c (*func_p)(im, ctx, q); func_p 178 ext/gd/gd_ctx.c (*func_p)(im, ctx, q); func_p 181 ext/gd/gd_ctx.c (*func_p)(im, ctx, q, f); func_p 192 ext/gd/gd_ctx.c (*func_p)(im, file ? file : "", q, ctx); func_p 194 ext/gd/gd_ctx.c (*func_p)(im, q, ctx); func_p 198 ext/gd/gd_ctx.c (*func_p)(im, ctx);