Home
last modified time | relevance | path

Searched refs:stale (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ffmpeg/libavformat/
H A Dhttpauth.c60 } else if (!strncmp(key, "stale=", key_len)) { in handle_digest_params()
61 *dest = digest->stale; in handle_digest_params()
62 *dest_len = sizeof(digest->stale); in handle_digest_params()
99 state->stale = 0; in ff_http_auth_handle_header()
107 state->stale = 0; in ff_http_auth_handle_header()
112 if (!av_strcasecmp(state->digest_params.stale, "true")) in ff_http_auth_handle_header()
113 state->stale = 1; in ff_http_auth_handle_header()
245 /* Clear the stale flag, we assume the auth is ok now. It is reset in ff_http_auth_create_response()
247 state->stale = 0; in ff_http_auth_create_response()
H A Dhttpauth.h44 char stale[10]; /**< The server indicated that the auth was ok, member
45 * but needs to be redone with a new, non-stale
71 int stale; member
H A Drtspdec.c943 rt->auth_state.stale) { in rtsp_read_packet()
951 /* The stale flag should be reset when creating the auth response in in rtsp_read_packet()
954 rt->auth_state.stale = 0; in rtsp_read_packet()
H A Dhttp.c401 if ((cur_auth_type == HTTP_AUTH_NONE || s->auth_state.stale) && in http_open_cnx()
409 if ((cur_proxy_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_open_cnx()
2112 (cur_auth_type == HTTP_AUTH_NONE || s->proxy_auth_state.stale) && in http_proxy_open()
/third_party/nghttp2/src/
H A DHttpServer.h97 bool stale = false) in FileEntry()
107 stale(stale) {} in FileEntry()
117 bool stale; member
H A DHttpServer.cc221 ent->stale = true; in validate_file_entry()
226 ent->stale = true; in validate_file_entry()
346 if (ent->stale) { in get_cached_fd()
397 if (target->usecount == 0 && target->stale) { in release_fd()
/third_party/curl/lib/vauth/
H A Ddigest_sspi.c328 provided bad credentials in the previous request or it's stale. */ in Curl_auth_decode_digest_http_message()
330 bool stale = false; in Curl_auth_decode_digest_http_message() local
333 /* Check for the 'stale' directive */ in Curl_auth_decode_digest_http_message()
344 if(strcasecompare(value, "stale") && in Curl_auth_decode_digest_http_message()
346 stale = true; in Curl_auth_decode_digest_http_message()
357 if(stale) in Curl_auth_decode_digest_http_message()
H A Ddigest.c534 else if(strcasecompare(value, "stale")) { in Curl_auth_decode_digest_http_message()
536 digest->stale = TRUE; in Curl_auth_decode_digest_http_message()
633 'stale=true'. This means we provided bad credentials in the previous in Curl_auth_decode_digest_http_message()
635 if(before && !digest->stale) in Curl_auth_decode_digest_http_message()
989 digest->stale = FALSE; /* default means normal, not stale */ in Curl_auth_digest_cleanup()
/third_party/node/deps/npm/node_modules/http-cache-semantics/
H A Dindex.js82 // the directive's value is considered invalid. Caches are encouraged to consider responses that have invalid freshness information to be stale
249 // fresh, or allowed to be served stale
250 if (this.stale()) {
252 requestCC['max-stale'] &&
254 (true === requestCC['max-stale'] ||
255 requestCC['max-stale'] > this.age() - this.maxAge());
451 const staleIfErrorAge = age + toNumberOrZero(this._rescc['stale-if-error']);
452 const staleWhileRevalidateAge = age + toNumberOrZero(this._rescc['stale-while-revalidate']);
456 stale() {
461 return this.maxAge() + toNumberOrZero(this._rescc['stale
[all...]
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/
H A Dindex.js42 this[ALLOW_STALE] = options.stale || false
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex283 stale data. For example, this would happen if \Prog{libunwind} were
287 To prevent the risk of using stale data, \Prog{libunwind} provides two
296 completely, therefore eliminating the risk of stale data alltogether
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
H A Dindex.js702 * Does not iterate over stale values.
731 * Delete any stale entries. Returns true if anything was removed,
747 * single key. Always returns stale values, if their info is found in the
996 * Will return false if the item is stale, even though it is technically
1022 status.has = 'stale';
1032 * Like {@link LRUCache#get} but doesn't update recency or delete stale
1035 * Returns `undefined` if the item is stale, unless
1046 // either stale and allowed, or forcing a refresh of non-stale value
1115 // if we allow stale o
[all...]
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js699 * Does not iterate over stale values.
728 * Delete any stale entries. Returns true if anything was removed,
744 * single key. Always returns stale values, if their info is found in the
993 * Will return false if the item is stale, even though it is technically
1019 status.has = 'stale';
1029 * Like {@link LRUCache#get} but doesn't update recency or delete stale
1032 * Returns `undefined` if the item is stale, unless
1043 // either stale and allowed, or forcing a refresh of non-stale value
1112 // if we allow stale o
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c3970 /* Remove stale persistent group */ in wpas_remove_stale_groups()
3973 "P2P: Remove stale persistent group id=%d", in wpas_remove_stale_groups()
4044 struct wpa_ssid *persistent_go, *stale, *s = NULL; in wpas_p2ps_prov_complete() local
4119 /* Clean up stale persistent groups with this device */ in wpas_p2ps_prov_complete()
4132 stale = wpas_p2p_get_persistent(wpa_s, dev, NULL, 0); in wpas_p2ps_prov_complete()
4133 if (!stale) in wpas_p2ps_prov_complete()
4136 if (s && s->ssid_len == stale->ssid_len && in wpas_p2ps_prov_complete()
4137 os_memcmp(stale->bssid, s->bssid, ETH_ALEN) == 0 && in wpas_p2ps_prov_complete()
4138 os_memcmp(stale->ssid, s->ssid, s->ssid_len) == 0) in wpas_p2ps_prov_complete()
4141 /* Remove stale persisten in wpas_p2ps_prov_complete()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.c4969 /* Remove stale persistent group */
4972 "P2P: Remove stale persistent group id=%d",
5043 struct wpa_ssid *persistent_go, *stale, *s = NULL; local
5143 /* Clean up stale persistent groups with this device */
5156 stale = wpas_p2p_get_persistent(wpa_s, dev, NULL, 0);
5157 if (!stale)
5160 if (s && s->ssid_len == stale->ssid_len &&
5161 os_memcmp(stale->bssid, s->bssid, ETH_ALEN) == 0 &&
5162 os_memcmp(stale->ssid, s->ssid, s->ssid_len) == 0)
5165 /* Remove stale persisten
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx3835 // DECISION TIME - we enumerate stale fileids/mtimes in groom()
3873 obatched(clog) << "groom: stale file=" << filename << " mtime=" << mtime << endl; in groom()
3875 inc_metric("groomed_total", "decision", "stale"); in groom()
3888 // Now that we know which file/mtime tuples are stale, actually do in groom()
3905 auto stale = stale_fileid_mtime.front(); in groom() local
3921 int64_t fileid = stale.first; in groom()
3922 int64_t mtime = stale.second; in groom()
/third_party/curl/lib/
H A Durldata.h366 BIT(stale); /* set true for re-negotiation */
/third_party/libabigail/
H A Dltmain.sh4250 #define XFREE(stale) do { \
4251 if (stale) { free ((void *) stale); stale = 0; } \
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh4270 #define XFREE(stale) do { \
4271 if (stale) { free ((void *) stale); stale = 0; } \
/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc2192 Node* stale = jsgraph()->StaleRegisterConstant(); in ReduceJSGeneratorRestoreRegister() local
2194 stale, effect, control); in ReduceJSGeneratorRestoreRegister()
/third_party/gn/src/gn/
H A Dvariables.cc1392 stale build. Instead, either list all inputs on the command line to the
/third_party/node/
H A DMakefile184 echo Missing or stale $@, please run ./$<; \
/third_party/eudev/
H A Dltmain.sh5691 #define XFREE(stale) do { \
5692 if (stale) { free (stale); stale = 0; } \
/third_party/curl/
H A Dltmain.sh5892 #define XFREE(stale) do { \
5893 if (stale) { free (stale); stale = 0; } \
/third_party/lame/
H A Dltmain.sh5643 #define XFREE(stale) do { \
5644 if (stale) { free (stale); stale = 0; } \

Completed in 88 milliseconds

12