Searched refs:c_flags (Results 1 – 7 of 7) sorted by relevance
102 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()
83 int c_flags; /* state of this entry */ member107 #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)
3 string(REPLACE " " ";" c_flags "${WARNCFLAGS}")4 add_compile_options(${c_flags})
194 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()
188 c_flags: '-DGST_USE_UNSTABLE_API',227 c_flags: '-DGST_USE_UNSTABLE_API',
101 unsigned int c_flags; member
73 (c->c_flags->cf_flags & PyCF_ALLOW_TOP_LEVEL_AWAIT) \222 PyCompilerFlags *c_flags; member435 c.c_flags = flags; in _PyAST_Compile()6826 flags |= (c->c_flags->cf_flags & PyCF_MASK); in compute_code_flags()