Home
last modified time | relevance | path

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

/dports/net/nng/nng-1.5.2/include/nng/protocol/pubsub0/
H A Dpub.h19 NNG_DECL int nng_pub0_open_raw(nng_socket *);
26 #define nng_pub_open_raw nng_pub0_open_raw
/dports/net/nng/nng-1.5.2/docs/man/
H A Dnng_pub_open.3.adoc25 int nng_pub0_open_raw(nng_socket *s);
33 The `nng_pub0_open_raw()` function creates a xref:nng_pub.7.adoc[_pub_] version 0
/dports/net/nng/nng-1.5.2/src/sp/protocol/pubsub0/
H A Dpub.c380 nng_pub0_open_raw(nng_socket *sidp) in nng_pub0_open_raw() function
H A Dpub_test.c308 NUTS_PASS(nng_pub0_open_raw(&s)); in test_pub_cooked()
/dports/net/nng/nng-1.5.2/src/compat/nanomsg/
H A Dnn.c165 .p_open_raw = nng_pub0_open_raw,