Searched refs:ioctx_func_p (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/gd/
H A Dgd.c138 static gdImagePtr _php_image_create_from_string (zval **Data, char *tn, gdImagePtr (*ioctx_func_p)() TSRMLS_DC);
139 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)());
2254 gdImagePtr _php_image_create_from_string(zval **data, char *tn, gdImagePtr (*ioctx_func_p)() TSRMLS_DC)
2265 im = (*ioctx_func_p)(io_ctx);
2348 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()) argument
2377 ioctx_func_p = NULL; /* don't allow sockets without IOCtx */
2389 im = (*ioctx_func_p)(buff_size, buff);
2401 } else if (ioctx_func_p) {
2423 im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height);
2425 im = (*ioctx_func_p)(io_ct
[all...]

Completed in 7 milliseconds