Lines Matching defs:envstatj
1369 mj_t envstatj;
1381 memset(&envstatj, 0x0, sizeof(envstatj));
1382 mj_create(&envstatj, "object");
1717 mj_append_field(&envstatj, "devices", "object", &devices);
1719 mj_append_field(&envstatj, "timestamp", "integer", (int64_t)timestamp);
1722 mj_append_field(&envstatj, "human_timestamp", "string", tbuf, strlen(tbuf) - 1);
1726 mj_asprint(&output_s, &envstatj, MJ_JSON_ENCODE);
1742 output_size = mj_string_size(&envstatj) * 3;
1745 mj_snprint(output_s, output_size, &envstatj, MJ_JSON_ENCODE);
1752 mj_delete(&envstatj);