Home
last modified time | relevance | path

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

/external/skia/tools/
Dcompare_codereview.py316 def main(control_url, roll_url, verbosity=1): argument
326 control = CodeReviewHTMLParser.parse(control_url)
335 control_name = '[control %s]' % control_url.split('/')[-1]
/external/wpa_supplicant_8/src/wps/
Dwps_er.c172 os_free(ap->control_url); in wps_er_ap_free()
600 ap->control_url = http_link_update( in wps_er_parse_device_description()
602 wpa_printf(MSG_DEBUG, "WPS ER: controlURL='%s'", ap->control_url); in wps_er_parse_device_description()
977 if (sta->ap->control_url == NULL) { in wps_er_sta_send_msg()
983 url = http_client_url_parse(sta->ap->control_url, &dst, &path); in wps_er_sta_send_msg()
1428 if (ap->control_url == NULL) { in wps_er_send_set_sel_reg()
1445 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_send_set_sel_reg()
1708 if (ap->control_url == NULL) { in wps_er_ap_put_message()
1713 url = http_client_url_parse(ap->control_url, &dst, &path); in wps_er_ap_put_message()
1880 if (ap->control_url == NULL) { in wps_er_send_get_device_info()
[all …]
Dwps_er.h58 char *control_url; member