Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_json.c297 CPKT_BUF_W_REGION(out->out_cpkt)); in json_float_object_write()
336 CPKT_BUF_W_REGION(out->out_cpkt)); in json_string_object_write()
375 CPKT_BUF_W_REGION(out->out_cpkt)); in json_boolean_object_write()
414 CPKT_BUF_W_REGION(out->out_cpkt)); in json_objlnk_object_write()
Dlwm2m_rw_senml_json.c559 CPKT_BUF_W_REGION(out->out_cpkt)); in json_float_object_write()
608 CPKT_BUF_W_REGION(out->out_cpkt)); in json_string_object_write()
678 CPKT_BUF_W_REGION(out->out_cpkt)); in json_boolean_object_write()
727 CPKT_BUF_W_REGION(out->out_cpkt)); in json_objlnk_object_write()
Dlwm2m_object.h150 #define CPKT_BUF_W_REGION(cpkt) CPKT_BUF_W_PTR(cpkt), CPKT_BUF_W_SIZE(cpkt) macro
Dlwm2m_rw_senml_cbor.c200 cbor_encode_lwm2m_senml(CPKT_BUF_W_REGION(out->out_cpkt), input, &len); in put_end()