Home
last modified time | relevance | path

Searched refs:newpipe (Results 1 – 25 of 49) sorted by relevance

12

/dports/mail/courier/courier-0.65.3/cgi/
H A Dcgidaemond.c174 int newpipe[2]; in prefork() local
179 if (pipe(newpipe) < 0) in prefork()
195 close(newpipe[1]); in prefork()
202 return (newpipe[0]); in prefork()
205 close(newpipe[0]); in prefork()
219 run_daemon(listenfd, termpipe[0], newpipe[1], handler, dummy); in prefork()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/cgi/
H A Dcgidaemond.c173 int newpipe[2]; in prefork() local
178 if (pipe(newpipe) < 0) in prefork()
194 close(newpipe[1]); in prefork()
201 return (newpipe[0]); in prefork()
204 close(newpipe[0]); in prefork()
218 run_daemon(listenfd, termpipe[0], newpipe[1], handler, dummy); in prefork()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe;
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX,
335 if (newpipe == INVALID_HANDLE_VALUE)
364 pipe = newpipe;
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/port/win32/
H A Dsignal.c323 HANDLE newpipe; in pg_signal_thread() local
335 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
338 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
367 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe;
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX,
335 if (newpipe == INVALID_HANDLE_VALUE)
364 pipe = newpipe;
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/port/win32/
H A Dsignal.c323 HANDLE newpipe; in pg_signal_thread() local
335 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
338 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
367 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/port/win32/
H A Dsignal.c320 HANDLE newpipe; in pg_signal_thread() local
332 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
335 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
364 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/port/win32/
H A Dsignal.c323 HANDLE newpipe; in pg_signal_thread() local
335 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX, in pg_signal_thread()
338 if (newpipe == INVALID_HANDLE_VALUE) in pg_signal_thread()
367 pipe = newpipe; in pg_signal_thread()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/port/win32/
H A Dsignal.c323 HANDLE newpipe;
335 newpipe = CreateNamedPipe(pipename, PIPE_ACCESS_DUPLEX,
338 if (newpipe == INVALID_HANDLE_VALUE)
367 pipe = newpipe;

12