Lines Matching refs:ret

522   int ret;  in MakeStatistics()  local
577 ret = snprintf(buffer_, sizeof(buffer_), in MakeStatistics()
580 if (ret < 0) { in MakeStatistics()
602 ret = snprintf(buffer_, sizeof(buffer_), "%" PRIu64 " %" PRIu64 "\n", in MakeStatistics()
604 if (ret < 0) { in MakeStatistics()
630 ret = snprintf(buffer_, sizeof(buffer_), in MakeStatistics()
634 if (ret < 0) { in MakeStatistics()
662 int ret; in MakeStatisticKeyStatsOrPrefix() local
681 ret = snprintf(buffer_, sizeof(buffer_), in MakeStatisticKeyStatsOrPrefix()
685 if (ret < 0) { in MakeStatisticKeyStatsOrPrefix()
711 ret = in MakeStatisticKeyStatsOrPrefix()
716 if (ret < 0) { in MakeStatisticKeyStatsOrPrefix()
792 int ret; in MakeStatisticQPS() local
819 ret = snprintf(buffer_, sizeof(buffer_), "%u\n", 0); in MakeStatisticQPS()
820 if (ret < 0) { in MakeStatisticQPS()
831 ret = snprintf(buffer_, sizeof(buffer_), "%u\n", time_it.second); in MakeStatisticQPS()
832 if (ret < 0) { in MakeStatisticQPS()
880 ret = snprintf(buffer_, sizeof(buffer_), "%" PRIu64 " %.12f\n", in MakeStatisticQPS()
882 if (ret < 0) { in MakeStatisticQPS()
898 ret = snprintf(buffer_, sizeof(buffer_), "At time: %u with QPS: %u\n", in MakeStatisticQPS()
901 if (ret < 0) { in MakeStatisticQPS()
917 ret = snprintf(buffer_, sizeof(buffer_), in MakeStatisticQPS()
920 if (ret < 0) { in MakeStatisticQPS()
940 ret = snprintf(buffer_, sizeof(buffer_), "%u ", type_qps[i][type]); in MakeStatisticQPS()
942 ret = snprintf(buffer_, sizeof(buffer_), "%u\n", type_qps[i][type]); in MakeStatisticQPS()
944 if (ret < 0) { in MakeStatisticQPS()
971 ret = snprintf(buffer_, sizeof(buffer_), "%u ", v); in MakeStatisticQPS()
973 ret = snprintf(buffer_, sizeof(buffer_), "%u\n", v); in MakeStatisticQPS()
975 if (ret < 0) { in MakeStatisticQPS()
1004 int ret; in ReProcessing() local
1028 ret = in ReProcessing()
1032 if (ret < 0) { in ReProcessing()
1086 ret = snprintf(buffer_, sizeof(buffer_), in ReProcessing()
1089 if (ret < 0) { in ReProcessing()
1108 ret = snprintf(buffer_, sizeof(buffer_), "%" PRIu64 " %s\n", in ReProcessing()
1110 if (ret < 0) { in ReProcessing()
1925 int ret; in WriteTraceSequence() local
1926 ret = snprintf(buffer_, sizeof(buffer_), "%u %u %zu %" PRIu64 "\n", type, in WriteTraceSequence()
1928 if (ret < 0) { in WriteTraceSequence()