Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfastcgi.c510 HANDLE pipe = GetStdHandle(STD_INPUT_HANDLE); in fcgi_init() local
1285 HANDLE pipe = (HANDLE)_get_osfhandle(req->fd); in fcgi_close() local
1366 HANDLE pipe; local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c119 tilegx_pipeline pipe; member
483 tilegx_pipeline pipe[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; member
518 int pipe; in get_any_valid_pipe() local
597 tilegx_pipeline pipe = (tilegx_pipeline)(((TILEGX_PIPELINE_Y0 in assign_pipes() local
H A DsljitNativeTILEGX-encoder.c9501 find_opcode(tilegx_bundle_bits bits, tilegx_pipeline pipe) in find_opcode()
9527 int pipe; in parse_insn_tilegx() local
/PHP-7.4/ext/standard/
H A Dproc_open.c362 # define pipe(pair) (CreatePipe(&pair[0], &pair[1], &security, 0) ? 0 : -1) macro

Completed in 43 milliseconds