Searched refs:ASIO_DECL (Results 1 – 25 of 25) sorted by relevance
/external/parameter-framework/asio-1.10.6/include/asio/ip/ |
D | address_v6.hpp | 49 ASIO_DECL address_v6(); 52 ASIO_DECL explicit address_v6(const bytes_type& bytes, 56 ASIO_DECL address_v6(const address_v6& other); 59 ASIO_DECL address_v6(address_v6&& other); 62 ASIO_DECL address_v6& operator=(const address_v6& other); 65 ASIO_DECL address_v6& operator=(address_v6&& other); 86 ASIO_DECL bytes_type to_bytes() const; 89 ASIO_DECL std::string to_string() const; 92 ASIO_DECL std::string to_string(asio::error_code& ec) const; 95 ASIO_DECL static address_v6 from_string(const char* str); [all …]
|
D | address.hpp | 40 ASIO_DECL address(); 43 ASIO_DECL address(const asio::ip::address_v4& ipv4_address); 46 ASIO_DECL address(const asio::ip::address_v6& ipv6_address); 49 ASIO_DECL address(const address& other); 52 ASIO_DECL address(address&& other); 55 ASIO_DECL address& operator=(const address& other); 58 ASIO_DECL address& operator=(address&& other); 61 ASIO_DECL address& operator=( 65 ASIO_DECL address& operator=( 81 ASIO_DECL asio::ip::address_v4 to_v4() const; [all …]
|
D | address_v4.hpp | 54 ASIO_DECL explicit address_v4(const bytes_type& bytes); 57 ASIO_DECL explicit address_v4(unsigned long addr); 86 ASIO_DECL bytes_type to_bytes() const; 89 ASIO_DECL unsigned long to_ulong() const; 92 ASIO_DECL std::string to_string() const; 95 ASIO_DECL std::string to_string(asio::error_code& ec) const; 98 ASIO_DECL static address_v4 from_string(const char* str); 101 ASIO_DECL static address_v4 from_string( 105 ASIO_DECL static address_v4 from_string(const std::string& str); 108 ASIO_DECL static address_v4 from_string( [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | socket_ops.hpp | 63 ASIO_DECL socket_type accept(socket_type s, socket_addr_type* addr, 66 ASIO_DECL socket_type sync_accept(socket_type s, 71 ASIO_DECL bool non_blocking_accept(socket_type s, 76 ASIO_DECL int bind(socket_type s, const socket_addr_type* addr, 79 ASIO_DECL int close(socket_type s, state_type& state, 82 ASIO_DECL bool set_user_non_blocking(socket_type s, 85 ASIO_DECL bool set_internal_non_blocking(socket_type s, 88 ASIO_DECL int shutdown(socket_type s, 91 ASIO_DECL int connect(socket_type s, const socket_addr_type* addr, 94 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr, [all …]
|
D | task_io_service.hpp | 43 ASIO_DECL task_io_service(asio::io_service& io_service, 47 ASIO_DECL void shutdown_service(); 50 ASIO_DECL void init_task(); 53 ASIO_DECL std::size_t run(asio::error_code& ec); 56 ASIO_DECL std::size_t run_one(asio::error_code& ec); 59 ASIO_DECL std::size_t poll(asio::error_code& ec); 62 ASIO_DECL std::size_t poll_one(asio::error_code& ec); 65 ASIO_DECL void stop(); 68 ASIO_DECL bool stopped() const; 71 ASIO_DECL void reset(); [all …]
|
D | select_reactor.hpp | 52 ASIO_DECL select_reactor(asio::io_service& io_service); 55 ASIO_DECL ~select_reactor(); 58 ASIO_DECL void shutdown_service(); 61 ASIO_DECL void fork_service( 65 ASIO_DECL void init_task(); 69 ASIO_DECL int register_descriptor(socket_type, per_descriptor_data&); 73 ASIO_DECL int register_internal_descriptor( 85 ASIO_DECL void start_op(int op_type, socket_type descriptor, 91 ASIO_DECL void cancel_ops(socket_type descriptor, per_descriptor_data&); 95 ASIO_DECL void deregister_descriptor(socket_type descriptor, [all …]
|
D | handler_tracking.hpp | 54 ASIO_DECL static void init(); 57 ASIO_DECL static void creation(tracked_handler* h, 64 ASIO_DECL explicit completion(tracked_handler* h); 68 ASIO_DECL ~completion(); 71 ASIO_DECL void invocation_begin(); 74 ASIO_DECL void invocation_begin(const asio::error_code& ec); 77 ASIO_DECL void invocation_begin( 81 ASIO_DECL void invocation_begin( 85 ASIO_DECL void invocation_begin( 89 ASIO_DECL void invocation_end(); [all …]
|
D | timer_queue_set.hpp | 27 ASIO_DECL timer_queue_set(); 30 ASIO_DECL void insert(timer_queue_base* q); 33 ASIO_DECL void erase(timer_queue_base* q); 36 ASIO_DECL bool all_empty() const; 39 ASIO_DECL long wait_duration_msec(long max_duration) const; 42 ASIO_DECL long wait_duration_usec(long max_duration) const; 45 ASIO_DECL void get_ready_timers(op_queue<operation>& ops); 48 ASIO_DECL void get_all_timers(op_queue<operation>& ops);
|
D | resolver_service_base.hpp | 39 ASIO_DECL resolver_service_base(asio::io_service& io_service); 42 ASIO_DECL ~resolver_service_base(); 45 ASIO_DECL void shutdown_service(); 48 ASIO_DECL void fork_service( 52 ASIO_DECL void construct(implementation_type& impl); 55 ASIO_DECL void destroy(implementation_type&); 58 ASIO_DECL void cancel(implementation_type& impl); 62 ASIO_DECL void start_resolve_op(operation* op); 93 ASIO_DECL void start_work_thread();
|
D | pipe_select_interrupter.hpp | 27 ASIO_DECL pipe_select_interrupter(); 30 ASIO_DECL ~pipe_select_interrupter(); 33 ASIO_DECL void recreate(); 36 ASIO_DECL void interrupt(); 39 ASIO_DECL bool reset(); 49 ASIO_DECL void open_descriptors(); 52 ASIO_DECL void close_descriptors();
|
D | service_registry.hpp | 39 ASIO_DECL ~service_registry(); 42 ASIO_DECL void notify_fork(asio::io_service::fork_event fork_ev); 66 ASIO_DECL static void init_key( 78 ASIO_DECL static bool keys_match( 92 ASIO_DECL static void destroy( 107 ASIO_DECL asio::io_service::service* do_use_service( 113 ASIO_DECL void do_add_service( 118 ASIO_DECL bool do_has_service(
|
D | posix_thread.hpp | 29 ASIO_DECL void* asio_detail_posix_thread_function(void* arg); 45 ASIO_DECL ~posix_thread(); 48 ASIO_DECL void join(); 85 ASIO_DECL void start_thread(func_base* arg);
|
D | reactive_socket_service_base.hpp | 59 ASIO_DECL reactive_socket_service_base( 63 ASIO_DECL void shutdown_service(); 66 ASIO_DECL void construct(base_implementation_type& impl); 69 ASIO_DECL void base_move_construct(base_implementation_type& impl, 73 ASIO_DECL void base_move_assign(base_implementation_type& impl, 78 ASIO_DECL void destroy(base_implementation_type& impl); 87 ASIO_DECL asio::error_code close( 97 ASIO_DECL asio::error_code cancel( 407 ASIO_DECL asio::error_code do_open( 412 ASIO_DECL asio::error_code do_assign( [all …]
|
D | config.hpp | 29 # define ASIO_DECL inline macro 32 #if !defined(ASIO_DECL) 33 # define ASIO_DECL macro
|
D | throw_error.hpp | 23 ASIO_DECL void do_throw_error(const asio::error_code& err); 25 ASIO_DECL void do_throw_error(const asio::error_code& err,
|
D | posix_mutex.hpp | 37 ASIO_DECL posix_mutex();
|
D | posix_tss_ptr.hpp | 28 ASIO_DECL void posix_tss_ptr_create(pthread_key_t& key);
|
D | posix_event.hpp | 33 ASIO_DECL posix_event();
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | io_service.hpp | 190 ASIO_DECL io_service(); 199 ASIO_DECL explicit io_service(std::size_t concurrency_hint); 233 ASIO_DECL ~io_service(); 261 ASIO_DECL std::size_t run(); 289 ASIO_DECL std::size_t run(asio::error_code& ec); 305 ASIO_DECL std::size_t run_one(); 321 ASIO_DECL std::size_t run_one(asio::error_code& ec); 333 ASIO_DECL std::size_t poll(); 345 ASIO_DECL std::size_t poll(asio::error_code& ec); 357 ASIO_DECL std::size_t poll_one(); [all …]
|
D | handler_alloc_hook.hpp | 54 ASIO_DECL void* asio_handler_allocate( 67 ASIO_DECL void asio_handler_deallocate(
|
D | error.hpp | 198 extern ASIO_DECL 201 extern ASIO_DECL 205 extern ASIO_DECL
|
D | error_code.hpp | 28 extern ASIO_DECL const error_category& system_category();
|
/external/parameter-framework/asio-1.10.6/include/asio/local/detail/ |
D | endpoint.hpp | 34 ASIO_DECL endpoint(); 37 ASIO_DECL endpoint(const char* path_name); 40 ASIO_DECL endpoint(const std::string& path_name); 77 ASIO_DECL void resize(std::size_t size); 86 ASIO_DECL std::string path() const; 89 ASIO_DECL void path(const char* p); 92 ASIO_DECL void path(const std::string& p); 95 ASIO_DECL friend bool operator==( 99 ASIO_DECL friend bool operator<( 114 ASIO_DECL void init(const char* path, std::size_t path_length);
|
/external/parameter-framework/asio-1.10.6/include/asio/ip/detail/ |
D | endpoint.hpp | 33 ASIO_DECL endpoint(); 36 ASIO_DECL endpoint(int family, unsigned short port_num); 39 ASIO_DECL endpoint(const asio::ip::address& addr, 77 ASIO_DECL void resize(std::size_t new_size); 86 ASIO_DECL unsigned short port() const; 89 ASIO_DECL void port(unsigned short port_num); 92 ASIO_DECL asio::ip::address address() const; 95 ASIO_DECL void address(const asio::ip::address& addr); 98 ASIO_DECL friend bool operator==( 102 ASIO_DECL friend bool operator<(
|
/external/parameter-framework/asio-1.10.6/include/asio/generic/detail/ |
D | endpoint.hpp | 31 ASIO_DECL endpoint(); 34 ASIO_DECL endpoint(const void* sock_addr, 85 ASIO_DECL void resize(std::size_t size); 94 ASIO_DECL friend bool operator==( 98 ASIO_DECL friend bool operator<( 116 ASIO_DECL void init(const void* sock_addr,
|