Searched refs:portbuf (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | network.c | 337 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() [all...] |
/third_party/libcoap/examples/lwip/ |
H A D | client-coap.c | 110 char portbuf[8]; in client_coap_init() local 164 snprintf(portbuf, sizeof(portbuf), "%d", uri.port); in client_coap_init() 168 len = resolve_address((const char *)buf, portbuf, &dst, 1 << uri.scheme); in client_coap_init()
|
/third_party/libcoap/examples/riot/examples_libcoap_client/ |
H A D | client-coap.c | 125 char portbuf[8]; in client_coap_init() local 147 snprintf(portbuf, sizeof(portbuf), "%d", uri.port); in client_coap_init() 151 len = resolve_address((const char *)buf, portbuf, &dst, 1 << uri.scheme); in client_coap_init()
|
/third_party/curl/lib/ |
H A D | urlapi.c | 1419 char portbuf[7]; in curl_url_get() local 1469 msnprintf(portbuf, sizeof(portbuf), "%u", h->defport); in curl_url_get() 1470 ptr = portbuf; in curl_url_get() 1526 msnprintf(portbuf, sizeof(portbuf), "%u", h->defport); in curl_url_get() 1527 port = portbuf; in curl_url_get()
|
H A D | asyn-thread.c | 640 WCHAR portbuf[MAX_PORT_LEN]; in init_resolve_thread() local 648 swprintf(portbuf, MAX_PORT_LEN, L"%d", port); in init_resolve_thread() 657 err = Curl_GetAddrInfoExW(namebuf, portbuf, NS_DNS, in init_resolve_thread()
|
H A D | url.c | 2712 char portbuf[16]; local 2715 msnprintf(portbuf, sizeof(portbuf), "%d", conn->remote_port); 2716 uc = curl_url_set(data->state.uh, CURLUPART_PORT, portbuf, 0);
|
Completed in 10 milliseconds