Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c661 hostent * result_buf, in _nss_mdns_gethostbyname_r()
685 hostent * result_buf, in _nss_mdns_gethostbyname2_r()
710 hostent * result_buf, in _nss_mdns_gethostbyaddr_r()
785 hostent * result_buf, in mdns_gethostbyname2()
1499 hostent * result_buf, in init_result()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp715 uint8_t* result_buf = FX_Alloc(uint8_t, dest_size); in FlateUncompress() local