Home
last modified time | relevance | path

Searched refs:old_params (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhttp.c915 AVDictionary *old_params = NULL; in parse_cookie() local
916 if (!parse_set_cookie(p, &old_params)) { in parse_cookie()
917 e2 = av_dict_get(old_params, "expires", NULL, 0); in parse_cookie()
923 av_dict_free(&old_params); in parse_cookie()
929 av_dict_free(&old_params); in parse_cookie()
/third_party/python/Lib/
Dinspect.py1894 old_params = wrapped_sig.parameters
1895 new_params = OrderedDict(old_params.items())
1911 for param_name, param in old_params.items():
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.c3280 struct hostapd_freq_params *old_params) in hostapd_change_config_freq() argument
3298 if (old_params && in hostapd_change_config_freq()
3299 hostapd_set_freq_params(old_params, conf->hw_mode, in hostapd_change_config_freq()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.c3431 struct hostapd_freq_params *old_params) in hostapd_change_config_freq() argument
3449 if (old_params && in hostapd_change_config_freq()
3450 hostapd_set_freq_params(old_params, conf->hw_mode, in hostapd_change_config_freq()