Home
last modified time | relevance | path

Searched refs:CGIPipes (Results 1 – 5 of 5) sorted by relevance

/external/libcups/scheduler/
Dserver.c71 if (cupsdOpenPipe(CGIPipes)) in cupsdStartServer()
76 CGIStatusBuffer = cupsdStatBufNew(CGIPipes[0], "[CGI]"); in cupsdStartServer()
78 cupsdAddSelect(CGIPipes[0], (cupsd_selfunc_t)cupsdUpdateCGI, NULL, NULL); in cupsdStartServer()
129 if (CGIPipes[0] >= 0) in cupsdStopServer()
131 cupsdRemoveSelect(CGIPipes[0]); in cupsdStopServer()
134 close(CGIPipes[1]); in cupsdStopServer()
136 CGIPipes[0] = -1; in cupsdStopServer()
137 CGIPipes[1] = -1; in cupsdStopServer()
Dclient.h110 VAR int CGIPipes[2] VALUE2(-1,-1); variable
Dmain.c879 cupsdLogMessage(CUPSD_LOG_EMERG, "CGIPipes[0] = %d", CGIPipes[0]); in main()
Dipp.c4477 if (!cupsdStartProcess(buffer, argv, envp, -1, temppipe[1], CGIPipes[1], in copy_model()
4494 if (temppipe[0] > CGIPipes[0]) in copy_model()
4497 maxfd = CGIPipes[0] + 1; in copy_model()
4507 FD_SET(CGIPipes[0], &input); in copy_model()
4545 if (FD_ISSET(CGIPipes[0], &input)) in copy_model()
Dclient.c3522 if (cupsdStartProcess(command, argv, envp, infile, fds[1], CGIPipes[1], in pipe_command()