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

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dclient.h47 int pipe_pid; /* Pipe process ID (or 0 if not a pipe) */ member in struct:cupsd_client_s
H A Dclient.c538 if (con->pipe_pid != 0)
544 cupsdEndProcess(con->pipe_pid, 1);
545 con->pipe_pid = 0;
786 con->pipe_pid = 0;
2395 con->pipe_pid = pipe_command(con, fd, &(con->file), command, options, root);
2401 con->http.fd, command, con->pipe_pid);
2406 if (con->pipe_pid == 0)
2810 "pipe_pid=%d, "
2819 con->pipe_pid, con->file);
2836 if (con->pipe_pid)
[all...]
H A Dmain.c965 if (con->http.activity < activity && !con->pipe_pid)
H A Dipp.c680 if (con->file >= 0 && !con->pipe_pid)
6728 con->pipe_pid = 0;

Completed in 118 milliseconds