Lines Matching refs:write_byte_f
664 #define write_byte_f(str, buf, size) write_byte(str, (void *)buf, size, __FUNCTION__) macro
802 if (write_byte_f(str, space, &indent_width)) in write_indent()
881 return write_byte_f(str, buf, &len); in mpp_cfg_to_log()
892 return write_byte_f(str, buf, &len); in mpp_cfg_to_log()
898 ret = write_byte_f(str, buf, &len); in mpp_cfg_to_log()
918 return write_byte_f(str, buf, &len); in mpp_cfg_to_log()
972 return write_byte_f(str, buf, &len); in mpp_cfg_to_json()
983 return write_byte_f(str, buf, &len); in mpp_cfg_to_json()
989 ret = write_byte_f(str, buf, &len); in mpp_cfg_to_json()
1015 return write_byte_f(str, buf, &len); in mpp_cfg_to_json()
1033 return write_byte_f(str, buf, &len); in mpp_toml_top()
1048 return write_byte_f(str, buf, &len); in mpp_toml_non_top()
1057 return write_byte_f(str, buf, &len); in mpp_toml_non_top()
1116 return write_byte_f(str, buf, &len); in mpp_cfg_to_toml()
1159 return write_byte_f(str, buf, &len); in mpp_cfg_to_toml()