Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/
H A Dgd.c163 static gdImagePtr _php_image_create_from_string (zval **Data, char *tn, gdImagePtr (*ioctx_func_p)(…
164 …NCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)());
2291 gdImagePtr _php_image_create_from_string(zval **data, char *tn, gdImagePtr (*ioctx_func_p)() TSRMLS… in _php_image_create_from_string()
2302 im = (*ioctx_func_p)(io_ctx); in _php_image_create_from_string()
2409 …UNCTION_PARAMETERS, int image_type, char *tn, gdImagePtr (*func_p)(), gdImagePtr (*ioctx_func_p)()) in _php_image_create_from() argument
2440 ioctx_func_p = NULL; /* don't allow sockets without IOCtx */ in _php_image_create_from()
2448 } else if (ioctx_func_p) { in _php_image_create_from()
2471 im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height); in _php_image_create_from()
2473 im = (*ioctx_func_p)(io_ctx); in _php_image_create_from()

Completed in 14 milliseconds