Home
last modified time | relevance | path

Searched refs:server_url (Results 1 - 10 of 10) sorted by relevance

/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c1171 char *server_url = strtok_r(server_urls, url_delim, &strtok_saveptr); in debuginfod_query_server() local
1175 while (server_url != NULL) in debuginfod_query_server()
1179 if (strlen(server_url) > 1 && server_url[strlen(server_url)-1] == '/') in debuginfod_query_server()
1185 if (asprintf(&tmp_url, "%s%s", server_url, slashbuildid) == -1) in debuginfod_query_server()
1220 server_url = strtok_r(NULL, url_delim, &strtok_saveptr); in debuginfod_query_server()
1284 if ((server_url = server_url_list[i]) == NULL) in debuginfod_query_server()
1287 dprintf (vfd, "init server %d %s\n", i, server_url); in debuginfod_query_server()
1303 snprintf(data[i].url, PATH_MAX, "%s/%s/%s/%s", server_url, in debuginfod_query_server()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dspp_client.c794 os_free(ctx->server_url); in spp_sub_rem()
795 ctx->server_url = os_strdup(address); in spp_sub_rem()
941 os_free(ctx->server_url); in spp_pol_upd()
942 ctx->server_url = os_strdup(address); in spp_pol_upd()
966 os_free(ctx->server_url); in cmd_prov()
967 ctx->server_url = os_strdup(url); in cmd_prov()
988 os_free(ctx->server_url); in cmd_sim_prov()
989 ctx->server_url = os_strdup(url); in cmd_sim_prov()
H A Dosu_client.h39 char *server_url; member
H A Doma_dm_client.c956 os_free(ctx->server_url); in oma_dm_send_recv()
957 ctx->server_url = os_strdup(url); in oma_dm_send_recv()
H A Dosu_client.c2913 !ctx->no_osu_cert_validation, ctx->server_url); in osu_cert_cb()
2915 host = get_hostname(ctx->server_url); in osu_cert_cb()
3118 os_free(ctx->server_url); in deinit_ctx()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dspp_client.c794 os_free(ctx->server_url); in spp_sub_rem()
795 ctx->server_url = os_strdup(address); in spp_sub_rem()
941 os_free(ctx->server_url); in spp_pol_upd()
942 ctx->server_url = os_strdup(address); in spp_pol_upd()
966 os_free(ctx->server_url); in cmd_prov()
967 ctx->server_url = os_strdup(url); in cmd_prov()
988 os_free(ctx->server_url); in cmd_sim_prov()
989 ctx->server_url = os_strdup(url); in cmd_sim_prov()
H A Dosu_client.h39 char *server_url; member
H A Doma_dm_client.c956 os_free(ctx->server_url); in oma_dm_send_recv()
957 ctx->server_url = os_strdup(url); in oma_dm_send_recv()
H A Dosu_client.c2915 !ctx->no_osu_cert_validation, ctx->server_url); in osu_cert_cb()
2917 host = get_hostname(ctx->server_url); in osu_cert_cb()
3120 os_free(ctx->server_url); in deinit_ctx()
/third_party/python/Lib/test/
H A Dtest_urllib2_localnet.py296 self.server_url = 'http://127.0.0.1:%s' % self.server.port
309 ah.add_password(self.REALM, self.server_url, self.USER, self.PASSWD)
312 self.assertTrue(urllib.request.urlopen(self.server_url))
314 self.fail("Basic auth failed for the url: %s" % self.server_url)
318 ah.add_password(self.REALM, self.server_url, self.USER, self.INCORRECT_PASSWD)
320 self.assertRaises(urllib.error.HTTPError, urllib.request.urlopen, self.server_url)

Completed in 18 milliseconds