/PHP-8.3/TSRM/ |
H A D | TSRM.c | 43 ts_allocate_dtor dtor; member 277 …c_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allocate_dtor dtor) in ts_allocate_id() 323 …_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_allocate_ctor ctor, ts_allocate_dtor dtor) in ts_allocate_fast_id()
|
/PHP-8.3/Zend/ |
H A D | zend_llist.h | 40 llist_dtor_func_t dtor; member
|
H A D | zend_iterators.h | 31 void (*dtor)(zend_object_iterator *iter); member
|
H A D | zend_llist.c | 24 ZEND_API void zend_llist_init(zend_llist *l, size_t size, llist_dtor_func_t dtor, unsigned char per… in zend_llist_init()
|
H A D | zend_API.h | 985 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument 1024 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument 1050 #define RETURN_ZVAL(zv, copy, dtor) do { RETVAL_ZVAL(zv, copy, dtor); return; } while (0) argument
|
/PHP-8.3/main/streams/ |
H A D | php_stream_context.h | 43 void (*dtor)(php_stream_notifier *notifier); member
|
H A D | php_stream_filter_api.h | 91 void (*dtor)(php_stream_filter *thisfilter); member
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_protocol_frame_codec.c | 458 MYSQLND_METHOD(mysqlnd_pfc, dtor)(MYSQLND_PFC * const pfc, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD() argument
|
H A D | mysqlnd_vio.c | 716 MYSQLND_METHOD(mysqlnd_vio, dtor)(MYSQLND_VIO * const vio, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD() argument
|
H A D | mysqlnd_structs.h | 381 func_mysqlnd_vio__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local 569 func_mysqlnd_conn_data__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local 615 func_mysqlnd_conn__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local 795 func_mysqlnd_stmt__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local 1099 func_mysqlnd_pfc__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local
|
H A D | mysqlnd_connection.c | 314 MYSQLND_METHOD_PRIVATE(mysqlnd_conn_data, dtor)(MYSQLND_CONN_DATA * conn) in MYSQLND_METHOD_PRIVATE() argument 2033 MYSQLND_METHOD_PRIVATE(mysqlnd_conn, dtor)(MYSQLND * conn) argument
|
H A D | mysqlnd_ps.c | 1852 MYSQLND_METHOD(mysqlnd_stmt, dtor)(MYSQLND_STMT * const s, bool implicit) in MYSQLND_METHOD() argument
|
/PHP-8.3/ext/spl/ |
H A D | spl_directory.h | 42 spl_foreign_dtor_t dtor; member
|
H A D | spl_heap.c | 53 spl_ptr_heap_dtor_func dtor; member 254 …p_init(spl_ptr_heap_cmp_func cmp, spl_ptr_heap_ctor_func ctor, spl_ptr_heap_dtor_func dtor, size_t… in spl_ptr_heap_init()
|
/PHP-8.3/main/ |
H A D | php_output.h | 128 void (*dtor)(void *opaq); member
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 535 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile_stdin() local
|
/PHP-8.3/ext/opcache/ |
H A D | zend_file_cache.c | 1159 dtor_func_t dtor)
|
/PHP-8.3/ext/pdo/ |
H A D | php_pdo_driver.h | 402 pdo_stmt_dtor_func dtor; member
|
/PHP-8.3/ext/standard/ |
H A D | filters.c | 188 php_conv_dtor_func dtor; member
|