Home
last modified time | relevance | path

Searched defs:result_buf (Results 1 – 8 of 8) 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/openssh/
Dumac.c1047 UINT64 result_buf[STREAMS]; in uhash_update() local
1100 UINT64 result_buf[STREAMS]; in uhash_final() local
/external/python/cpython2/Objects/
Dbufferobject.c529 char *result_buf = (char *)PyMem_Malloc(slicelength); in buffer_subscript() local
Dbytearrayobject.c452 char *result_buf = (char *)PyMem_Malloc(slicelength); in bytearray_subscript() local
Dstringobject.c1310 char* result_buf; in string_subscript() local
Dunicodeobject.c8013 Py_UNICODE* result_buf; in unicode_subscript() local
/external/python/cpython2/Modules/
Dmmapmodule.c798 char *result_buf = (char *)PyMem_Malloc(slicelen); in mmap_subscript() local
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp595 uint8_t* result_buf = FX_Alloc(uint8_t, dest_size); in FlateUncompress() local