Searched refs:uri_path (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/krb5/src/lib/krb5/os/ |
H A D | locate_kdc.c | 128 free(list->servers[i].uri_path); in k5_free_serverlist() 178 entry->uri_path = NULL; in add_addr_to_list() 188 k5_transport transport, int family, const char *uri_path, in add_host_to_list() argument 201 if (uri_path != NULL) { in add_host_to_list() 202 entry->uri_path = strdup(uri_path); in add_host_to_list() 203 if (entry->uri_path == NULL) in add_host_to_list() 218 const char **host, const char **uri_path) in parse_uri_if_https() argument 229 *uri_path = cp + 1; in parse_uri_if_https() 293 const char *uri_path = NULL; in locate_srv_conf_1() local 315 parse_uri_if_https(hostspec, &this_transport, &hostspec, &uri_path); in locate_srv_conf_1() [all …]
|
H A D | t_locate_kdc.c | 64 entry->uri_path ? entry->uri_path : ""); in print_addrs()
|
H A D | sendto_kdc.c | 139 const char *uri_path; member 610 const char *uri_path; in make_proxy_request() local 634 uri_path = (state->http.uri_path != NULL) ? state->http.uri_path : ""; in make_proxy_request() 635 k5_buf_add_fmt(&buf, "POST /%s HTTP/1.0\r\n", uri_path); in make_proxy_request() 700 const char *port, const char *uri_path, char **udpbufp) in add_connection() argument 726 state->http.uri_path = uri_path; in add_connection() 842 NULL, NULL, entry->uri_path, udpbufp); in resolve_server() 864 entry->hostname, portbuf, entry->uri_path, in resolve_server() 877 entry->uri_path, udpbufp); in resolve_server()
|
H A D | os-proto.h | 61 char *uri_path; /* Used only if transport is HTTPS */ member
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | http-connect.c | 34 static char* uri_path(struct evhttp_uri *uri, char buffer[URL_MAX]) in uri_path() function 86 uri_path(location, buffer))); in connect_cb()
|
/freebsd/contrib/libevent/sample/ |
H A D | http-connect.c | 34 static char* uri_path(struct evhttp_uri *uri, char buffer[URL_MAX]) in uri_path() function 86 uri_path(location, buffer))); in connect_cb()
|