Home
last modified time | relevance | path

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

/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2.h193 std::unordered_map<u64, u32> entry_alloc; variable
/aosp_15_r20/bionic/libc/dns/resolv/
H A Dres_cache.c1215 entry_alloc( const Entry* init, const void* answer, int answerlen ) in entry_alloc() function
/aosp_15_r20/packages/modules/DnsResolver/
Dres_cache.cpp855 static Entry* entry_alloc(const Entry* init, span<const uint8_t> answer) { in entry_alloc() function