Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c394 efree(ZEND_VOIDP(list)); in php_mb_parse_encoding_array()
418 efree(ZEND_VOIDP(list)); in php_mb_parse_encoding_array()
1398 efree(ZEND_VOIDP(list)); in PHP_FUNCTION()
3181 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
3188 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
3202 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
3579 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
3599 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
3607 efree(ZEND_VOIDP(val_list)); in PHP_FUNCTION()
3611 efree(ZEND_VOIDP(elist)); in PHP_FUNCTION()
[all …]
/PHP-8.3/Zend/
H A Dzend_portability.h729 # define ZEND_VOIDP(ptr) ((void *) ptr) macro
731 # define ZEND_VOIDP(ptr) (ptr) macro
H A Dzend.c1165 free(ZEND_VOIDP(CG(script_encoding_list))); in zend_shutdown()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c1700 memcpy(ZEND_VOIDP(settings->colors), PHPDBG_G(colors), sizeof(settings->colors)); in main()
/PHP-8.3/ext/session/
H A Dsession.c2920 …memset(ZEND_VOIDP(&ps_modules[PREDEFINED_MODULES]), 0, (MAX_MODULES-PREDEFINED_MODULES)*sizeof(ps_… in PHP_MSHUTDOWN_FUNCTION()
/PHP-8.3/ext/standard/
H A Dstring.c873 positions = erealloc(ZEND_VOIDP(positions), allocated*sizeof(char *)); in php_explode_negative_limit()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c2744 memset(ZEND_VOIDP(vars_op_array), 0, sizeof(zend_op_array*) * ssa->vars_count); in zend_jit_trace_allocate_registers()
8500 memset(ZEND_VOIDP(JIT_G(bad_root_cache_opline)), 0, sizeof(JIT_G(bad_root_cache_opline))); in zend_jit_trace_init_caches()

Completed in 72 milliseconds