Home
last modified time | relevance | path

Searched defs:append_entry (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/bionic/libc/bionic/
H A Datexit.cpp91 bool AtexitArray::append_entry(const AtexitEntry& entry) { in append_entry() function in AtexitArray
/aosp_15_r20/external/iptables/iptables/
H A Dxtables-eb.c116 append_entry(struct nft_handle *h, in append_entry() function
H A Diptables.c206 append_entry(const xt_chainlabel chain, in append_entry() function
H A Dip6tables.c207 append_entry(const xt_chainlabel chain, in append_entry() function
/aosp_15_r20/external/rust/crates/openssl/src/x509/
Dmod.rs1089 pub fn append_entry(&mut self, ne: &X509NameEntryRef) -> std::result::Result<(), ErrorStack> { in append_entry() method