- nn_allocmsg
void* nn_allocmsg(size_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_bind
int nn_bind(int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_close
int nn_close(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_cmsg_next
nn_cmsghdr* nn_cmsg_next(nn_msghdr* , nn_cmsghdr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_connect
int nn_connect(int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_device
int nn_device(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_errno
int nn_errno()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_freemsg
int nn_freemsg(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_get_statistic
uint64_t nn_get_statistic(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_getsockopt
int nn_getsockopt(int , int , int , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_poll
int nn_poll(nn_pollfd* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_reallocmsg
void* nn_reallocmsg(void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_recv
int nn_recv(int , void* , size_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_recvmsg
int nn_recvmsg(int , nn_msghdr* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_send
int nn_send(int , void* , size_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_sendmsg
int nn_sendmsg(int , nn_msghdr* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_setsockopt
int nn_setsockopt(int , int , int , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_shutdown
int nn_shutdown(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_socket
int nn_socket(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_strerror
const(char)* nn_strerror(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nn_term
void nn_term()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_abort
void nng_aio_abort(nng_aio* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_alloc
int nng_aio_alloc(nng_aio** , void** , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_begin
bool nng_aio_begin(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_cancel
void nng_aio_cancel(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_count
size_t nng_aio_count(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_defer
void nng_aio_defer(nng_aio* , nng_aio_cancelfn , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_finish
void nng_aio_finish(nng_aio* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_free
void nng_aio_free(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_get_input
void* nng_aio_get_input(nng_aio* , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_get_msg
nng_msg* nng_aio_get_msg(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_get_output
void* nng_aio_get_output(nng_aio* , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_result
int nng_aio_result(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_set_input
int nng_aio_set_input(nng_aio* , uint , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_set_iov
int nng_aio_set_iov(nng_aio* , uint , nng_iov* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_set_msg
void nng_aio_set_msg(nng_aio* , nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_set_output
int nng_aio_set_output(nng_aio* , uint , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_set_timeout
void nng_aio_set_timeout(nng_aio* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_stop
void nng_aio_stop(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_wait
void nng_aio_wait(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_alloc
void* nng_alloc(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_bus0_open
int nng_bus0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_bus0_open_raw
int nng_bus0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_clock
nng_time nng_clock()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_close
int nng_close(nng_socket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_closeall
void nng_closeall()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_close
int nng_ctx_close(nng_ctx )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get
int nng_ctx_get(nng_ctx , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_addr
int nng_ctx_get_addr(nng_ctx , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_bool
int nng_ctx_get_bool(nng_ctx , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_int
int nng_ctx_get_int(nng_ctx , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_ms
int nng_ctx_get_ms(nng_ctx , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_ptr
int nng_ctx_get_ptr(nng_ctx , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_size
int nng_ctx_get_size(nng_ctx , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_string
int nng_ctx_get_string(nng_ctx , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_uint64
int nng_ctx_get_uint64(nng_ctx , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_getopt
int nng_ctx_getopt(nng_ctx , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_getopt_bool
int nng_ctx_getopt_bool(nng_ctx , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_getopt_int
int nng_ctx_getopt_int(nng_ctx , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_getopt_ms
int nng_ctx_getopt_ms(nng_ctx , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_getopt_size
int nng_ctx_getopt_size(nng_ctx , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_id
int nng_ctx_id(nng_ctx )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_open
int nng_ctx_open(nng_ctx* , nng_socket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_recv
void nng_ctx_recv(nng_ctx , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_send
void nng_ctx_send(nng_ctx , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set
int nng_ctx_set(nng_ctx , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_addr
int nng_ctx_set_addr(nng_ctx , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_bool
int nng_ctx_set_bool(nng_ctx , const(char)* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_int
int nng_ctx_set_int(nng_ctx , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_ms
int nng_ctx_set_ms(nng_ctx , const(char)* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_ptr
int nng_ctx_set_ptr(nng_ctx , const(char)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_size
int nng_ctx_set_size(nng_ctx , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_string
int nng_ctx_set_string(nng_ctx , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_uint64
int nng_ctx_set_uint64(nng_ctx , const(char)* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_setopt
int nng_ctx_setopt(nng_ctx , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_setopt_bool
int nng_ctx_setopt_bool(nng_ctx , const(char)* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_setopt_int
int nng_ctx_setopt_int(nng_ctx , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_setopt_ms
int nng_ctx_setopt_ms(nng_ctx , const(char)* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_setopt_size
int nng_ctx_setopt_size(nng_ctx , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_cv_alloc
int nng_cv_alloc(nng_cv** , nng_mtx* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_cv_free
void nng_cv_free(nng_cv* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_cv_until
int nng_cv_until(nng_cv* , nng_time )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_cv_wait
void nng_cv_wait(nng_cv* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_cv_wake
void nng_cv_wake(nng_cv* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_cv_wake1
void nng_cv_wake1(nng_cv* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_device
int nng_device(nng_socket , nng_socket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dial
int nng_dial(nng_socket , const(char)* , nng_dialer* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_close
int nng_dialer_close(nng_dialer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_create
int nng_dialer_create(nng_dialer* , nng_socket , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get
int nng_dialer_get(nng_dialer , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_addr
int nng_dialer_get_addr(nng_dialer , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_bool
int nng_dialer_get_bool(nng_dialer , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_int
int nng_dialer_get_int(nng_dialer , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_ms
int nng_dialer_get_ms(nng_dialer , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_ptr
int nng_dialer_get_ptr(nng_dialer , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_size
int nng_dialer_get_size(nng_dialer , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_string
int nng_dialer_get_string(nng_dialer , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_uint64
int nng_dialer_get_uint64(nng_dialer , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_getopt
int nng_dialer_getopt(nng_dialer , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_getopt_bool
int nng_dialer_getopt_bool(nng_dialer , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_getopt_int
int nng_dialer_getopt_int(nng_dialer , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_getopt_ms
int nng_dialer_getopt_ms(nng_dialer , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_getopt_ptr
int nng_dialer_getopt_ptr(nng_dialer , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_getopt_size
int nng_dialer_getopt_size(nng_dialer , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_getopt_sockaddr
int nng_dialer_getopt_sockaddr(nng_dialer , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_getopt_string
int nng_dialer_getopt_string(nng_dialer , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_getopt_uint64
int nng_dialer_getopt_uint64(nng_dialer , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_id
int nng_dialer_id(nng_dialer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set
int nng_dialer_set(nng_dialer , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_addr
int nng_dialer_set_addr(nng_dialer , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_bool
int nng_dialer_set_bool(nng_dialer , const(char)* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_int
int nng_dialer_set_int(nng_dialer , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_ms
int nng_dialer_set_ms(nng_dialer , const(char)* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_ptr
int nng_dialer_set_ptr(nng_dialer , const(char)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_size
int nng_dialer_set_size(nng_dialer , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_string
int nng_dialer_set_string(nng_dialer , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_uint64
int nng_dialer_set_uint64(nng_dialer , const(char)* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_setopt
int nng_dialer_setopt(nng_dialer , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_setopt_bool
int nng_dialer_setopt_bool(nng_dialer , const(char)* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_setopt_int
int nng_dialer_setopt_int(nng_dialer , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_setopt_ms
int nng_dialer_setopt_ms(nng_dialer , const(char)* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_setopt_ptr
int nng_dialer_setopt_ptr(nng_dialer , const(char)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_setopt_size
int nng_dialer_setopt_size(nng_dialer , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_setopt_string
int nng_dialer_setopt_string(nng_dialer , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_setopt_uint64
int nng_dialer_setopt_uint64(nng_dialer , const(char)* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_start
int nng_dialer_start(nng_dialer , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_fini
void nng_fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_free
void nng_free(void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_getopt
int nng_getopt(nng_socket , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_getopt_bool
int nng_getopt_bool(nng_socket , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_getopt_int
int nng_getopt_int(nng_socket , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_getopt_ms
int nng_getopt_ms(nng_socket , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_getopt_ptr
int nng_getopt_ptr(nng_socket , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_getopt_size
int nng_getopt_size(nng_socket , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_getopt_string
int nng_getopt_string(nng_socket , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_getopt_uint64
int nng_getopt_uint64(nng_socket , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_client_alloc
int nng_http_client_alloc(nng_http_client** , nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_client_connect
void nng_http_client_connect(nng_http_client* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_client_free
void nng_http_client_free(nng_http_client* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_client_get_tls
int nng_http_client_get_tls(nng_http_client* , nng_tls_config** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_client_set_tls
int nng_http_client_set_tls(nng_http_client* , nng_tls_config* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_client_transact
void nng_http_client_transact(nng_http_client* , nng_http_req* , nng_http_res* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_conn_close
void nng_http_conn_close(nng_http_conn* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_conn_read
void nng_http_conn_read(nng_http_conn* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_conn_read_all
void nng_http_conn_read_all(nng_http_conn* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_conn_read_req
void nng_http_conn_read_req(nng_http_conn* , nng_http_req* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_conn_read_res
void nng_http_conn_read_res(nng_http_conn* , nng_http_res* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_conn_transact
void nng_http_conn_transact(nng_http_conn* , nng_http_req* , nng_http_res* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_conn_write
void nng_http_conn_write(nng_http_conn* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_conn_write_all
void nng_http_conn_write_all(nng_http_conn* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_conn_write_req
void nng_http_conn_write_req(nng_http_conn* , nng_http_req* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_conn_write_res
void nng_http_conn_write_res(nng_http_conn* , nng_http_res* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_alloc
int nng_http_handler_alloc(nng_http_handler** , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_alloc_directory
int nng_http_handler_alloc_directory(nng_http_handler** , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_alloc_file
int nng_http_handler_alloc_file(nng_http_handler** , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_alloc_redirect
int nng_http_handler_alloc_redirect(nng_http_handler** , const(char)* , uint16_t , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_alloc_static
int nng_http_handler_alloc_static(nng_http_handler** , const(char)* , void* , size_t , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_collect_body
int nng_http_handler_collect_body(nng_http_handler* , bool , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_free
void nng_http_handler_free(nng_http_handler* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_get_data
void* nng_http_handler_get_data(nng_http_handler* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_set_data
int nng_http_handler_set_data(nng_http_handler* , void* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_set_host
int nng_http_handler_set_host(nng_http_handler* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_set_method
int nng_http_handler_set_method(nng_http_handler* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_set_tree
int nng_http_handler_set_tree(nng_http_handler* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_hijack
int nng_http_hijack(nng_http_conn* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_add_header
int nng_http_req_add_header(nng_http_req* , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_alloc
int nng_http_req_alloc(nng_http_req** , nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_copy_data
int nng_http_req_copy_data(nng_http_req* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_del_header
int nng_http_req_del_header(nng_http_req* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_free
void nng_http_req_free(nng_http_req* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_get_data
void nng_http_req_get_data(nng_http_req* , void** , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_get_header
const(char)* nng_http_req_get_header(nng_http_req* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_get_method
const(char)* nng_http_req_get_method(nng_http_req* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_get_uri
const(char)* nng_http_req_get_uri(nng_http_req* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_get_version
const(char)* nng_http_req_get_version(nng_http_req* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_reset
void nng_http_req_reset(nng_http_req* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_set_data
int nng_http_req_set_data(nng_http_req* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_set_header
int nng_http_req_set_header(nng_http_req* , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_set_method
int nng_http_req_set_method(nng_http_req* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_set_uri
int nng_http_req_set_uri(nng_http_req* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_set_version
int nng_http_req_set_version(nng_http_req* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_add_header
int nng_http_res_add_header(nng_http_res* , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_alloc
int nng_http_res_alloc(nng_http_res** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_alloc_error
int nng_http_res_alloc_error(nng_http_res** , uint16_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_copy_data
int nng_http_res_copy_data(nng_http_res* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_del_header
int nng_http_res_del_header(nng_http_res* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_free
void nng_http_res_free(nng_http_res* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_get_data
void nng_http_res_get_data(nng_http_res* , void** , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_get_header
const(char)* nng_http_res_get_header(nng_http_res* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_get_reason
const(char)* nng_http_res_get_reason(nng_http_res* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_get_status
uint16_t nng_http_res_get_status(nng_http_res* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_get_version
const(char)* nng_http_res_get_version(nng_http_res* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_reset
void nng_http_res_reset(nng_http_res* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_set_data
int nng_http_res_set_data(nng_http_res* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_set_header
int nng_http_res_set_header(nng_http_res* , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_set_reason
int nng_http_res_set_reason(nng_http_res* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_set_status
int nng_http_res_set_status(nng_http_res* , uint16_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_set_version
int nng_http_res_set_version(nng_http_res* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_add_handler
int nng_http_server_add_handler(nng_http_server* , nng_http_handler* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_del_handler
int nng_http_server_del_handler(nng_http_server* , nng_http_handler* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_get_addr
int nng_http_server_get_addr(nng_http_server* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_get_tls
int nng_http_server_get_tls(nng_http_server* , nng_tls_config** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_hold
int nng_http_server_hold(nng_http_server** , nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_release
void nng_http_server_release(nng_http_server* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_res_error
int nng_http_server_res_error(nng_http_server* , nng_http_res* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_set_error_file
int nng_http_server_set_error_file(nng_http_server* , uint16_t , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_set_error_page
int nng_http_server_set_error_page(nng_http_server* , uint16_t , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_set_tls
int nng_http_server_set_tls(nng_http_server* , nng_tls_config* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_start
int nng_http_server_start(nng_http_server* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_stop
void nng_http_server_stop(nng_http_server* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_inproc_register
int nng_inproc_register()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ipc_register
int nng_ipc_register()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listen
int nng_listen(nng_socket , const(char)* , nng_listener* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_close
int nng_listener_close(nng_listener )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_create
int nng_listener_create(nng_listener* , nng_socket , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get
int nng_listener_get(nng_listener , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_addr
int nng_listener_get_addr(nng_listener , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_bool
int nng_listener_get_bool(nng_listener , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_int
int nng_listener_get_int(nng_listener , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_ms
int nng_listener_get_ms(nng_listener , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_ptr
int nng_listener_get_ptr(nng_listener , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_size
int nng_listener_get_size(nng_listener , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_string
int nng_listener_get_string(nng_listener , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_uint64
int nng_listener_get_uint64(nng_listener , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_getopt
int nng_listener_getopt(nng_listener , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_getopt_bool
int nng_listener_getopt_bool(nng_listener , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_getopt_int
int nng_listener_getopt_int(nng_listener , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_getopt_ms
int nng_listener_getopt_ms(nng_listener , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_getopt_ptr
int nng_listener_getopt_ptr(nng_listener , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_getopt_size
int nng_listener_getopt_size(nng_listener , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_getopt_sockaddr
int nng_listener_getopt_sockaddr(nng_listener , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_getopt_string
int nng_listener_getopt_string(nng_listener , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_getopt_uint64
int nng_listener_getopt_uint64(nng_listener , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_id
int nng_listener_id(nng_listener )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set
int nng_listener_set(nng_listener , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_addr
int nng_listener_set_addr(nng_listener , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_bool
int nng_listener_set_bool(nng_listener , const(char)* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_int
int nng_listener_set_int(nng_listener , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_ms
int nng_listener_set_ms(nng_listener , const(char)* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_ptr
int nng_listener_set_ptr(nng_listener , const(char)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_size
int nng_listener_set_size(nng_listener , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_string
int nng_listener_set_string(nng_listener , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_uint64
int nng_listener_set_uint64(nng_listener , const(char)* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_setopt
int nng_listener_setopt(nng_listener , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_setopt_bool
int nng_listener_setopt_bool(nng_listener , const(char)* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_setopt_int
int nng_listener_setopt_int(nng_listener , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_setopt_ms
int nng_listener_setopt_ms(nng_listener , const(char)* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_setopt_ptr
int nng_listener_setopt_ptr(nng_listener , const(char)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_setopt_size
int nng_listener_setopt_size(nng_listener , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_setopt_string
int nng_listener_setopt_string(nng_listener , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_setopt_uint64
int nng_listener_setopt_uint64(nng_listener , const(char)* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_start
int nng_listener_start(nng_listener , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_alloc
int nng_msg_alloc(nng_msg** , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_append
int nng_msg_append(nng_msg* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_append_u16
int nng_msg_append_u16(nng_msg* , uint16_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_append_u32
int nng_msg_append_u32(nng_msg* , uint32_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_append_u64
int nng_msg_append_u64(nng_msg* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_body
void* nng_msg_body(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_chop
int nng_msg_chop(nng_msg* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_chop_u16
int nng_msg_chop_u16(nng_msg* , uint16_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_chop_u32
int nng_msg_chop_u32(nng_msg* , uint32_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_chop_u64
int nng_msg_chop_u64(nng_msg* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_clear
void nng_msg_clear(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_dup
int nng_msg_dup(nng_msg** , nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_free
void nng_msg_free(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_get_pipe
nng_pipe nng_msg_get_pipe(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_getopt
int nng_msg_getopt(nng_msg* , int , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header
void* nng_msg_header(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_append
int nng_msg_header_append(nng_msg* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_append_u16
int nng_msg_header_append_u16(nng_msg* , uint16_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_append_u32
int nng_msg_header_append_u32(nng_msg* , uint32_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_append_u64
int nng_msg_header_append_u64(nng_msg* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_chop
int nng_msg_header_chop(nng_msg* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_chop_u16
int nng_msg_header_chop_u16(nng_msg* , uint16_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_chop_u32
int nng_msg_header_chop_u32(nng_msg* , uint32_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_chop_u64
int nng_msg_header_chop_u64(nng_msg* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_clear
void nng_msg_header_clear(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_insert
int nng_msg_header_insert(nng_msg* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_insert_u16
int nng_msg_header_insert_u16(nng_msg* , uint16_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_insert_u32
int nng_msg_header_insert_u32(nng_msg* , uint32_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_insert_u64
int nng_msg_header_insert_u64(nng_msg* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_len
size_t nng_msg_header_len(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_trim
int nng_msg_header_trim(nng_msg* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_trim_u16
int nng_msg_header_trim_u16(nng_msg* , uint16_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_trim_u32
int nng_msg_header_trim_u32(nng_msg* , uint32_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_trim_u64
int nng_msg_header_trim_u64(nng_msg* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_insert
int nng_msg_insert(nng_msg* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_insert_u16
int nng_msg_insert_u16(nng_msg* , uint16_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_insert_u32
int nng_msg_insert_u32(nng_msg* , uint32_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_insert_u64
int nng_msg_insert_u64(nng_msg* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_len
size_t nng_msg_len(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_realloc
int nng_msg_realloc(nng_msg* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_set_pipe
void nng_msg_set_pipe(nng_msg* , nng_pipe )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_trim
int nng_msg_trim(nng_msg* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_trim_u16
int nng_msg_trim_u16(nng_msg* , uint16_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_trim_u32
int nng_msg_trim_u32(nng_msg* , uint32_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_trim_u64
int nng_msg_trim_u64(nng_msg* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msleep
void nng_msleep(nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_mtx_alloc
int nng_mtx_alloc(nng_mtx** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_mtx_free
void nng_mtx_free(nng_mtx* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_mtx_lock
void nng_mtx_lock(nng_mtx* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_mtx_unlock
void nng_mtx_unlock(nng_mtx* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_opts_parse
int nng_opts_parse(int argc, const(char)* argv, nng_optspec* opts, int* val, char** optarg, int* optidx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pair0_open
int nng_pair0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pair0_open_raw
int nng_pair0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pair1_open
int nng_pair1_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pair1_open_raw
int nng_pair1_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_close
int nng_pipe_close(nng_pipe )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_dialer
nng_dialer nng_pipe_dialer(nng_pipe )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get
int nng_pipe_get(nng_pipe , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_addr
int nng_pipe_get_addr(nng_pipe , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_bool
int nng_pipe_get_bool(nng_pipe , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_int
int nng_pipe_get_int(nng_pipe , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_ms
int nng_pipe_get_ms(nng_pipe , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_ptr
int nng_pipe_get_ptr(nng_pipe , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_size
int nng_pipe_get_size(nng_pipe , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_string
int nng_pipe_get_string(nng_pipe , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_uint64
int nng_pipe_get_uint64(nng_pipe , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_getopt
int nng_pipe_getopt(nng_pipe , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_getopt_bool
int nng_pipe_getopt_bool(nng_pipe , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_getopt_int
int nng_pipe_getopt_int(nng_pipe , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_getopt_ms
int nng_pipe_getopt_ms(nng_pipe , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_getopt_ptr
int nng_pipe_getopt_ptr(nng_pipe , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_getopt_size
int nng_pipe_getopt_size(nng_pipe , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_getopt_sockaddr
int nng_pipe_getopt_sockaddr(nng_pipe , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_getopt_string
int nng_pipe_getopt_string(nng_pipe , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_getopt_uint64
int nng_pipe_getopt_uint64(nng_pipe , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_id
int nng_pipe_id(nng_pipe )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_listener
nng_listener nng_pipe_listener(nng_pipe )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_notify
int nng_pipe_notify(nng_socket , nng_pipe_ev , nng_pipe_cb , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_socket
nng_socket nng_pipe_socket(nng_pipe )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pub0_open
int nng_pub0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pub0_open_raw
int nng_pub0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pull0_open
int nng_pull0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pull0_open_raw
int nng_pull0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_push0_open
int nng_push0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_push0_open_raw
int nng_push0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_random
uint32_t nng_random()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_recv
int nng_recv(nng_socket , void* , size_t* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_recv_aio
void nng_recv_aio(nng_socket , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_recvmsg
int nng_recvmsg(nng_socket , nng_msg** , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_rep0_open
int nng_rep0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_rep0_open_raw
int nng_rep0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_req0_open
int nng_req0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_req0_open_raw
int nng_req0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_respondent0_open
int nng_respondent0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_respondent0_open_raw
int nng_respondent0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_send
int nng_send(nng_socket , void* , size_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_send_aio
void nng_send_aio(nng_socket , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_sendmsg
int nng_sendmsg(nng_socket , nng_msg* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_setopt
int nng_setopt(nng_socket , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_setopt_bool
int nng_setopt_bool(nng_socket , const(char)* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_setopt_int
int nng_setopt_int(nng_socket , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_setopt_ms
int nng_setopt_ms(nng_socket , const(char)* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_setopt_ptr
int nng_setopt_ptr(nng_socket , const(char)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_setopt_size
int nng_setopt_size(nng_socket , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_setopt_string
int nng_setopt_string(nng_socket , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_setopt_uint64
int nng_setopt_uint64(nng_socket , const(char)* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_sleep_aio
void nng_sleep_aio(nng_duration , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get
int nng_socket_get(nng_socket , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_addr
int nng_socket_get_addr(nng_socket , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_bool
int nng_socket_get_bool(nng_socket , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_int
int nng_socket_get_int(nng_socket , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_ms
int nng_socket_get_ms(nng_socket , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_ptr
int nng_socket_get_ptr(nng_socket , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_size
int nng_socket_get_size(nng_socket , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_string
int nng_socket_get_string(nng_socket , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_uint64
int nng_socket_get_uint64(nng_socket , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_id
int nng_socket_id(nng_socket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set
int nng_socket_set(nng_socket , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_addr
int nng_socket_set_addr(nng_socket , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_bool
int nng_socket_set_bool(nng_socket , const(char)* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_int
int nng_socket_set_int(nng_socket , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_ms
int nng_socket_set_ms(nng_socket , const(char)* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_ptr
int nng_socket_set_ptr(nng_socket , const(char)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_size
int nng_socket_set_size(nng_socket , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_string
int nng_socket_set_string(nng_socket , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_uint64
int nng_socket_set_uint64(nng_socket , const(char)* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_child
nng_stat* nng_stat_child(nng_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_desc
const(char)* nng_stat_desc(nng_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_find
nng_stat* nng_stat_find(nng_stat* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_find_dialer
nng_stat* nng_stat_find_dialer(nng_stat* , nng_dialer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_find_listener
nng_stat* nng_stat_find_listener(nng_stat* , nng_listener )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_find_socket
nng_stat* nng_stat_find_socket(nng_stat* , nng_socket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_name
const(char)* nng_stat_name(nng_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_next
nng_stat* nng_stat_next(nng_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_string
const(char)* nng_stat_string(nng_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_timestamp
uint64_t nng_stat_timestamp(nng_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_type
int nng_stat_type(nng_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_unit
int nng_stat_unit(nng_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stat_value
uint64_t nng_stat_value(nng_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stats_dump
void nng_stats_dump(nng_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stats_free
void nng_stats_free(nng_stat* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stats_get
int nng_stats_get(nng_stat** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_strdup
char* nng_strdup(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_close
void nng_stream_close(nng_stream* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_alloc
int nng_stream_dialer_alloc(nng_stream_dialer** , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_alloc_url
int nng_stream_dialer_alloc_url(nng_stream_dialer** , nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_close
void nng_stream_dialer_close(nng_stream_dialer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_dial
void nng_stream_dialer_dial(nng_stream_dialer* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_free
void nng_stream_dialer_free(nng_stream_dialer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_get
int nng_stream_dialer_get(nng_stream_dialer* , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_get_addr
int nng_stream_dialer_get_addr(nng_stream_dialer* , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_get_bool
int nng_stream_dialer_get_bool(nng_stream_dialer* , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_get_int
int nng_stream_dialer_get_int(nng_stream_dialer* , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_get_ms
int nng_stream_dialer_get_ms(nng_stream_dialer* , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_get_ptr
int nng_stream_dialer_get_ptr(nng_stream_dialer* , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_get_size
int nng_stream_dialer_get_size(nng_stream_dialer* , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_get_string
int nng_stream_dialer_get_string(nng_stream_dialer* , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_get_uint64
int nng_stream_dialer_get_uint64(nng_stream_dialer* , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_set
int nng_stream_dialer_set(nng_stream_dialer* , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_set_addr
int nng_stream_dialer_set_addr(nng_stream_dialer* , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_set_bool
int nng_stream_dialer_set_bool(nng_stream_dialer* , const(char)* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_set_int
int nng_stream_dialer_set_int(nng_stream_dialer* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_set_ms
int nng_stream_dialer_set_ms(nng_stream_dialer* , const(char)* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_set_ptr
int nng_stream_dialer_set_ptr(nng_stream_dialer* , const(char)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_set_size
int nng_stream_dialer_set_size(nng_stream_dialer* , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_set_string
int nng_stream_dialer_set_string(nng_stream_dialer* , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_dialer_set_uint64
int nng_stream_dialer_set_uint64(nng_stream_dialer* , const(char)* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_free
void nng_stream_free(nng_stream* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_get
int nng_stream_get(nng_stream* , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_get_addr
int nng_stream_get_addr(nng_stream* , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_get_bool
int nng_stream_get_bool(nng_stream* , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_get_int
int nng_stream_get_int(nng_stream* , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_get_ms
int nng_stream_get_ms(nng_stream* , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_get_ptr
int nng_stream_get_ptr(nng_stream* , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_get_size
int nng_stream_get_size(nng_stream* , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_get_string
int nng_stream_get_string(nng_stream* , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_get_uint64
int nng_stream_get_uint64(nng_stream* , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_accept
void nng_stream_listener_accept(nng_stream_listener* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_alloc
int nng_stream_listener_alloc(nng_stream_listener** , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_alloc_url
int nng_stream_listener_alloc_url(nng_stream_listener** , nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_close
void nng_stream_listener_close(nng_stream_listener* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_free
void nng_stream_listener_free(nng_stream_listener* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_get
int nng_stream_listener_get(nng_stream_listener* , const(char)* , void* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_get_addr
int nng_stream_listener_get_addr(nng_stream_listener* , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_get_bool
int nng_stream_listener_get_bool(nng_stream_listener* , const(char)* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_get_int
int nng_stream_listener_get_int(nng_stream_listener* , const(char)* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_get_ms
int nng_stream_listener_get_ms(nng_stream_listener* , const(char)* , nng_duration* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_get_ptr
int nng_stream_listener_get_ptr(nng_stream_listener* , const(char)* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_get_size
int nng_stream_listener_get_size(nng_stream_listener* , const(char)* , size_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_get_string
int nng_stream_listener_get_string(nng_stream_listener* , const(char)* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_get_uint64
int nng_stream_listener_get_uint64(nng_stream_listener* , const(char)* , uint64_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_listen
int nng_stream_listener_listen(nng_stream_listener* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_set
int nng_stream_listener_set(nng_stream_listener* , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_set_addr
int nng_stream_listener_set_addr(nng_stream_listener* , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_set_bool
int nng_stream_listener_set_bool(nng_stream_listener* , const(char)* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_set_int
int nng_stream_listener_set_int(nng_stream_listener* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_set_ms
int nng_stream_listener_set_ms(nng_stream_listener* , const(char)* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_set_ptr
int nng_stream_listener_set_ptr(nng_stream_listener* , const(char)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_set_size
int nng_stream_listener_set_size(nng_stream_listener* , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_set_string
int nng_stream_listener_set_string(nng_stream_listener* , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_listener_set_uint64
int nng_stream_listener_set_uint64(nng_stream_listener* , const(char)* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_recv
void nng_stream_recv(nng_stream* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_send
void nng_stream_send(nng_stream* , nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_set
int nng_stream_set(nng_stream* , const(char)* , void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_set_addr
int nng_stream_set_addr(nng_stream* , const(char)* , nng_sockaddr* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_set_bool
int nng_stream_set_bool(nng_stream* , const(char)* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_set_int
int nng_stream_set_int(nng_stream* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_set_ms
int nng_stream_set_ms(nng_stream* , const(char)* , nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_set_ptr
int nng_stream_set_ptr(nng_stream* , const(char)* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_set_size
int nng_stream_set_size(nng_stream* , const(char)* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_set_string
int nng_stream_set_string(nng_stream* , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_stream_set_uint64
int nng_stream_set_uint64(nng_stream* , const(char)* , uint64_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_strerror
const(char)* nng_strerror(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_strfree
void nng_strfree(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_sub0_open
int nng_sub0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_sub0_open_raw
int nng_sub0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_surveyor0_open
int nng_surveyor0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_surveyor0_open_raw
int nng_surveyor0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tcp_register
int nng_tcp_register()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_thread_create
int nng_thread_create(nng_thread** , void** , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_thread_destroy
void nng_thread_destroy(nng_thread* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_alloc
int nng_tls_config_alloc(nng_tls_config** , nng_tls_mode )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_auth_mode
int nng_tls_config_auth_mode(nng_tls_config* , nng_tls_auth_mode )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_ca_chain
int nng_tls_config_ca_chain(nng_tls_config* , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_ca_file
int nng_tls_config_ca_file(nng_tls_config* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_cert_key_file
int nng_tls_config_cert_key_file(nng_tls_config* , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_free
void nng_tls_config_free(nng_tls_config* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_hold
void nng_tls_config_hold(nng_tls_config* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_key
int nng_tls_config_key(nng_tls_config* , uint8_t* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_own_cert
int nng_tls_config_own_cert(nng_tls_config* , const(char)* , const(char)* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_pass
int nng_tls_config_pass(nng_tls_config* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_server_name
int nng_tls_config_server_name(nng_tls_config* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_register
int nng_tls_register()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_url_clone
int nng_url_clone(nng_url** , nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_url_free
void nng_url_free(nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_url_parse
int nng_url_parse(nng_url** , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_version
const(char)* nng_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ws_register
int nng_ws_register()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_wss_register
int nng_wss_register()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_zt_register
int nng_zt_register()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.