Home
last modified time | relevance | path

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

/PHP-8.0/ext/ffi/tests/
H A Dutils.inc25 … ffi_cdef("extern size_t $spec zend_list_insert(void *ptr, int type);", ffi_get_php_dll_name());
/PHP-8.0/Zend/
H A Dzend_list.h55 ZEND_API zval* ZEND_FASTCALL zend_list_insert(void *ptr, int type);
H A Dzend_list.c32 ZEND_API zval* ZEND_FASTCALL zend_list_insert(void *ptr, int type) in zend_list_insert() function
92 zv = zend_list_insert(rsrc_pointer, rsrc_type); in zend_register_resource()
/PHP-8.0/ext/pspell/
H A Dpspell.c198 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION()
302 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION()
331 ind = zend_list_insert(manager, le_pspell); in PHP_FUNCTION()
580 ind = zend_list_insert(config, le_pspell_config); in PHP_FUNCTION()
/PHP-8.0/ext/com_dotnet/
H A Dcom_wrapper.c550 tmp = zend_list_insert(disp, le_dispatch); in disp_constructor()
/PHP-8.0/ext/gd/
H A Dgd.c725 ind = zend_list_insert(font, le_gd_font); in PHP_FUNCTION()

Completed in 23 milliseconds