Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c411 hostent * result_buf,
441 hostent * result_buf,
474 hostent * result_buf,
531 hostent * result_buf,
593 hostent * result_buf,
661 hostent * result_buf, in _nss_mdns_gethostbyname_r() argument
676 name, AF_INET, result_buf, buf, buflen, errnop, h_errnop in _nss_mdns_gethostbyname_r()
685 hostent * result_buf, in _nss_mdns_gethostbyname2_r() argument
700 name, af, result_buf, buf, buflen, errnop, h_errnop in _nss_mdns_gethostbyname2_r()
710 hostent * result_buf, in _nss_mdns_gethostbyaddr_r() argument
[all …]
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_flate.cpp715 uint8_t* result_buf = FX_Alloc(uint8_t, dest_size); in FlateUncompress() local
723 FXSYS_memcpy(result_buf + result_pos, tmp_buf, tmp_buf_size); in FlateUncompress()
727 dest_buf = result_buf; in FlateUncompress()