ioctx_func_p 132 ext/gd/gd.c static gdImagePtr _php_image_create_from_string (zval *Data, char *tn, gdImagePtr (*ioctx_func_p)()); ioctx_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)()); ioctx_func_p 2196 ext/gd/gd.c gdImagePtr _php_image_create_from_string(zval *data, char *tn, gdImagePtr (*ioctx_func_p)()) ioctx_func_p 2207 ext/gd/gd.c im = (*ioctx_func_p)(io_ctx); ioctx_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)()) ioctx_func_p 2327 ext/gd/gd.c } else if (ioctx_func_p) { ioctx_func_p 2351 ext/gd/gd.c im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height); ioctx_func_p 2353 ext/gd/gd.c im = (*ioctx_func_p)(io_ctx);