Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/src/
Ddebug.c366 is_binary(int content_format) { in is_binary() argument
367 return !(content_format == -1 || in is_binary()
368 content_format == COAP_MEDIATYPE_TEXT_PLAIN || in is_binary()
369 content_format == COAP_MEDIATYPE_APPLICATION_LINK_FORMAT || in is_binary()
370 content_format == COAP_MEDIATYPE_APPLICATION_XML || in is_binary()
371 content_format == COAP_MEDIATYPE_APPLICATION_JSON); in is_binary()
381 int content_format = -1; in coap_show_pdu() local
407 content_format = (int)coap_decode_var_bytes(COAP_OPT_VALUE(option), in coap_show_pdu()
410 buf_len = print_content_format(content_format, buf, sizeof(buf)); in coap_show_pdu()
462 if (is_binary(content_format)) { in coap_show_pdu()