Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cs_breadcrumbs.c69 char remote_host[64]; member
101 to_addr.sin_addr.s_addr = inet_addr(ctx->remote_host); in sync_gpu_with_cpu()
168 if (sscanf(breadcrumbs_opt, "%[^:]:%d,break=%u:%u", ctx->remote_host, in tu_breadcrumbs_init()
/third_party/cups-filters/utils/
Dcups-browsed.c5821 const char *remote_host, in get_local_queue_name() argument
5901 strlen(remote_host) + 2) * in get_local_queue_name()
5906 sprintf(backup_queue_name, "%s@%s", queue_name, remote_host); in get_local_queue_name()
9486 char *remote_host = NULL, *pdl = NULL, in examine_discovered_printer_record() local
9514 remote_host = remove_bad_chars(host, 1); in examine_discovered_printer_record()
9580 strrchr(resource, '/') + 1, remote_host); in examine_discovered_printer_record()
9604 strrchr(resource, '/') + 1, remote_host); in examine_discovered_printer_record()
9605 free (remote_host); in examine_discovered_printer_record()
9687 remote_host, &is_cups_queue, NULL); in examine_discovered_printer_record()
9691 if (!matched_filters (local_queue_name, remote_host, port, service_name, in examine_discovered_printer_record()
[all …]
/third_party/python/Doc/library/
Dasyncio-eventloop.rst533 * *remote_addr*, if given, is a ``(remote_host, remote_port)`` tuple used
534 to connect the socket to a remote address. The *remote_host* and