/third_party/libsoup/libsoup/ |
D | soup-hsts-policy.c | 77 copy->max_age = policy->max_age; in G_DEFINE_BOXED_TYPE() 108 if (policy1->max_age != policy2->max_age) in soup_hsts_policy_equal() 158 unsigned long max_age, in soup_hsts_policy_new() argument 163 if (max_age == SOUP_HSTS_POLICY_MAX_AGE_PAST) { in soup_hsts_policy_new() 169 expires = soup_date_new_from_now (max_age); in soup_hsts_policy_new() 171 return soup_hsts_policy_new_full (domain, max_age, expires, include_subdomains); in soup_hsts_policy_new() 190 unsigned long max_age, in soup_hsts_policy_new_full() argument 210 policy->max_age = max_age; in soup_hsts_policy_new_full() 276 unsigned long max_age; in soup_hsts_policy_new_from_response() local 295 max_age = strtoul (max_age_str, &endptr, 10); in soup_hsts_policy_new_from_response() [all …]
|
D | soup-cookie.c | 225 long max_age = strtol (max_age_str, &mae, 10); in parse_one_cookie() local 227 if (max_age < 0) in parse_one_cookie() 228 max_age = 0; in parse_one_cookie() 229 soup_cookie_set_max_age (cookie, max_age); in parse_one_cookie() 325 int max_age) in cookie_new_internal() argument 334 soup_cookie_set_max_age (cookie, max_age); in cookie_new_internal() 372 int max_age) in soup_cookie_new() argument 386 return cookie_new_internal (name, value, domain, path, max_age); in soup_cookie_new() 563 soup_cookie_set_max_age (SoupCookie *cookie, int max_age) in soup_cookie_set_max_age() argument 568 if (max_age == -1) in soup_cookie_set_max_age() [all …]
|
D | soup-hsts-policy.h | 16 unsigned long max_age; member 29 unsigned long max_age, 33 unsigned long max_age,
|
D | soup-hsts-enforcer-db.c | 151 unsigned long max_age; in query_all_callback() local 165 max_age = strtoul (argv[COL_MAX_AGE], NULL, 10); in query_all_callback() 168 policy = soup_hsts_policy_new_full (host, max_age, expires, include_subdomains); in query_all_callback() 286 new_policy->max_age, in soup_hsts_enforcer_db_changed()
|
D | soup-cookie.h | 51 int max_age); 80 int max_age);
|
D | soup-cookie-jar-db.c | 164 int max_age; in callback() local 178 max_age = (expire_time - now <= G_MAXINT ? expire_time - now : G_MAXINT); in callback() 184 cookie = soup_cookie_new (name, value, host, path, max_age); in callback()
|
D | soup-cookie-jar-text.c | 159 int max_age; in parse_cookie() local 181 max_age = (expire_time - now <= G_MAXINT ? expire_time - now : G_MAXINT); in parse_cookie() 200 cookie = soup_cookie_new (name, value, host, path, max_age); in parse_cookie()
|
D | soup-cache.c | 347 const char *max_age, *s_maxage; in soup_cache_entry_set_freshness() local 372 max_age = g_hash_table_lookup (hash, "max-age"); in soup_cache_entry_set_freshness() 373 if (max_age) in soup_cache_entry_set_freshness() 374 freshness_lifetime = g_ascii_strtoll (max_age, NULL, 10); in soup_cache_entry_set_freshness() 1077 int max_age, max_stale, min_fresh; in soup_cache_has_response() local 1132 max_age = max_stale = min_fresh = -1; in soup_cache_has_response() 1154 max_age = (int)MIN (g_ascii_strtoll (value, NULL, 10), G_MAXINT32); in soup_cache_has_response() 1157 if (!max_age) { in soup_cache_has_response() 1177 if (max_age > 0) { in soup_cache_has_response() 1183 if ((guint) max_age <= current_age && max_stale == -1) in soup_cache_has_response()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_er_ssdp.c | 28 int max_age = -1; in wps_er_ssdp_rx() local 86 max_age = atoi(pos2); in wps_er_ssdp_rx() 116 if (max_age < 1) in wps_er_ssdp_rx() 121 location, inet_ntoa(addr.sin_addr), max_age); in wps_er_ssdp_rx() 123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age); in wps_er_ssdp_rx()
|
D | wps_er.h | 103 const char *location, int max_age);
|
D | wps_er.c | 638 const char *location, int max_age) in wps_er_ap_add() argument 646 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add() 665 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_er_ssdp.c | 28 int max_age = -1; in wps_er_ssdp_rx() local 86 max_age = atoi(pos2); in wps_er_ssdp_rx() 116 if (max_age < 1) in wps_er_ssdp_rx() 121 location, inet_ntoa(addr.sin_addr), max_age); in wps_er_ssdp_rx() 123 wps_er_ap_add(er, uuid, &addr.sin_addr, location, max_age); in wps_er_ssdp_rx()
|
D | wps_er.h | 103 const char *location, int max_age);
|
D | wps_er.c | 638 const char *location, int max_age) in wps_er_ap_add() argument 646 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add() 665 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap); in wps_er_ap_add()
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | flying_stars_fx.c | 91 float max_age; member 247 vage = data->max_age * (1.0f - info->sound.goomPower); in fs_sound_event_occured() 298 data->max_age = 1.0f - (float) IVAL (data->max_age_p) / 100.0f; in fs_apply()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ap_rrm.c | 156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) in hostapd_check_lci_age() argument 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age() 164 if (!max_age) in hostapd_check_lci_age() 179 return max_age > diff_l; in hostapd_check_lci_age()
|
D | rrm.c | 156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) in hostapd_check_lci_age() argument 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age() 164 if (!max_age) in hostapd_check_lci_age() 179 return max_age > diff_l; in hostapd_check_lci_age()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ap_rrm.c | 156 static int hostapd_check_lci_age(struct hostapd_neighbor_entry *nr, u16 max_age) in hostapd_check_lci_age() argument 161 if (nr->stationary || max_age == 0xffff) in hostapd_check_lci_age() 164 if (!max_age) in hostapd_check_lci_age() 179 return max_age > diff_l; in hostapd_check_lci_age()
|
/third_party/libnl/include/linux-private/linux/ |
D | if_bridge.h | 59 __u32 max_age; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | rrm.c | 313 u16 max_age = 0; in wpas_rrm_build_lci_report() local 342 max_age = WPA_GET_LE16(subelem + 2); in wpas_rrm_build_lci_report() 351 if (max_age != 0xffff && max_age < diff_l) in wpas_rrm_build_lci_report()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | rrm.c | 306 u16 max_age = 0; in wpas_rrm_build_lci_report() local 335 max_age = WPA_GET_LE16(subelem + 2); in wpas_rrm_build_lci_report() 344 if (max_age != 0xffff && max_age < diff_l) in wpas_rrm_build_lci_report()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 1207 uint32_t max_age = 0; 1217 if (line->age[i] >= max_age) { 1218 max_age = line->age[i];
|
/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 1197 uint32_t max_age = 0; 1207 if (line->age[i] >= max_age) { 1208 max_age = line->age[i];
|
/third_party/python/Lib/test/ |
D | test_http_cookiejar.py | 1647 max_age = "max-age=3600"
|
/third_party/grpc/ |
D | gRPC-Core.podspec | 315 'src/core/ext/filters/max_age/max_age_filter.cc', 316 'src/core/ext/filters/max_age/max_age_filter.h', 1158 'src/core/ext/filters/max_age/max_age_filter.h',
|