ioctx_func_p 138 ext/gd/gd.c static gdImagePtr _php_image_create_from_string (zval **Data, char *tn, gdImagePtr (*ioctx_func_p)() TSRMLS_DC); ioctx_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)()); ioctx_func_p 2272 ext/gd/gd.c gdImagePtr _php_image_create_from_string(zval **data, char *tn, gdImagePtr (*ioctx_func_p)() TSRMLS_DC) ioctx_func_p 2283 ext/gd/gd.c im = (*ioctx_func_p)(io_ctx); ioctx_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)()) ioctx_func_p 2401 ext/gd/gd.c } else if (ioctx_func_p) { ioctx_func_p 2423 ext/gd/gd.c im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height); ioctx_func_p 2425 ext/gd/gd.c im = (*ioctx_func_p)(io_ctx);