Searched refs:CGIPipes (Results 1 – 5 of 5) sorted by relevance
/external/libcups/scheduler/ |
D | server.c | 71 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()
|
D | client.h | 110 VAR int CGIPipes[2] VALUE2(-1,-1); variable
|
D | main.c | 879 cupsdLogMessage(CUPSD_LOG_EMERG, "CGIPipes[0] = %d", CGIPipes[0]); in main()
|
D | ipp.c | 4477 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()
|
D | client.c | 3522 if (cupsdStartProcess(command, argv, envp, infile, fds[1], CGIPipes[1], in pipe_command()
|