Home
last modified time | relevance | path

Searched refs:nn_list_erase (Results 1 – 15 of 15) sorted by relevance

/dports/net/nanomsg/nanomsg-1.1.5/tests/
H A Dlist.c115 nn_list_erase (&list, &that.item); in main()
149 nn_list_erase (&list, &that.item); in main()
168 nn_list_erase (&list, &that.item); in main()
169 nn_list_erase (&list, &other.item); in main()
189 nn_list_erase (&list, &that.item); in main()
190 nn_list_erase (&list, &other.item); in main()
/dports/net/nanomsg/nanomsg-1.1.5/src/protocols/utils/
H A Dpriolist.c75 nn_list_erase (&slot->pipes, &data->item); in nn_priolist_rm()
81 it = nn_list_erase (&slot->pipes, &data->item); in nn_priolist_rm()
159 it = nn_list_erase (&slot->pipes, &slot->current->item); in nn_priolist_advance()
H A Ddist.c55 nn_list_erase (&self->pipes, &data->item); in nn_dist_rm()
98 it = nn_list_erase (&self->pipes, it); in nn_dist_send()
/dports/net/nanomsg/nanomsg-1.1.5/src/aio/
H A Dtimerset.c77 nn_list_erase (&self->timeouts, &hndl->list); in nn_timerset_rm()
109 nn_list_erase (&self->timeouts, &first->list); in nn_timerset_event()
/dports/net/nanomsg/nanomsg-1.1.5/src/transports/inproc/
H A Dins.c159 nn_list_erase (&self.connected, &item->item); in nn_ins_disconnect()
166 nn_list_erase (&self.bound, &item->item); in nn_ins_unbind()
H A Dbinproc.c164 nn_list_erase (&binproc->sinprocs, &sinproc->item); in nn_binproc_shutdown()
235 nn_list_erase (&binproc->sinprocs, &sinproc->item); in nn_binproc_handler()
H A Dcinproc.c157 nn_list_erase (&cinproc->sinprocs, &sinproc->item); in nn_cinproc_shutdown()
/dports/net/nanomsg/nanomsg-1.1.5/src/utils/
H A Dhash.c77 nn_list_erase (&oldarray [i], &hitm->list); in nn_hash_rehash()
119 nn_list_erase (&self->array [slot], &item->list); in nn_hash_erase()
H A Dlist.h73 struct nn_list_item *nn_list_erase (struct nn_list *self,
H A Dlist.c89 struct nn_list_item *nn_list_erase (struct nn_list *self, in nn_list_erase() function
/dports/net/nanomsg/nanomsg-1.1.5/src/transports/ipc/
H A Dbipc.c198 nn_list_erase (&bipc->aipcs, &aipc->item); in nn_bipc_shutdown()
262 nn_list_erase (&bipc->aipcs, &aipc->item); in nn_bipc_handler()
/dports/net/nanomsg/nanomsg-1.1.5/src/transports/ws/
H A Dbws.c221 nn_list_erase (&bws->awss, &aws->item); in nn_bws_shutdown()
291 nn_list_erase (&bws->awss, &aws->item); in nn_bws_handler()
H A Dsws.c224 nn_list_erase (msg_array, &it->item); in nn_msg_chunk_term()
/dports/net/nanomsg/nanomsg-1.1.5/src/transports/tcp/
H A Dbtcp.c233 nn_list_erase (&btcp->atcps, &atcp->item); in nn_btcp_shutdown()
304 nn_list_erase (&btcp->atcps, &atcp->item); in nn_btcp_handler()
/dports/net/nanomsg/nanomsg-1.1.5/src/core/
H A Dsock.c553 nn_list_erase (&self->eps, &ep->item); in nn_sock_rm_ep()
868 nn_list_erase (&sock->eps, &ep->item); in nn_sock_shutdown()
888 nn_list_erase (&sock->sdeps, &ep->item); in nn_sock_shutdown()
975 nn_list_erase (&sock->sdeps, &ep->item); in nn_sock_handler()