Home
last modified time | relevance | path

Searched refs:nsIInputStream_iface (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/mshtml/
H A Dnavigate.c32 nsIInputStream nsIInputStream_iface; member
42 return CONTAINING_RECORD(iface, nsProtocolStream, nsIInputStream_iface); in impl_from_nsIInputStream()
54 *result = &This->nsIInputStream_iface; in nsInputStream_QueryInterface()
57 *result = &This->nsIInputStream_iface; in nsInputStream_QueryInterface()
61 nsIInputStream_AddRef(&This->nsIInputStream_iface); in nsInputStream_QueryInterface()
145 nsres = aWriter(&This->nsIInputStream_iface, aClousure, This->buf, 0, aCount, &written); in nsInputStream_ReadSegments()
183 ret->nsIInputStream_iface.lpVtbl = &nsInputStreamVtbl; in create_nsprotocol_stream()
1042 &This->nsstream->nsIInputStream_iface, This->bsc.readed-This->nsstream->buf_size, in read_stream_data()
1204 nsIInputStream_Release(&This->nsstream->nsIInputStream_iface); in nsChannelBSC_destroy()