Home
last modified time | relevance | path

Searched defs:raw_host (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dheap-write-barrier.cc83 int WriteBarrier::MarkingFromCode(Address raw_host, Address raw_slot) { in MarkingFromCode()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dverify.rs124 let raw_host = if host.is_empty() { "\0" } else { host }; in set_host() localVariable