Home
last modified time | relevance | path

Searched defs:pipe (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/main/
H A Dfastcgi.c506 HANDLE pipe = GetStdHandle(STD_INPUT_HANDLE); in fcgi_init() local
1278 HANDLE pipe = (HANDLE)_get_osfhandle(req->fd); local
1359 HANDLE pipe; local
/PHP-8.2/ext/dom/lexbor/lexbor/css/syntax/
H A Dsyntax.h112 const lxb_css_syntax_cb_pipe_t *pipe; member
/PHP-8.2/ext/standard/
H A Dproc_open.c467 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], &php_proc_open_security, 0) ? 0 : -1) macro

Completed in 33 milliseconds