Home
last modified time | relevance | path

Searched defs:BaseCode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/network/
Dpxe.rs24 pub struct BaseCode { struct
25 revision: u64,
26 start: extern "efiapi" fn(this: &Self, use_ipv6: bool) -> Status,
27 stop: extern "efiapi" fn(this: &Self) -> Status,
28 dhcp: extern "efiapi" fn(this: &Self, sort_offers: bool) -> Status,
29 discover: extern "efiapi" fn(
36 mtftp: unsafe extern "efiapi" fn(
48 udp_write: unsafe extern "efiapi" fn(
61 udp_read: unsafe extern "efiapi" fn(
73 set_ip_filter: extern "efiapi" fn(this: &Self, new_filter: &IpFilter) -> Status,
[all …]
/aosp_15_r20/external/rust/crates/uefi/src/proto/network/
Dpxe.rs24 pub struct BaseCode { struct
25 revision: u64,
26 start: extern "efiapi" fn(this: &Self, use_ipv6: bool) -> Status,
27 stop: extern "efiapi" fn(this: &Self) -> Status,
28 dhcp: extern "efiapi" fn(this: &Self, sort_offers: bool) -> Status,
29 discover: extern "efiapi" fn(
36 mtftp: unsafe extern "efiapi" fn(
48 udp_write: unsafe extern "efiapi" fn(
61 udp_read: unsafe extern "efiapi" fn(
73 set_ip_filter: extern "efiapi" fn(this: &Self, new_filter: &IpFilter) -> Status,
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DDeflateEncoder.cpp999 HRESULT CCoder::BaseCode(ISequentialInStream *inStream, ISequentialOutStream *outStream, in BaseCode() function in NCompress::NDeflate::NEncoder::CCoder