Home
last modified time | relevance | path

Searched refs:hostbuf (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dnetwork.c337 char hostbuf[100], portbuf[20]; in print_address_list() local
341 hostbuf, sizeof(hostbuf), portbuf, sizeof(portbuf), in print_address_list()
343 av_log(ctx, AV_LOG_DEBUG, "Address %s port %s\n", hostbuf, portbuf); in print_address_list()
413 char errbuf[100], hostbuf[100], portbuf[20]; in ff_connect_parallel() local
429 hostbuf, sizeof(hostbuf), portbuf, sizeof(portbuf), in ff_connect_parallel()
432 hostbuf, portbuf); in ff_connect_parallel()
486 hostbuf, sizeof(hostbuf), portbuf, sizeof(portbuf), in ff_connect_parallel()
489 hostbuf, portbuf); in ff_connect_parallel()
501 hostbuf, sizeof(hostbuf), portbuf, sizeof(portbuf), in ff_connect_parallel()
505 "failed: %s\n", hostbuf, portbuf, errbuf); in ff_connect_parallel()
/third_party/node/src/
Dnode_report_utils.cc25 char hostbuf[INET6_ADDRSTRLEN]; in ReportEndpoint() local
40 if (uv_inet_ntop(family, src, hostbuf, sizeof(hostbuf)) == 0) { in ReportEndpoint()
41 host = hostbuf; in ReportEndpoint()
/third_party/node/deps/cares/
Dacinclude.m4710 char hostbuf[NI_MAXHOST];
713 GETNAMEINFO_TYPE_ARG46 hostlen = (GETNAMEINFO_TYPE_ARG46)sizeof(hostbuf);
725 rc = getnameinfo((GETNAMEINFO_TYPE_ARG1)&sa, salen, hostbuf, hostlen, NULL, 0, flags);