Searched defs:pipe (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DPBlackBox.h63 ANTLRTokenBuffer *pipe; member in class:ParserBlackBox
73 , pipe(0)
88 pipe = new ANTLRTokenBuffer(scan);
91 _parser = new Parser(pipe);
99 , pipe(0)
114 pipe = new ANTLRTokenBuffer(scan);
117 _parser = new Parser(pipe);
124 delete in; delete scan; delete pipe; delete _parser; delete tok;
/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.cpp35 * function (i.e. Write() to a non-connected server end of a pipe) returns
67 Bstr pipeName = Utf8StrFmt("\\\\.\\pipe\\%s", aName);
69 HANDLE pipe = CreateNamedPipe(pipeName.raw(), local
77 if (pipe == INVALID_HANDLE_VALUE)
82 mReadEnd = pipe;
83 mWriteEnd = pipe;
96 Bstr pipeName = Utf8StrFmt("\\\\.\\pipe\\%s", aName);
98 HANDLE pipe = CreateFile(pipeName.raw(), local
106 if (pipe == INVALID_HANDLE_VALUE)
111 mReadEnd = pipe;
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp103 // the input end of a pipe (allocated as a member of the pipe).
109 // since this class will be allocated as a member of the pipe, we do not
111 // of the entire pipe. this macro is just convenience since it does not
121 nsPipeInputStream(nsPipe *pipe) argument
122 : mPipe(pipe)
137 // synchronously wait for the pipe to become readable.
140 // these functions return true to indicate that the pipe's monitor should
153 // these variables can only be accessed while inside the pipe's monitor
162 // the output end of a pipe (allocate
178 nsPipeOutputStream(nsPipe *pipe) argument
1256 nsPipe *pipe = new nsPipe(); local
[all...]
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Di915_drm.h115 * to planeA_*. They mean pipe, really.
355 int pipe; member in struct:drm_i915_vblank_pipe
726 /** pipe of requested CRTC **/
727 uint32_t pipe; member in struct:drm_i915_get_pipe_from_crtc_id
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jar ... xml/ws/api/model/wsdl/ com/sun/xml/ws/api/pipe/ com/sun/xml/ws/api/pipe/helper/ com/sun/xml ...

Completed in 52 milliseconds