HomeSort by: relevance | last modified time | path
    Searched refs:fd_buffer_initialize (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
buffer.h 186 fd_buffer_initialize (int fd, pid_t child_pid, cvsroot_t *root, bool input,
log-buffer.c 389 retbuf = fd_buffer_initialize (fd, 0, NULL, true, buf->memory_error);
server.c 3686 protocol = fd_buffer_initialize (protocol_pipe[1], 0, NULL, false,
3822 stdoutbuf = fd_buffer_initialize (stdout_pipe[0], 0, NULL, true,
3825 stderrbuf = fd_buffer_initialize (stderr_pipe[0], 0, NULL, true,
3828 protocol_inbuf = fd_buffer_initialize (protocol_pipe[0], 0, NULL, true,
6370 buf_to_net = fd_buffer_initialize (STDOUT_FILENO, 0, NULL, false,
6372 buf_from_net = fd_buffer_initialize (STDIN_FILENO, 0, NULL, true,
7203 buf_to_net = fd_buffer_initialize (STDOUT_FILENO, 0, NULL, false,
7205 buf_from_net = fd_buffer_initialize (STDIN_FILENO, 0, NULL, true,
client.c 3481 *to_server_p = fd_buffer_initialize (tofd, 0, root, false, NULL);
3482 *from_server_p = fd_buffer_initialize (fromfd, child_pid, root,
buffer.c 1753 fd_buffer_initialize (int fd, pid_t child_pid, cvsroot_t *root, bool input, function

Completed in 32 milliseconds