Home
last modified time | relevance | path

Searched refs:etag (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/npm/node_modules/http-cache-semantics/node4/
Dindex.js460 if (this._resHeaders.etag) {
461 …'if-none-match'] ? `${headers['if-none-match']}, ${this._resHeaders.etag}` : this._resHeaders.etag;
473 var etags = headers['if-none-match'].split(/,/).filter(function (etag) { argument
511 } else if (response.headers.etag && !/^\s*W\//.test(response.headers.etag)) {
515 …matches = this._resHeaders.etag && this._resHeaders.etag.replace(/^\s*W\//, '') === response.heade…
516 } else if (this._resHeaders.etag && response.headers.etag) {
520 …matches = this._resHeaders.etag.replace(/^\s*W\//, '') === response.headers.etag.replace(/^\s*W\//…
528 …if (!this._resHeaders.etag && !this._resHeaders['last-modified'] && !response.headers.etag && !res…
/third_party/libcoap/examples/
Dcoap-rd.c69 unsigned char etag[8]; /**< ETag for current description */ member
135 coap_add_option(response, COAP_OPTION_ETAG, rd->etag_len, rd->etag); in hnd_get_resource()
151 coap_opt_t *token, *etag; in hnd_put_resource()
164 etag = coap_check_option(request, COAP_OPTION_ETAG, &opt_iter); in hnd_put_resource()
165 if (!etag || (COAP_OPT_LENGTH(etag) != rd->etag_len) in hnd_put_resource()
166 || memcmp(COAP_OPT_VALUE(etag), rd->etag, rd->etag_len) != 0) { in hnd_put_resource()
185 if (etag) { in hnd_put_resource()
186 rd->etag_len = min(COAP_OPT_LENGTH(etag), sizeof(rd->etag)); in hnd_put_resource()
187 memcpy(rd->etag, COAP_OPT_VALUE(etag), rd->etag_len); in hnd_put_resource()
372 coap_opt_t *etag; in make_rd() local
[all …]
Dcoap-server.c1613 uint64_t etag = 0; in proxy_message_handler() local
1683 etag = coap_decode_var_bytes8(coap_opt_value (option), in proxy_message_handler()
1703 media_type, maxage, etag, size, data, in proxy_message_handler()
/third_party/libcoap/src/
Dblock.c151 coap_key_t etag; in coap_add_data_blocked_response() local
175 memset(etag, 0, sizeof(etag)); in coap_add_data_blocked_response()
176 coap_hash(data, length, etag); in coap_add_data_blocked_response()
177 coap_add_option(response, COAP_OPTION_ETAG, sizeof(etag), etag); in coap_add_data_blocked_response()
338 uint64_t etag, in coap_add_data_large_internal() argument
519 lg_xmit->b.b2.etag = etag; in coap_add_data_large_internal()
534 if (etag == 0) { in coap_add_data_large_internal()
535 if (++session->context->etag == 0) in coap_add_data_large_internal()
536 ++session->context->etag; in coap_add_data_large_internal()
537 etag = session->context->etag; in coap_add_data_large_internal()
[all …]
/third_party/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md57 etag|Information on any etag the client has cached for this URI
58 if-modified-since|Information on the freshness of any etag the client has cached for this URI
66 - return 301 etc to say the return path client's etag is still valid
77 etag|The canonical etag for the content at this URI
/third_party/libcoap/include/coap3/
Dcoap_block_internal.h70 uint64_t etag; /**< ETag value */ member
106 uint8_t etag[8]; /**< ETag for block checking */ member
219 uint64_t etag,
Dblock.h303 uint64_t etag,
Dcoap_net_internal.h131 uint64_t etag; /**< Next ETag to use */ member
/third_party/node/test/parallel/
Dtest-http-incoming-matchKnownFields.js42 checkDest('Etag', { etag: undefined }); property
43 checkDest('etag', { etag: 'test' }, 'value'); property
/third_party/littlefs/
Dlfs.h333 uint32_t etag; member
Dlfs.c609 lfs_tag_t ntag = dir->etag; in lfs_dir_getslice()
1110 dir->etag = ptag; in lfs_dir_fetchmatch()
1632 dir->etag = 0xffffffff; in lfs_dir_alloc()
1872 dir->etag = commit.ptag; in lfs_dir_compact()
2049 .ptag = dir->etag, in lfs_dir_relocatingcommit()
2060 dir, dir->off, dir->etag, attrs, attrcount, in lfs_dir_relocatingcommit()
2108 dir->etag = commit.ptag; in lfs_dir_relocatingcommit()
5240 dir2.etag = 0xffffffff;
/third_party/nghttp2/
DREADME.rst600 [ 0.222] recv (stream_id=13) etag: W/"555612de-19f6"
616 [ 0.222] recv (stream_id=2) etag: W/"555612de-9845"
689 [ 0.019] recv (stream_id=1) etag: "555612de-19f6"
705 [ 0.019] recv (stream_id=2) etag: "555612de-9845"
/third_party/skia/third_party/externals/icu/source/data/locales/
Dwae.txt565 dn{"Wučetag"}
/third_party/icu/icu4c/source/data/locales/
Dwae.txt565 dn{"Wučetag"}
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dwae.txt565 dn{"Wučetag"}
/third_party/libcoap/man/
Dcoap_block.txt.in35 uint64_t etag, size_t _length_, const uint8_t *_data_,
/third_party/libevdev/doc/html/
Djquery.js2etag:{},ajaxSettings:{url:Et.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|… property
/third_party/libjpeg-turbo/doc/html/
Djquery.js2etag:{},ajaxSettings:{url:Et.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|… property
/third_party/node/doc/api/
Dhttp.md2018 `etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`,
Dhttp2.md2638 `content-range`, `content-type`, `date`, `dnt`, `etag`, `expires`, `from`,