Searched refs:asio (Results 1 – 3 of 3) sorted by relevance
59 AsyncSocketIO* asio);135 AsyncSocketIO* asio = _asio_recycled; in _async_socket_rw_new() local136 if (asio != NULL) { in _async_socket_rw_new()138 _asio_recycled = asio->next; in _async_socket_rw_new()142 ANEW0(asio); in _async_socket_rw_new()145 asio->next = NULL; in _async_socket_rw_new()146 asio->as = as; in _async_socket_rw_new()147 asio->is_io_read = is_io_read; in _async_socket_rw_new()148 asio->buffer = (uint8_t*)buffer; in _async_socket_rw_new()149 asio->to_transfer = len; in _async_socket_rw_new()[all …]
68 AsyncSocketIO* asio,81 extern int async_socket_io_reference(AsyncSocketIO* asio);91 extern int async_socket_io_release(AsyncSocketIO* asio);95 extern AsyncSocket* async_socket_io_get_socket(const AsyncSocketIO* asio);98 extern void async_socket_io_cancel_time_out(AsyncSocketIO* asio);101 extern void* async_socket_io_get_io_opaque(const AsyncSocketIO* asio);104 extern void* async_socket_io_get_client_opaque(const AsyncSocketIO* asio);116 extern void* async_socket_io_get_buffer_info(const AsyncSocketIO* asio,121 extern void* async_socket_io_get_buffer(const AsyncSocketIO* asio);124 extern uint32_t async_socket_io_get_transferred(const AsyncSocketIO* asio);[all …]
688 AsyncSocketIO* asio, in _on_sdkctl_packet_send_io() argument818 AsyncSocketIO* asio, in _on_sdkctl_direct_packet_send_io() argument1079 AsyncSocketIO* asio, in _on_sdkctl_query_send_io() argument1358 AsyncSocketIO* asio,1411 AsyncSocketIO* asio) in _on_io_dispatcher_io_failure() argument1430 AsyncSocketIO* asio) in _on_io_dispatcher_io_cancelled() argument1453 AsyncSocketIO* asio) in _on_io_dispatcher_packet_header() argument1469 _on_io_dispatcher_io_failure(dispatcher, asio); in _on_io_dispatcher_packet_header()1509 _on_io_dispatcher_packet(SDKCtlIODispatcher* dispatcher, AsyncSocketIO* asio) in _on_io_dispatcher_packet() argument1532 AsyncSocketIO* asio) in _on_io_dispatcher_query_reply_header() argument[all …]