Searched refs:outbuf (Results 1 – 1 of 1) sorted by relevance
146 struct alloc_buffer outbuf; in gethostbyname3_multi() local149 outbuf = alloc_buffer_create (bufferend, buffer + buflen - bufferend); in gethostbyname3_multi()200 target = alloc_buffer_alloc (&outbuf, struct in_addr); in gethostbyname3_multi()205 target = alloc_buffer_alloc (&outbuf, struct in6_addr); in gethostbyname3_multi()228 alloc_buffer_copy_string (&outbuf, alias)); in gethostbyname3_multi()239 alloc_buffer_copy_string (&outbuf, new_name)); in gethostbyname3_multi()253 if (alloc_buffer_has_failed (&outbuf)) in gethostbyname3_multi()289 (&outbuf, char *, addresses_count + 1); in gethostbyname3_multi()291 (&outbuf, char *, aliases_count + 1); in gethostbyname3_multi()
Completed in 4 milliseconds