Lines Matching defs:native

56   /// (Deprecated: Use native_handle_type.) The native representation of an
60 /// The native representation of an acceptor.
153 /// Construct a basic_socket_acceptor on an existing native acceptor.
155 * This constructor creates an acceptor object to hold an existing native
164 * @param native_acceptor A native acceptor.
307 /// Assigns an existing native acceptor to the acceptor.
309 * This function opens the acceptor to hold an existing native acceptor.
313 * @param native_acceptor A native acceptor.
326 /// Assigns an existing native acceptor to the acceptor.
328 * This function opens the acceptor to hold an existing native acceptor.
332 * @param native_acceptor A native acceptor.
491 /// (Deprecated: Use native_handle().) Get the native acceptor representation.
494 * acceptor. This is intended to allow access to native acceptor functionality
497 native_type native()
502 /// Get the native acceptor representation.
505 * acceptor. This is intended to allow access to native acceptor functionality
786 /// Gets the non-blocking mode of the native acceptor implementation.
789 * native acceptor. This mode has no effect on the behaviour of the acceptor
798 * was set directly on the native acceptor.
805 /// Sets the non-blocking mode of the native acceptor implementation.
808 * native acceptor. It has no effect on the behaviour of the acceptor object's
828 /// Sets the non-blocking mode of the native acceptor implementation.
831 * native acceptor. It has no effect on the behaviour of the acceptor object's