Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp88 // the add_stream function pointer value below. in GetCachedData()
90 llvm::AddStreamFn &add_stream = *add_stream_or_err; in GetCachedData() local
91 // If the "add_stream" is nullptr, then the data was cached and we already in GetCachedData()
93 // the add_stream function it would cause a cache file to get generated in GetCachedData()
96 // "add_stream" in this function. in GetCachedData()
97 if (!add_stream) in GetCachedData()
121 llvm::AddStreamFn &add_stream = *add_stream_or_err; in SetCachedData() local
122 // If the "add_stream" is nullptr, then the data was cached. If it is in SetCachedData()
123 // valid, then if we call the add_stream function with a task it will in SetCachedData()
129 if (add_stream) { in SetCachedData()
[all...]
/freebsd/sys/netinet/
H A Dsctp_output.c12158 uint8_t add_stream, in sctp_send_str_reset_req() argument
12179 (add_stream == 0)) { in sctp_send_str_reset_req()
12245 if ((add_stream & 1) && in sctp_send_str_reset_req()
12265 x = add_stream & 0xfe; in sctp_send_str_reset_req()
12266 add_stream = x; in sctp_send_str_reset_req()
12328 if ((add_stream & 1) && (adding_o > 0)) { in sctp_send_str_reset_req()
12335 if ((add_stream & 2) && (adding_i > 0)) { in sctp_send_str_reset_req()