Searched refs:parson_float_format (Results 1 – 1 of 1) sorted by relevance
100 static char *parson_float_format = NULL; variable1269 …const char *float_format = parson_float_format ? parson_float_format : PARSON_DEFAULT_FLOAT_FORMAT; in json_serialize_to_buffer_r()2473 if (parson_float_format) { in json_set_float_serialization_format()2474 parson_free(parson_float_format); in json_set_float_serialization_format()2475 parson_float_format = NULL; in json_set_float_serialization_format()2478 parson_float_format = NULL; in json_set_float_serialization_format()2481 parson_float_format = parson_strdup(format); in json_set_float_serialization_format()