Home
last modified time | relevance | path

Searched refs:pipe (Results 51 – 64 of 64) sorted by relevance

123

/PHP-8.2/main/
H A Dfastcgi.c508 HANDLE pipe = GetStdHandle(STD_INPUT_HANDLE); in fcgi_init() local
510 SetNamedPipeHandleState(pipe, &pipe_mode, NULL, NULL); in fcgi_init()
1282 HANDLE pipe = (HANDLE)_get_osfhandle(req->fd); local
1285 FlushFileBuffers(pipe);
1287 DisconnectNamedPipe(pipe);
1363 HANDLE pipe; local
1377 pipe = (HANDLE)_get_osfhandle(req->listen_socket);
1380 if (!ConnectNamedPipe(pipe, &ov)) {
1477 pipe = (HANDLE)_get_osfhandle(req->fd);
1478 if (!ImpersonateNamedPipeClient(pipe)) {
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_stdio.c295 if (0 > pipe(fd_stdout)) {
300 if (0 > pipe(fd_stderr)) {
H A Dfpm_unix.c582 if (pipe(fpm_globals.send_config_pipe) == -1) { in fpm_unix_init_main()
/PHP-8.2/sapi/fpm/tests/
H A Dlogtool.inc11 const FINAL_SUFFIX = ', pipe is closed';
118 * Set whether pipe closed error is shown.
341 return $this->error("The final suffix has to be equal to ', pipe is closed'");
H A Dtester.inc439 $desc = $this->outDesc ? [] : [1 => array('pipe', 'w'), 2 => array('redirect', 1)];
1151 'MASTER:OUT' => 'pipe:1',
2076 * @param string $source The source file path or name if log is a pipe.
H A Dfcgi.inc553 // Broken pipe, tear down so future requests might succeed
/PHP-8.2/ext/mbstring/tests/
H A Dcp51932_encoding.phpt71 unset($fromUnicode["\x00\xA6"]); // Don't map broken bar to ordinary pipe character
/PHP-8.2/ext/standard/
H A Dproc_open.c429 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], &php_proc_open_security, 0) ? 0 : -1) macro
791 if (pipe(newpipe)) { in set_proc_descriptor_to_pipe()
/PHP-8.2/ext/fileinfo/libmagic/
H A Dfuncs.c789 if (pipe(fds) == -1)
/PHP-8.2/ext/oci8/tests/
H A Ddbmsoutput.phpt32 pipe row (line);
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch2029 - * linux procfs/devfs makes symlinks like pipe:[3515864880]
/PHP-8.2/build/
H A Dlibtool.m44630 # Check to see that the pipe works correctly.
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic7150 #4 string pipe CLIPPER instruction trace
H A Dmagic私はガラスを食べられます7150 #4 string pipe CLIPPER instruction trace

Completed in 223 milliseconds

123