Searched refs:stdout_buffer (Results 1 – 1 of 1) sorted by relevance
161 static Buffer stdout_buffer; /* Buffer for stdout data. */ variable628 if (buffer_len(&stdout_buffer) < buffer_high && in client_wait_until_can_do_something()640 if (buffer_len(&stdout_buffer) > 0) in client_wait_until_can_do_something()1378 &stdout_buffer, &stderr_buffer, buf, len) == -1) in client_process_input()1393 len = write(fileno(stdout), buffer_ptr(&stdout_buffer), in client_process_output()1394 buffer_len(&stdout_buffer)); in client_process_output()1412 buffer_consume(&stdout_buffer, len); in client_process_output()1573 buffer_init(&stdout_buffer); in client_loop()1759 if (buffer_len(&stdout_buffer) > 0) { in client_loop()1761 buffer_ptr(&stdout_buffer), buffer_len(&stdout_buffer)); in client_loop()[all …]