Home
last modified time | relevance | path

Searched refs:dtor (Results 26 – 45 of 45) sorted by relevance

12

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_vio.c691 MYSQLND_METHOD(mysqlnd_vio, dtor)(MYSQLND_VIO * const vio, MYSQLND_STATS * const stats, MYSQLND_ERR… in MYSQLND_METHOD() argument
743 MYSQLND_METHOD(mysqlnd_vio, dtor),
790 vio->data->m.dtor(vio, stats, error_info); in mysqlnd_vio_free()
H A Dmysqlnd_structs.h393 func_mysqlnd_vio__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local
584 func_mysqlnd_conn_data__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local
633 func_mysqlnd_conn__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local
825 func_mysqlnd_stmt__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local
1130 func_mysqlnd_pfc__dtor dtor; in MYSQLND_CLASS_METHODS_TYPE() local
H A Dmysqlnd_connection.c333 MYSQLND_METHOD_PRIVATE(mysqlnd_conn_data, dtor)(MYSQLND_CONN_DATA * conn) in MYSQLND_METHOD_PRIVATE() argument
1306 conn->m->dtor(conn);
2344 MYSQLND_METHOD_PRIVATE(mysqlnd_conn_data, dtor),
2396 MYSQLND_METHOD_PRIVATE(mysqlnd_conn, dtor)(MYSQLND * conn) argument
2440 conn_handle->m->dtor(conn_handle);
2450 MYSQLND_METHOD_PRIVATE(mysqlnd_conn, dtor),
2693 conn_handle->m->dtor(conn_handle);
H A Dmysqlnd.h241 #define mysqlnd_stmt_close(stmt, implicit) (stmt)->m->dtor((stmt), (implicit))
H A Dmysqlnd_ps.c434 s_to_prepare->m->dtor(s_to_prepare, TRUE); in MYSQLND_METHOD()
2120 MYSQLND_METHOD(mysqlnd_stmt, dtor)(MYSQLND_STMT * const s, zend_bool implicit) in MYSQLND_METHOD() argument
2209 MYSQLND_METHOD(mysqlnd_stmt, dtor),
/PHP-8.0/ext/standard/
H A Dfilters.c188 php_conv_dtor_func dtor; member
192 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a))
233 inst->_super.dtor = (php_conv_dtor_func) php_conv_base64_encode_dtor; in php_conv_base64_encode_ctor()
480 inst->_super.dtor = (php_conv_dtor_func) php_conv_base64_decode_dtor; in php_conv_base64_decode_ctor()
843 inst->_super.dtor = (php_conv_dtor_func) php_conv_qprint_encode_dtor; in php_conv_qprint_encode_ctor()
1054 inst->_super.dtor = (php_conv_dtor_func) php_conv_qprint_decode_dtor; in php_conv_qprint_decode_ctor()
H A Dstreamsfuncs.c930 context->notifier->dtor = user_space_stream_notifier_dtor; in parse_context_params()
H A Dvar_unserializer.re238 …fprintf(stderr, "var_destroy dtor(%p, %ld)\n", &var_dtor_hash->data[i], Z_REFCOUNT_P(&var_dtor_has…
/PHP-8.0/main/streams/
H A Dfilter.c280 if (filter->fops->dtor) in php_stream_filter_free()
281 filter->fops->dtor(filter); in php_stream_filter_free()
H A Dstreams.c2255 if (notifier->dtor) {
2256 notifier->dtor(notifier);
/PHP-8.0/ext/pdo/
H A Dphp_pdo_driver.h411 pdo_stmt_dtor_func dtor; member
H A Dpdo_stmt.c2174 if (stmt->methods && stmt->methods->dtor) { in php_pdo_free_statement()
2175 stmt->methods->dtor(stmt); in php_pdo_free_statement()
/PHP-8.0/Zend/
H A Dzend_API.h692 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
696 if (copy && !dtor) { \
703 if (dtor || !copy) { \
730 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
755 #define RETURN_ZVAL(zv, copy, dtor) do { RETVAL_ZVAL(zv, copy, dtor); return; } while (0) argument
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c539 dtor_func_t dtor = PHPDBG_G(file_sources).pDestructor; in phpdbg_compile_stdin() local
542 PHPDBG_G(file_sources).pDestructor = dtor; in phpdbg_compile_stdin()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c219 sorted_exts.dtor = NULL; in print_extensions()
/PHP-8.0/ext/opcache/
H A Dzend_file_cache.c1082 dtor_func_t dtor) argument
1086 ht->pDestructor = dtor;
/PHP-8.0/ext/spl/
H A Dspl_directory.c111 if (intern->oth_handler && intern->oth_handler->dtor) { in spl_filesystem_object_free_storage()
112 intern->oth_handler->dtor(intern); in spl_filesystem_object_free_storage()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c229 sorted_exts.dtor = NULL; in print_extensions()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c280 sorted_exts.dtor = NULL; in print_extensions()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc15547 *var_info_ptr |= MAY_BE_GUARD; /* prevent generation of specialized zval dtor */

Completed in 271 milliseconds

12