Home
last modified time | relevance | path

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

/external/jetty/src/java/org/eclipse/jetty/server/
DDispatcher.java134 MultiMap old_params=baseRequest.getParameters(); in include() local
148 if (old_params==null) in include()
151 old_params=baseRequest.getParameters(); in include()
157 if (old_params!=null && old_params.size()>0) in include()
160 Iterator iter = old_params.entrySet().iterator(); in include()
190 baseRequest.setParameters(old_params); in include()
221 MultiMap<String> old_params=baseRequest.getParameters(); in forward() local
238 if (old_params==null) in forward()
241 old_params=baseRequest.getParameters(); in forward()
290 baseRequest.setParameters(old_params); in forward()
/external/wpa_supplicant_8/src/ap/
Dhostapd.c2859 struct hostapd_freq_params *old_params) in hostapd_change_config_freq() argument
2873 if (old_params && in hostapd_change_config_freq()
2874 hostapd_set_freq_params(old_params, conf->hw_mode, in hostapd_change_config_freq()