Searched defs:result_buf (Results 1 - 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcodec/codec/ |
H A D | 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;
|
/external/mdnsresponder/mDNSPosix/ |
H A D | 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, bu 659 _nss_mdns_gethostbyname_r( const char *name, hostent * result_buf, char *buf, size_t buflen, int *errnop, int *h_errnop ) argument 682 _nss_mdns_gethostbyname2_r( const char *name, int af, hostent * result_buf, char *buf, size_t buflen, int *errnop, int *h_errnop ) argument 706 _nss_mdns_gethostbyaddr_r( const void *addr, socklen_t len, int af, hostent * result_buf, char *buf, size_t buflen, int *errnop, int *h_errnop ) argument 782 mdns_gethostbyname2( const char *name, int af, hostent * result_buf, char *buf, size_t buflen, int *errnop, int *h_errnop ) argument 1497 init_result( result_map_t * result, hostent * result_buf, char * buf, size_t buflen ) argument [all...] |
/external/openssh/ |
H A D | umac.c | 1053 UINT64 result_buf[STREAMS]; local 1054 UINT8 *nh_result = (UINT8 *)&result_buf; 1106 UINT64 result_buf[STREAMS]; local 1107 UINT8 *nh_result = (UINT8 *)&result_buf;
|
Completed in 5570 milliseconds