OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipeHandle
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/src/win/
pipe.c
140
HANDLE
pipeHandle
;
146
pipeHandle
= CreateFileW(name,
153
if (
pipeHandle
!= INVALID_HANDLE_VALUE) {
155
return
pipeHandle
;
164
pipeHandle
= CreateFileW(name,
172
if (
pipeHandle
!= INVALID_HANDLE_VALUE) {
174
return
pipeHandle
;
179
pipeHandle
= CreateFileW(name,
187
if (
pipeHandle
!= INVALID_HANDLE_VALUE) {
189
return
pipeHandle
;
[
all
...]
/src/external/mit/libuv/dist/include/uv/
win.h
377
HANDLE
pipeHandle
; \
402
HANDLE
pipeHandle
; \
Completed in 50 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026