Home
last modified time | relevance | path

Searched refs:stream_oriented (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dreactive_socket_service_base.ipp157 case SOCK_STREAM: impl.state_ = socket_ops::stream_oriented; break;
187 case SOCK_STREAM: impl.state_ = socket_ops::stream_oriented; break;
Dsocket_ops.ipp586 if (all_empty && (state & stream_oriented))
603 if ((state & stream_oriented) && bytes == 0)
857 if (all_empty && (state & stream_oriented))
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_recv_op.hpp53 (o->state_ & socket_ops::stream_oriented) != 0, in do_perform()
Dreactive_socket_service_base.hpp211 ((impl.state_ & socket_ops::stream_oriented) in async_send()
286 ((impl.state_ & socket_ops::stream_oriented) in async_receive()
Dsocket_ops.hpp47 stream_oriented = 16, enumerator