Searched refs:engine_put_begin (Results 1 – 2 of 2) sorted by relevance
839 ret = engine_put_begin(&msg->out, NULL); in lwm2m_register_payload_handler()1823 if (engine_put_begin(&msg->out, &msg->path) < 0) { in lwm2m_perform_read_op()1924 ret = engine_put_begin(&msg->out, &msg->path); in lwm2m_discover_handler()3249 engine_put_begin(&msg->out, &msg->path); in lwm2m_perform_composite_read_op()
631 static inline int engine_put_begin(struct lwm2m_output_context *out, in engine_put_begin() function