HomeSort by relevance Sort by last modified time
    Searched refs:result_buf (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 397 result_buf:
411 hostent * result_buf,
426 result_buf:
441 hostent * result_buf,
458 result_buf:
474 hostent * result_buf,
531 hostent * result_buf,
593 hostent * result_buf,
661 hostent * result_buf,
676 name, AF_INET, result_buf, buf, buflen, errnop, h_errno
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 715 uint8_t* result_buf = FX_Alloc(uint8_t, dest_size); local
723 FXSYS_memcpy(result_buf + result_pos, tmp_buf, tmp_buf_size);
727 dest_buf = result_buf;

Completed in 120 milliseconds