Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/
H A Dgd_ctx.c80 …oid _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p)()) in _php_image_output_ctx() argument
185 (*func_p)(im, ctx, q); in _php_image_output_ctx()
191 (*func_p)(im, ctx, q); in _php_image_output_ctx()
194 (*func_p)(im, ctx, q, f); in _php_image_output_ctx()
205 (*func_p)(im, file ? file : "", q, ctx); in _php_image_output_ctx()
207 (*func_p)(im, q, ctx); in _php_image_output_ctx()
211 (*func_p)(im, ctx, (int) compressed); in _php_image_output_ctx()
214 (*func_p)(im, ctx); in _php_image_output_ctx()
H A Dgd.c2463 im = (*func_p)(fp); in _php_image_create_from()
2639 (*func_p)(im, fp, q); in _php_image_output()
2645 (*func_p)(im, i, fp); in _php_image_output()
2648 (*func_p)(im, fp); in _php_image_output()
2654 (*func_p)(im, fp, q, t); in _php_image_output()
2660 (*func_p)(im, fp, q, t); in _php_image_output()
2688 (*func_p)(im, tmp, q); in _php_image_output()
2696 (*func_p)(im, q, tmp); in _php_image_output()
2699 (*func_p)(im, tmp); in _php_image_output()
2705 (*func_p)(im, tmp, q, t); in _php_image_output()
[all …]

Completed in 35 milliseconds