Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/printbackends/cups/
H A Dgtkprintbackendcups.c942 char dispatch_hostname[HTTP_MAX_URI]; in gtk_print_backend_cups_set_password() local
979 httpGetHostname (dispatch->request->http, dispatch_hostname, sizeof (dispatch_hostname)); in gtk_print_backend_cups_set_password()
980 if (is_address_local (dispatch_hostname)) in gtk_print_backend_cups_set_password()
981 strcpy (dispatch_hostname, "localhost"); in gtk_print_backend_cups_set_password()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/modules/printbackends/cups/
H A Dgtkprintbackendcups.c1047 char dispatch_hostname[HTTP_MAX_URI]; in gtk_print_backend_cups_set_password() local
1083 httpGetHostname (dispatch->request->http, dispatch_hostname, sizeof (dispatch_hostname)); in gtk_print_backend_cups_set_password()
1084 if (is_address_local (dispatch_hostname)) in gtk_print_backend_cups_set_password()
1085 strcpy (dispatch_hostname, "localhost"); in gtk_print_backend_cups_set_password()
/dports/x11-toolkits/gtk40/gtk-4.4.1/modules/printbackends/
H A Dgtkprintbackendcups.c1040 char dispatch_hostname[HTTP_MAX_URI]; in gtk_print_backend_cups_set_password() local
1076 httpGetHostname (dispatch->request->http, dispatch_hostname, sizeof (dispatch_hostname)); in gtk_print_backend_cups_set_password()
1077 if (is_address_local (dispatch_hostname)) in gtk_print_backend_cups_set_password()
1078 strcpy (dispatch_hostname, "localhost"); in gtk_print_backend_cups_set_password()