Searched refs:senml_object (Results 1 – 1 of 1) sorted by relevance
296 struct senml_context senml_object; member1031 size_t value_length = fd->senml_object.val_float.length; in read_int()1037 buf = fd->senml_object.val_float.start; in read_int()1097 string_length = strlen(fd->senml_object.val_string); in get_string()1103 memcpy(buf, fd->senml_object.val_string, string_length); in get_string()1125 size_t value_length = fd->senml_object.val_float.length; in get_float()1131 json_buf = fd->senml_object.val_float.start; in get_float()1171 *value = fd->senml_object.val_bool; in get_bool()1229 val_opaque = &fd->senml_object.val_opaque; in get_opaque()1298 demiliter_pos = strchr(fd->senml_object.val_object_link, ':'); in get_objlnk()[all …]