Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 6 of 6) sorted by relevance

/net-tools-3.5.0/
Dmonitor_15_4.c204 static gboolean fifo_handler1(GIOChannel *channel, GIOCondition cond, in fifo_handler1() argument
212 if (cond & (G_IO_NVAL | G_IO_ERR | G_IO_HUP)) { in fifo_handler1()
283 static gboolean fifo_handler2(GIOChannel *channel, GIOCondition cond, in fifo_handler2() argument
291 if (cond & (G_IO_NVAL | G_IO_ERR | G_IO_HUP)) { in fifo_handler2()
/net-tools-3.5.0/virtual-hub/src/
Dhub.c134 GIOCondition cond, in fifo_handler() argument
142 if (cond & (G_IO_NVAL | G_IO_ERR | G_IO_HUP)) { in fifo_handler()
/net-tools-3.5.0/tinydtls-0.8.2/
Duthash.h842 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument
854 if (cond(_elt)) { \
/net-tools-3.5.0/libcoap/include/coap/
Duthash.h825 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument
837 if (cond(_elt)) { \
/net-tools-3.5.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile544 # and \cond section-label ... \endcond blocks.
/net-tools-3.5.0/libcoap/doc/
DDoxyfile.in617 # sections, marked by \if <section_label> ... \endif and \cond <section_label>