Home
last modified time | relevance | path

Searched refs:c_flags (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_callout.c102 if (c->c_flags & SCTP_CALLOUT_PENDING) { in sctp_os_timer_start()
124 c->c_flags = (SCTP_CALLOUT_ACTIVE | SCTP_CALLOUT_PENDING); in sctp_os_timer_start()
139 if (!(c->c_flags & SCTP_CALLOUT_PENDING)) { in sctp_os_timer_stop()
140 c->c_flags &= ~SCTP_CALLOUT_ACTIVE; in sctp_os_timer_stop()
144 c->c_flags &= ~(SCTP_CALLOUT_ACTIVE | SCTP_CALLOUT_PENDING); in sctp_os_timer_stop()
170 c->c_flags &= ~SCTP_CALLOUT_PENDING; in sctp_handle_tick()
Dsctp_callout.h83 int c_flags; /* state of this entry */ member
107 #define SCTP_OS_TIMER_PENDING(tmr) ((tmr)->c_flags & SCTP_CALLOUT_PENDING)
108 #define SCTP_OS_TIMER_ACTIVE(tmr) ((tmr)->c_flags & SCTP_CALLOUT_ACTIVE)
109 #define SCTP_OS_TIMER_DEACTIVATE(tmr) ((tmr)->c_flags &= ~SCTP_CALLOUT_ACTIVE)
/third_party/nghttp2/tests/
DCMakeLists.txt3 string(REPLACE " " ";" c_flags "${WARNCFLAGS}")
4 add_compile_options(${c_flags})
/third_party/libnl/lib/
Dcache.c194 cache->c_flags |= ops->co_flags; in nl_cache_alloc()
616 cache->c_flags |= flags; in nl_cache_set_flags()
941 (cache->c_flags & NL_CACHE_AF_ITER)) in nl_cache_resync()
958 (cache->c_flags & NL_CACHE_AF_ITER)); in nl_cache_resync()
1053 (cache->c_flags & NL_CACHE_AF_ITER)) in nl_cache_refill()
1074 (cache->c_flags & NL_CACHE_AF_ITER)); in nl_cache_refill()
/third_party/gstreamer/gstplugins_bad/docs/
Dmeson.build188 c_flags: '-DGST_USE_UNSTABLE_API',
227 c_flags: '-DGST_USE_UNSTABLE_API',
/third_party/libnl/include/netlink-private/
Dtypes.h101 unsigned int c_flags; member
/third_party/python/Python/
Dcompile.c73 (c->c_flags->cf_flags & PyCF_ALLOW_TOP_LEVEL_AWAIT) \
222 PyCompilerFlags *c_flags; member
435 c.c_flags = flags; in _PyAST_Compile()
6826 flags |= (c->c_flags->cf_flags & PyCF_MASK); in compute_code_flags()