Home
last modified time | relevance | path

Searched refs:zend_rsrc_list_entry (Results 26 – 50 of 52) sorted by relevance

123

/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c72 zend_rsrc_list_entry *le;
195 zend_rsrc_list_entry le;
H A Dmysqli.c928 static int php_mysqli_persistent_helper_once(zend_rsrc_list_entry *le TSRMLS_DC) in php_mysqli_persistent_helper_once()
H A Dmysqli_api.c711 zend_rsrc_list_entry *le; in php_mysqli_close()
/PHP-5.5/ext/hash/
H A Dhash.c499 zend_rsrc_list_entry *le; in PHP_FUNCTION()
738 static void php_hash_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in php_hash_dtor()
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c57 static void dispatch_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in dispatch_dtor()
H A Dcom_persist.c50 static void istream_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in istream_dtor()
/PHP-5.5/ext/gmp/
H A Dgmp.c311 static void _php_gmpnum_free(zend_rsrc_list_entry *rsrc TSRMLS_DC);
1602 static void _php_gmpnum_free(zend_rsrc_list_entry *rsrc TSRMLS_DC)
/PHP-5.5/ext/ldap/
H A Dldap.c92 static void _close_ldap_link(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in ZEND_GET_MODULE()
108 static void _free_ldap_result(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _free_ldap_result()
115 static void _free_ldap_result_entry(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _free_ldap_result_entry()
1914 zend_rsrc_list_entry *le; in PHP_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c280 zend_rsrc_list_entry *le; in PHP_METHOD()
387 zend_rsrc_list_entry le; in PHP_METHOD()
/PHP-5.5/ext/xml/
H A Dxml.c74 static void xml_parser_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC);
422 static void xml_parser_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in xml_parser_dtor()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c87 static void xmlwriter_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC);
732 static void xmlwriter_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) { in ZEND_GET_MODULE()
/PHP-5.5/ext/gd/
H A Dgd.c67 static void php_free_ps_font(zend_rsrc_list_entry *rsrc TSRMLS_DC);
68 static void php_free_ps_enc(zend_rsrc_list_entry *rsrc TSRMLS_DC);
1067 static void php_free_gd_image(zend_rsrc_list_entry *rsrc TSRMLS_DC) in PHP_INI_BEGIN()
1075 static void php_free_gd_font(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_free_gd_font()
3899 static void php_free_ps_font(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_free_ps_font()
3910 static void php_free_ps_enc(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_free_ps_enc()
/PHP-5.5/ext/standard/
H A Dproc_open.c224 static void proc_open_rsrc_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in proc_open_rsrc_dtor()
/PHP-5.5/ext/interbase/
H A Dibase_query.c137 static void _php_ibase_free_result(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in _php_ibase_free_result()
183 static void php_ibase_free_query_rsrc(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in php_ibase_free_query_rsrc()
/PHP-5.5/ext/zip/
H A Dphp_zip.c1144 static void php_zip_free_dir(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_zip_free_dir()
1164 static void php_zip_free_entry(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_zip_free_entry()
/PHP-5.5/ext/wddx/
H A Dwddx.c251 static void release_wddx_packet_rsrc(zend_rsrc_list_entry *rsrc TSRMLS_DC) in release_wddx_packet_rsrc()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c407 static void php_mcrypt_module_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in PHP_INI_BEGIN()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c301 static void ftp_destructor_ftpbuf(zend_rsrc_list_entry *rsrc TSRMLS_DC) in ZEND_GET_MODULE()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c201 zend_rsrc_list_entry *le; in MYSQLND_METHOD()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c284 static void xmlrpc_server_destructor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in xmlrpc_server_destructor()
/PHP-5.5/ext/openssl/
H A Dopenssl.c508 static void php_pkey_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_pkey_free()
517 static void php_x509_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_x509_free()
523 static void php_csr_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_csr_free()
/PHP-5.5/main/streams/
H A Duserspace.c73 static void stream_wrapper_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in stream_wrapper_dtor()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c122 static void php_apache_request_free(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_apache_request_free()
/PHP-5.5/ext/curl/
H A Dinterface.c152 static void _php_curl_close(zend_rsrc_list_entry *rsrc TSRMLS_DC);
3385 static void _php_curl_close(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _php_curl_close()
/PHP-5.5/ext/sockets/
H A Dsockets.c401 static void php_destroy_socket(zend_rsrc_list_entry *rsrc TSRMLS_DC) /* {{{ */ in php_destroy_socket()

Completed in 174 milliseconds

123