Searched defs:is_leaf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache_transaction.cc91 // certificate chain, 0 indicating it is the root. |is_leaf| indicates
97 bool is_leaf,
115 if (is_leaf)
127 // certificate chain, 0 indicating it is the root. |is_leaf| indicates
133 bool is_leaf,
151 if (is_leaf)
95 OnCertReadIOComplete( int dist_from_root, bool is_leaf, const scoped_refptr<SharedChainData>& shared_chain_data, net::X509Certificate::OSCertHandle cert_handle) argument
131 OnCertWriteIOComplete( int dist_from_root, bool is_leaf, const scoped_refptr<SharedChainData>& shared_chain_data, const std::string& key) argument
/external/e2fsprogs/e2fsck/
H A Dpass1.c1770 int is_dir, is_leaf; local
1781 is_leaf = extent.e_flags & EXT2_EXTENT_FLAGS_LEAF;
1796 else if (is_leaf && extent.e_len == 0)
1798 else if (is_leaf &&
1802 else if (is_leaf && is_dir &&
1834 if (!is_leaf) {
1942 if (is_leaf && !is_dir &&

Completed in 68 milliseconds