Searched refs:http_buf (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c573 char *http_buf; local
620 fp = open_memstream(&http_buf, &http_buflen);
675 if (buf_gzip(http_buf, http_buflen, buf, &buflen)) {
677 free(http_buf);
678 http_buf = buf;
694 write(STDOUT_FILENO, http_buf, http_buflen);
695 free(http_buf);

Completed in 99 milliseconds