Home
last modified time | relevance | path

Searched refs:etag_length (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/src/
Dtool_cb_hdr.c114 size_t etag_length = eot - etag_h + 1; in tool_header_cb() local
115 fwrite(etag_h, size, etag_length, etag_save->stream); in tool_header_cb()
/third_party/libcoap/include/coap3/
Dcoap_block_internal.h105 uint8_t etag_length; /**< ETag length */ member
/third_party/libcoap/src/
Dblock.c1676 p->etag_length = coap_opt_length(etag_opt); in coap_handle_response_get_block()
1677 memcpy(p->etag, coap_opt_value(etag_opt), p->etag_length); in coap_handle_response_get_block()
1696 p->etag, p->etag_length)) { in coap_handle_response_get_block()