Home
last modified time | relevance | path

Searched refs:SW_ASSERT (Results 1 – 13 of 13) sorted by relevance

/dports/devel/pecl-swoole/swoole-4.8.5/src/coroutine/
H A Dbase.cc56 SW_ASSERT(current == this || on_bailout != nullptr); in yield()
105 SW_ASSERT(current != this); in resume()
131 SW_ASSERT(current == this); in close()
H A Dsocket.cc1742 SW_ASSERT(!has_bound() && socket->removed); in ~Socket()
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dphp_swoole_private.h535 SW_ASSERT(!ZSTR_IS_INTERNED(s)); in sw_zend_string_recycle()
695 SW_ASSERT(origin_function->common.type == ZEND_INTERNAL_FUNCTION); in sw_zend_register_function_alias()
771 SW_ASSERT(ce->type == ZEND_INTERNAL_CLASS); in sw_zend_class_unset_property_deny()
785 SW_ASSERT(ce->type == ZEND_INTERNAL_CLASS); in sw_zend_class_unset_property_deny()
H A Dswoole_mysql_coro.cc174 SW_ASSERT(!tc); in add_timeout_controller()
245 SW_ASSERT(buffer->length == (size_t) buffer->offset); in is_available_for_new_request()
313 SW_ASSERT(statements.empty()); in ~mysql_client()
852 SW_ASSERT(size < sizeof(row_data->stack_buffer)); in handle_row_data_size()
1097 SW_ASSERT(statement != nullptr); in recv_prepare_response()
1619 SW_ASSERT(instanceof_function(Z_OBJCE_P(zobject), swoole_mysql_coro_ce) || in swoole_mysql_coro_sync_error_properties()
H A Dphp_swoole_mysql_proto.h499 SW_ASSERT(body_size > 0);
958 SW_ASSERT(data[0] == SW_MYSQL_PACKET_OK); in statement()
H A Dswoole_coroutine_scheduler.cc130 SW_ASSERT(exit_condition_fci_cache.function_handler); in php_swoole_coroutine_reactor_can_exit()
H A Dswoole_mysql_proto.cc290 SW_ASSERT(sizeof(map) == UINT8_MAX + 1); in get_static_type_size()
H A Dswoole_http_client_coro.cc668 SW_ASSERT(body->length <= body->size); in decompress_response()
717 SW_ASSERT(body->length <= body->size); in decompress_response()
1417 SW_ASSERT(websocket); in recv()
H A Dswoole_runtime.cc1021 SW_ASSERT(0); in socket_set_option()
1875 SW_ASSERT((revents & (~(SW_EVENT_READ | SW_EVENT_WRITE | SW_EVENT_ERROR))) == 0); in PHP_FUNCTION()
H A Dswoole_http_response.cc490 SW_ASSERT(body_length == 0); in build_header()
H A Dswoole_socket_coro.cc903 SW_ASSERT(Z_OBJCE_P(zobject) == swoole_socket_coro_ce); in php_swoole_get_socket()
/dports/devel/pecl-swoole/swoole-4.8.5/include/
H A Dswoole_coroutine.h242 SW_ASSERT(current == nullptr); in check_end()
H A Dswoole.h156 #define SW_ASSERT(e) assert(e) macro
166 #define SW_ASSERT(e) macro