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/rust/crates/rust-openssl/openssl/src/
Dversion.rs65 pub fn c_flags() -> &'static str { in c_flags() function
109 println!("C flags: '{}'", c_flags()); in test_versions()
129 assert!(c_flags().starts_with("compiler:")); in test_versions()
/third_party/nghttp2/tests/
DCMakeLists.txt3 string(REPLACE " " ";" c_flags "${WARNCFLAGS}")
4 add_compile_options(${c_flags})
/third_party/gstreamer/gstplugins_bad/docs/
Dmeson.build188 c_flags: '-DGST_USE_UNSTABLE_API',
227 c_flags: '-DGST_USE_UNSTABLE_API',
/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()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs382 c_flags: u32,