Searched refs:json_buf (Results 1 – 2 of 2) sorted by relevance
742 uint8_t *json_buf; in get_float() local755 json_buf = fd->array_object.val_float.start; in get_float()756 while (*(json_buf + len) && len < value_length) { in get_float()757 tmp = *(json_buf + len); in get_float()
1118 const uint8_t *json_buf; in get_float() local1131 json_buf = fd->senml_object.val_float.start; in get_float()1132 while (*(json_buf + len) && len < value_length) { in get_float()1133 tmp = *(json_buf + len); in get_float()