Home
last modified time | relevance | path

Searched refs:add_stream (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp90 llvm::AddStreamFn &add_stream = *add_stream_or_err; in GetCachedData() local
97 if (!add_stream) in GetCachedData()
121 llvm::AddStreamFn &add_stream = *add_stream_or_err; in SetCachedData() local
129 if (add_stream) { in SetCachedData()
131 add_stream(task, ""); in SetCachedData()
/freebsd-14.2/sys/netinet/
H A Dsctp_output.c12160 uint8_t add_stream, in sctp_send_str_reset_req() argument
12181 (add_stream == 0)) { in sctp_send_str_reset_req()
12247 if ((add_stream & 1) && in sctp_send_str_reset_req()
12267 x = add_stream & 0xfe; in sctp_send_str_reset_req()
12268 add_stream = x; in sctp_send_str_reset_req()
12330 if ((add_stream & 1) && (adding_o > 0)) { in sctp_send_str_reset_req()
12337 if ((add_stream & 2) && (adding_i > 0)) { in sctp_send_str_reset_req()