Home
last modified time | relevance | path

Searched refs:module_number (Results 51 – 67 of 67) sorted by relevance

123

/PHP-5.5/ext/wddx/
H A Dwddx.c343 le_wddx = zend_register_list_destructors_ex(release_wddx_packet_rsrc, NULL, "wddx", module_number); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c427 …_mcrypt = zend_register_list_destructors_ex(php_mcrypt_module_dtor, NULL, "mcrypt", module_number); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c310 …uf = zend_register_list_destructors_ex(ftp_destructor_ftpbuf, NULL, le_ftpbuf_name, module_number); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c294 … zend_register_list_destructors_ex(xmlrpc_server_destructor, NULL, "xmlrpc server", module_number); in PHP_MINIT_FUNCTION()
/PHP-5.5/Zend/
H A Dzend.c766 int module_number = 0; in zend_register_standard_ini_entries() local
H A Dzend_vm_def.h5181 c.module_number = PHP_USER_CONSTANT;
H A Dzend_vm_execute.h4062 c.module_number = PHP_USER_CONSTANT; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER()
/PHP-5.5/ext/gmp/
H A Dgmp.c339 …_gmp = zend_register_list_destructors_ex(_php_gmpnum_free, NULL, GMP_RESOURCE_NAME, module_number); in ZEND_MODULE_STARTUP_D()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c636 "MySqli persistent connection", module_number); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/openssl/
H A Dopenssl.c1067 le_key = zend_register_list_destructors_ex(php_pkey_free, NULL, "OpenSSL key", module_number); in PHP_MINIT_FUNCTION()
1068 le_x509 = zend_register_list_destructors_ex(php_x509_free, NULL, "OpenSSL X.509", module_number); in PHP_MINIT_FUNCTION()
1069 le_csr = zend_register_list_destructors_ex(php_csr_free, NULL, "OpenSSL X.509 CSR", module_number); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/xml/
H A Dxml.c315 le_xml_parser = zend_register_list_destructors_ex(xml_parser_dtor, NULL, "xml", module_number); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c1957 le_xmlwriter = zend_register_list_destructors_ex(xmlwriter_dtor, NULL, "xmlwriter", module_number); in PHP_MINIT_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c1404 …= zend_register_list_destructors_ex(php_apache_request_free, NULL, "ApacheRequest", module_number); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/sockets/
H A Dsockets.c612 …ocket = zend_register_list_destructors_ex(php_destroy_socket, NULL, le_socket_name, module_number);
/PHP-5.5/ext/standard/
H A Dfile.c181 …text = zend_register_list_destructors_ex(file_context_dtor, NULL, "stream-context", module_number); in PHP_INI_END()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2391 …r_list_destructors_ex(php_snmp_session_destructor, NULL, PHP_SNMP_SESSION_RES_NAME, module_number); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/imap/
H A Dphp_imap.c1055 le_imap = zend_register_list_destructors_ex(mail_close_it, NULL, "imap", module_number); in PHP_MINIT_FUNCTION()

Completed in 192 milliseconds

123