Home
last modified time | relevance | path

Searched refs:hostbuf (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A 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), portbu in ff_connect_parallel()
[all...]
/third_party/node/src/
H A Dnode_report_utils.cc23 char hostbuf[INET6_ADDRSTRLEN]; in ReportEndpoint() local
38 if (uv_inet_ntop(family, src, hostbuf, sizeof(hostbuf)) == 0) { in ReportEndpoint()
39 host = hostbuf; in ReportEndpoint()

Completed in 2 milliseconds