Home
last modified time | relevance | path

Searched +defs:m +defs:linger (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/cvsd/cvsd-1.0.24/
H A Dcvsd.c318 long m; in handleconnection() local
446 struct linger { in listenonaddresses() struct
447 int l_onoff; /* linger active */ in listenonaddresses()
448 int l_linger; /* how many seconds to linger for */ in listenonaddresses()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netbt/
H A Dl2cap_upper.c238 l2cap_disconnect_pcb(struct l2cap_channel *chan, int linger) in l2cap_disconnect_pcb()
397 l2cap_send_pcb(struct l2cap_channel *chan, struct mbuf *m) in l2cap_send_pcb()
H A Dsco_upper.c201 sco_disconnect_pcb(struct sco_pcb *pcb, int linger) in sco_disconnect_pcb()
274 sco_send_pcb(struct sco_pcb *pcb, struct mbuf *m) in sco_send_pcb()
H A Drfcomm_upper.c223 rfcomm_disconnect_pcb(struct rfcomm_dlc *dlc, int linger) in rfcomm_disconnect_pcb()
394 rfcomm_send_pcb(struct rfcomm_dlc *dlc, struct mbuf *m) in rfcomm_send_pcb()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-alloc.c126 typedef struct linger struct
127 { struct linger *next; argument
129 } linger; typedef
205 linger(linger_list** list, void (*unalloc)(void *), void *object) in linger() function
832 word r, m; in put_int64() local
906 word m = mkStrHdr(lw, pad); in allocString() local
978 word m = *p; in getCharsString__LD() local
999 word m = *p; in getCharsWString__LD() local
1031 word m = mkIndHdr(WORDS_PER_DOUBLE, TAG_FLOAT); in put_double() local
1117 word m = *pc++; in globalIndirectFromCode() local
/dports/devel/dee/dee-1.2.7/tools/
H A Ddee-tool.c28 static gboolean linger; variable
135 DeeSharedModel *m; in dump_model() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/httpclient/
H A DProxyServer.java342 … var linger = clientSocket.getOption(StandardSocketOptions.SO_LINGER); in init() local
421 var linger = clientSocket.getOption(StandardSocketOptions.SO_LINGER); in closeConnection() local
476 int m = cmdline.indexOf(' '); in shouldCloseAfter407() local
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dplaysingle_controller.cpp233 for(const config &m : level.child_range("music")) { in play_scenario() local
478 void playsingle_controller::linger() in linger() function in playsingle_controller
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/com/sun/mail/util/
H A DWriteTimeoutSocket.java186 public void setSoLinger(boolean on, int linger) throws SocketException { in setSoLinger()
350 Method m = Socket.class.getDeclaredMethod("getFileDescriptor$"); in getFileDescriptor$() local
/dports/net/czmq/czmq-4.1.1/src/
H A Dzsys.c121 # define ZMUTEX_INIT(m) pthread_mutex_init (&m, NULL); argument
122 # define ZMUTEX_LOCK(m) pthread_mutex_lock (&m); argument
123 # define ZMUTEX_UNLOCK(m) pthread_mutex_unlock (&m); argument
124 # define ZMUTEX_DESTROY(m) pthread_mutex_destroy (&m); argument
127 # define ZMUTEX_INIT(m) InitializeCriticalSection (&m); argument
128 # define ZMUTEX_LOCK(m) EnterCriticalSection (&m); argument
129 # define ZMUTEX_UNLOCK(m) LeaveCriticalSection (&m); argument
130 # define ZMUTEX_DESTROY(m) DeleteCriticalSection (&m); argument
1622 zsys_set_linger (size_t linger)
/dports/net/czmq4/czmq-4.2.1/src/
H A Dzsys.c129 # define ZMUTEX_INIT(m) pthread_mutex_init (&m, NULL); argument
130 # define ZMUTEX_LOCK(m) pthread_mutex_lock (&m); argument
131 # define ZMUTEX_UNLOCK(m) pthread_mutex_unlock (&m); argument
132 # define ZMUTEX_DESTROY(m) pthread_mutex_destroy (&m); argument
135 # define ZMUTEX_INIT(m) InitializeCriticalSection (&m); argument
136 # define ZMUTEX_LOCK(m) EnterCriticalSection (&m); argument
137 # define ZMUTEX_UNLOCK(m) LeaveCriticalSection (&m); argument
138 # define ZMUTEX_DESTROY(m) DeleteCriticalSection (&m); argument
1966 zsys_set_linger (size_t linger)
/dports/audio/snd/snd-21.2/tools/
H A Dsam.c661 static void print_mod_read_name(int m) in print_mod_read_name()
792 modifier *m; in process_mod() local
1175 static void linger(int time) in linger() function
2148 modifier *m; in mm_command() local
2235 modifier *m; in ml_command() local
2275 static const char *mode_name(int m) in mode_name()
2309 modifier *m; in mmode_command() local
2407 modifier *m; in mrm_command() local
2737 modifier *m; in dump_patch() local
/dports/net/yate/yate-6.4.0-1/modules/server/
H A Dsigtransport.cpp381 Message m("socket.sctp"); in init() local
765 Message m("socket.sctp"); in bindSocket() local
834 int linger = m_config.getIntValue("linger",0); in bindSocket() local
890 Message m("socket.sctp"); in connectSocket() local
1071 Message m("socket.sctp"); in addSocket() local
/dports/www/p5-Feersum/Feersum-1.410/
H A DFeersum.xs306 struct iomatrix *m; in next_iomatrix() local
339 struct iomatrix *m = next_iomatrix(c); in add_sv_to_wbuf() local
391 struct iomatrix *m = next_iomatrix(c); in add_const_to_wbuf() local
403 struct iomatrix *m = next_iomatrix(c); in add_placeholder_to_wbuf() local
545 struct linger linger = { .l_onoff = 0, .l_linger = 0 }; in prep_socket() local
807 struct iomatrix *m; in try_conn_write() local
2712 struct iomatrix *m; in DESTROY() local
/dports/net/yate/yate-6.4.0-1/modules/
H A Dysipchan.cpp2381 ObjList* m = methods.split(','); in set() local
3152 void YateSIPTransport::resetSocket(Socket*& sock, int linger) in resetSocket()
4894 Message m("user.auth"); in checkUser() local
6635 Message* m = m_route; in startRouter() local
6760 SIPMessage* m = createDlgMsg("BYE"); in hangup() local
6938 Message m("chan.rtp"); in mediaChanged() local
7218 Message* m = message(name); in process() local
7293 Message* m = message("call.update"); in processTransaction2() local
7882 Message* m = message("chan.text"); in doMessage() local
8889 SIPMessage* m = buildRegister(0); in logout() local
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dwinduprobot.c1514 GLfloat linger = 3; in tick_walker() local
1651 GLfloat m[4][4]; in draw_walker() local
2086 GLfloat m[4][4]; in draw_label() local
2412 GLdouble m[16], p[16]; in draw_robot() local
H A Dsplitflap.c111 int linger; member
1041 XCharStruct m; in draw_colon() local
/dports/multimedia/libv4l/linux-5.13-rc2/net/ceph/
H A Dosd_client.c554 bool linger = req->r_linger; in request_reinit() local
2777 DEFINE_RB_INSDEL_FUNCS(linger, struct ceph_osd_linger_request, linger_id, node) in DEFINE_RB_INSDEL_FUNCS() argument
3571 static int decode_MOSDOpReply(const struct ceph_msg *msg, struct MOSDOpReply *m) in decode_MOSDOpReply()
3655 struct MOSDOpReply m; in handle_reply() local
4208 static int decode_MOSDBackoff(const struct ceph_msg *msg, struct MOSDBackoff *m) in decode_MOSDBackoff()
4296 static void handle_backoff_block(struct ceph_osd *osd, struct MOSDBackoff *m) in handle_backoff_block()
4356 const struct MOSDBackoff *m) in handle_backoff_unblock()
4416 struct MOSDBackoff m; in handle_backoff() local
5454 struct ceph_msg *m = NULL; in get_reply() local
5512 struct ceph_msg *m; in alloc_msg_with_page_vector() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ceph/
H A Dosd_client.c554 bool linger = req->r_linger; in request_reinit() local
2777 DEFINE_RB_INSDEL_FUNCS(linger, struct ceph_osd_linger_request, linger_id, node) in DEFINE_RB_INSDEL_FUNCS() argument
3571 static int decode_MOSDOpReply(const struct ceph_msg *msg, struct MOSDOpReply *m) in decode_MOSDOpReply()
3655 struct MOSDOpReply m; in handle_reply() local
4208 static int decode_MOSDBackoff(const struct ceph_msg *msg, struct MOSDBackoff *m) in decode_MOSDBackoff()
4296 static void handle_backoff_block(struct ceph_osd *osd, struct MOSDBackoff *m) in handle_backoff_block()
4356 const struct MOSDBackoff *m) in handle_backoff_unblock()
4416 struct MOSDBackoff m; in handle_backoff() local
5454 struct ceph_msg *m = NULL; in get_reply() local
5512 struct ceph_msg *m; in alloc_msg_with_page_vector() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ceph/
H A Dosd_client.c554 bool linger = req->r_linger; in request_reinit() local
2777 DEFINE_RB_INSDEL_FUNCS(linger, struct ceph_osd_linger_request, linger_id, node) in DEFINE_RB_INSDEL_FUNCS() argument
3571 static int decode_MOSDOpReply(const struct ceph_msg *msg, struct MOSDOpReply *m) in decode_MOSDOpReply()
3655 struct MOSDOpReply m; in handle_reply() local
4208 static int decode_MOSDBackoff(const struct ceph_msg *msg, struct MOSDBackoff *m) in decode_MOSDBackoff()
4296 static void handle_backoff_block(struct ceph_osd *osd, struct MOSDBackoff *m) in handle_backoff_block()
4356 const struct MOSDBackoff *m) in handle_backoff_unblock()
4416 struct MOSDBackoff m; in handle_backoff() local
5454 struct ceph_msg *m = NULL; in get_reply() local
5512 struct ceph_msg *m; in alloc_msg_with_page_vector() local
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dsocket_base.cpp269 mailbox_t *m = new (std::nothrow) mailbox_t (); in socket_base_t() local
1842 int linger = 0; local
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dsocket_base.cpp269 mailbox_t *m = new (std::nothrow) mailbox_t (); in socket_base_t() local
1842 int linger = 0; local
/dports/games/spring/spring_98.0/tools/pr-downloader/src/lib/soap/
H A Dstdsoap2.cpp1749 { register int m = *s++; in soap_puthex() local
1856 register unsigned long m; in soap_putbase64() local
3756 { struct linger linger; in tcp_connect() local
4848 { struct linger linger; in soap_accept() local
12950 { int h = 0, m = 0; in soap_s2dateTime() local
13789 register size_t i, m = 0; in soap_get_mime_attachment() local
14465 { soap_mode m = soap->imode; in soap_begin_recv() local
15034 register unsigned long m; in soap_s2base64() local
15076 register unsigned long m; in soap_base642s() local
15162 { register int m = *s++; in soap_s2hex() local
[all …]
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/lib/soap/
H A Dstdsoap2.cpp1749 { register int m = *s++; in soap_puthex() local
1856 register unsigned long m; in soap_putbase64() local
3756 { struct linger linger; in tcp_connect() local
4848 { struct linger linger; in soap_accept() local
12950 { int h = 0, m = 0; in soap_s2dateTime() local
13789 register size_t i, m = 0; in soap_get_mime_attachment() local
14465 { soap_mode m = soap->imode; in soap_begin_recv() local
15034 register unsigned long m; in soap_s2base64() local
15076 register unsigned long m; in soap_base642s() local
15162 { register int m = *s++; in soap_s2hex() local
[all …]
/dports/net/fbzmq/fbzmq-2021.12.27.00/fbzmq/zmq/tests/
H A DSocketTest.cpp158 int linger{1}; in TEST() local
1349 const auto m = client.recvOne().value().read<uint32_t>().value(); in TEST() local

12