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

/httpd/modules/loggers/
H A Dmod_log_config.c255 apr_size_t outcnt; member in struct:__anon197
1116 if (buf->outcnt && buf->handle != NULL) {
1118 apr_file_write_full(buf->handle, buf->outbuf, buf->outcnt, NULL);
1119 buf->outcnt = 0;
1775 if (len + buf->outcnt > LOG_BUFSIZE) {
1795 for (i = 0, s = &buf->outbuf[buf->outcnt]; i < nelts; ++i) {
1799 buf->outcnt += len;

Completed in 14 milliseconds