Home
last modified time | relevance | path

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

/third_party/curl/src/
H A Dtool_cb_hdr.c123 size_t etag_length = eot - etag_h + 1; in tool_header_cb() local
124 fwrite(etag_h, size, etag_length, etag_save->stream); in tool_header_cb()
/third_party/libcoap/include/coap3/
H A Dcoap_block_internal.h153 uint8_t etag_length; /**< ETag length */ member
/third_party/libcoap/src/
H A Dcoap_block.c3442 p->etag_length = coap_opt_length(etag_opt); in coap_handle_response_get_block()
3443 memcpy(p->etag, coap_opt_value(etag_opt), p->etag_length); in coap_handle_response_get_block()
3464 p->etag, p->etag_length)) { in coap_handle_response_get_block()

Completed in 6 milliseconds