Home
last modified time | relevance | path

Searched refs:clean_close (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/fldiff/fldiff-1.1/
H A DPtProcess.cxx25 void CPtProcess::clean_close(HANDLE& h) { in clean_close() function in CPtProcess
42 clean_close(pin[0]); clean_close(pin[1]); in freeHandles()
43 clean_close(pout[0]); clean_close(pout[1]); in freeHandles()
44 clean_close(perr[0]); clean_close(perr[1]); in freeHandles()
102 clean_close(pin[0]); clean_close(pout[1]); clean_close(perr[1]); in popen()
122 clean_close(perr[0]); in close()
124 clean_close(pin[1]); in close()
125 clean_close(pout[0]); in close()
H A DPtProcess.h51 static void clean_close(HANDLE& h);
/dports/lang/micropython/micropython-1.17/ports/esp32/
H A Dnetwork_ppp.c51 volatile bool clean_close; member
70 self->clean_close = true; in ppp_status_cb()
89 self->clean_close = false; in ppp_make_new()
142 while (!self->clean_close && mp_hal_ticks_ms() - t0 < PPP_CLOSE_TIMEOUT_MS) { in ppp_active()
159 self->clean_close = false; in ppp_active()
/dports/devel/busybee/busybee-releases-0.7.0/
H A Dbusybee_st.h99 void BUSYBEE_HIDDEN handle_identify(channel* chan, bool* need_close, bool* clean_close);
100 void BUSYBEE_HIDDEN handle_fin(channel* chan, bool* need_close, bool* clean_close);
101 void BUSYBEE_HIDDEN handle_ack(channel* chan, bool* need_close, bool* clean_close);
H A Dbusybee_mta.h115 void BUSYBEE_HIDDEN handle_identify(channel* chan, bool* need_close, bool* clean_close);
116 void BUSYBEE_HIDDEN handle_fin(channel* chan, bool* need_close, bool* clean_close);
117 void BUSYBEE_HIDDEN handle_ack(channel* chan, bool* need_close, bool* clean_close);
H A Dbusybee.cc1588 bool clean_close = false; in state_transition() local
1593 handle_identify(chan, &need_close, &clean_close); in state_transition()
1604 bool* clean_close) in handle_identify() argument
1611 *clean_close = false; in handle_identify()
1635 *clean_close = false; in handle_identify()
1648 *clean_close = false; in handle_identify()
1657 *clean_close = false; in handle_identify()
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A Dfluid.cxx1375 clean_close(pin[0]); clean_close(pin[1]); in freeHandles()
1376 clean_close(pout[0]); clean_close(pout[1]); in freeHandles()
1377 clean_close(perr[0]); clean_close(perr[1]); in freeHandles()
1380 static void clean_close(HANDLE& h);
1423 clean_close(pin[0]); clean_close(pout[1]); clean_close(perr[1]); in popen()
1442 clean_close(perr[0]); in close()
1443 clean_close(pin[1]); in close()
1444 clean_close(pout[0]); in close()
1457 void Fl_Process::clean_close(HANDLE& h) { in clean_close() function in Fl_Process
/dports/x11-toolkits/ntk/ntk/fluid/
H A Dfluid.cxx1935 clean_close(pin[0]); clean_close(pin[1]); in freeHandles()
1936 clean_close(pout[0]); clean_close(pout[1]); in freeHandles()
1937 clean_close(perr[0]); clean_close(perr[1]); in freeHandles()
1940 static void clean_close(HANDLE& h);
1983 clean_close(pin[0]); clean_close(pout[1]); clean_close(perr[1]); in popen()
2002 clean_close(perr[0]); in close()
2003 clean_close(pin[1]); in close()
2004 clean_close(pout[0]); in close()
2017 void Fl_Process::clean_close(HANDLE& h) { in clean_close() function in Fl_Process
/dports/math/giacxcas/fltk-1.3.0/fluid/
H A Dfluid.cxx1952 clean_close(pin[0]); clean_close(pin[1]); in freeHandles()
1953 clean_close(pout[0]); clean_close(pout[1]); in freeHandles()
1954 clean_close(perr[0]); clean_close(perr[1]); in freeHandles()
1957 static void clean_close(HANDLE& h);
2000 clean_close(pin[0]); clean_close(pout[1]); clean_close(perr[1]); in popen()
2019 clean_close(perr[0]); in close()
2020 clean_close(pin[1]); in close()
2021 clean_close(pout[0]); in close()
2034 void Fl_Process::clean_close(HANDLE& h) { in clean_close() function in Fl_Process
/dports/games/py-discord.py/discord.py-1.7.3/discord/
H A Dshard.py57 clean_close = 5 variable in EventType
446 elif item.type == EventType.clean_close:
470 self.__queue.put_nowait(EventItem(EventType.clean_close, None, None))
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dwebsocket.rs466 let clean_close = !self.failed; in run_once() localVariable
473 clean_close, in run_once()
/dports/dns/nsd/nsd-4.3.9/
H A Dudb.c141 if(g.clean_close != 1) { in udb_base_create_fd()
143 (int)g.clean_close); in udb_base_create_fd()
212 udb->glob_data->clean_close = 0; in udb_base_create_fd()
269 g.clean_close = 1; in udb_base_create_new()
326 udb->glob_data->clean_close = 1; in udb_base_close()
H A Dudb.h148 uint8_t clean_close; member