Home
last modified time | relevance | path

Searched defs:ZEND_RSRC_DTOR_FUNC (Results 1 – 6 of 6) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_list.h40 #define ZEND_RSRC_DTOR_FUNC(name) void name(zend_rsrc_list_entry *rsrc TSRMLS_DC) macro
/PHP-5.3/ext/standard/
H A Duser_filters.c79 static ZEND_RSRC_DTOR_FUNC(php_bucket_dtor) in ZEND_RSRC_DTOR_FUNC() function
H A Dfile.c150 static ZEND_RSRC_DTOR_FUNC(file_context_dtor) in ZEND_RSRC_DTOR_FUNC() function
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c1594 ZEND_RSRC_DTOR_FUNC(php_pdo_pdbh_dtor) in ZEND_RSRC_DTOR_FUNC() function
/PHP-5.3/ext/mysqli/
H A Dmysqli.c99 ZEND_RSRC_DTOR_FUNC(php_mysqli_dtor) in ZEND_RSRC_DTOR_FUNC() function
/PHP-5.3/ext/sqlite/
H A Dsqlite.c675 static ZEND_RSRC_DTOR_FUNC(php_sqlite_db_dtor) in ZEND_RSRC_DTOR_FUNC() function
736 static ZEND_RSRC_DTOR_FUNC(php_sqlite_result_dtor) in ZEND_RSRC_DTOR_FUNC() function

Completed in 33 milliseconds