Searched refs:inStream (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/appl/test/
H A Djgssapi_server.java41 static byte [] getMessage(DataInputStream inStream) argument
45 token = new byte[inStream.readInt()];
46 inStream.readFully(token);
73 DataInputStream inStream = new DataInputStream(s.getInputStream());
78 token = getMessage(inStream);
94 byte[] intoken = getMessage(inStream);
95 byte[] outtoken = getMessage(inStream);
114 outtoken = getMessage(inStream);
126 outtoken = getMessage(inStream);
141 outtoken = getMessage(inStream);
[all...]
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/ExplorerPlugin/
H A DExplorerBar.h88 STDMETHOD( Load ) ( LPSTREAM inStream );
89 STDMETHOD( Save ) ( LPSTREAM inStream, BOOL inClearDirty );
H A DExplorerBar.cpp488 STDMETHODIMP ExplorerBar::Load( LPSTREAM inStream )
490 DEBUG_UNUSED( inStream );
499 STDMETHODIMP ExplorerBar::Save( LPSTREAM inStream, BOOL inClearDirty ) argument
501 DEBUG_UNUSED( inStream );
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DBroadcast.c197 MovieBroadcast *bcastPtr, QTSStream inStream,
206 QTSStream inStream );
2086 QTSStream inStream, /* Investigate only this stream */
2110 inStream );
2118 QTSPresGetIndSourcer( bcastPtr->presentation, inStream,
2365 QTSStream inStream )
2381 tmpErr = QTSPresGetInfo( bcastPtr->presentation, inStream,
2436 sourcerInfoPtr->stream = inStream;
2448 if ((err = QTSPresAddSourcer( bcastPtr->presentation, inStream,
2084 SourcerGetInfo( Tcl_Interp *interp, MovieBroadcast *bcastPtr, QTSStream inStream, int objc, Tcl_Obj *CONST objv[] ) argument

Completed in 172 milliseconds