Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
HDDataFileCache.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-13-stable/sys/netinet/
HDsctp_output.c12019 uint8_t add_stream, in sctp_send_str_reset_req() argument
12040 (add_stream == 0)) { in sctp_send_str_reset_req()
12106 if ((add_stream & 1) && in sctp_send_str_reset_req()
12126 x = add_stream & 0xfe; in sctp_send_str_reset_req()
12127 add_stream = x; in sctp_send_str_reset_req()
12189 if ((add_stream & 1) && (adding_o > 0)) { in sctp_send_str_reset_req()
12196 if ((add_stream & 2) && (adding_i > 0)) { in sctp_send_str_reset_req()