Home
last modified time | relevance | path

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

/reactos/dll/win32/msxml3/
H A Dmxnamespace.c50 struct nscontext struct
89 struct nscontext *ctxt = LIST_ENTRY(list_head(&This->ctxts), struct nscontext, entry); in declare_prefix()
147 struct nscontext *ctxt; in get_declared_prefix_uri()
179 static struct nscontext* alloc_ns_context(void) in alloc_ns_context()
181 struct nscontext *ctxt; in alloc_ns_context()
299 struct nscontext *ctxt; in namespacemanager_getDeclaredPrefix()
356 struct nscontext *ctxt; in namespacemanager_getURI()
454 struct nscontext *ctxt, *ctxt2; in vbnamespacemanager_Release()
533 struct nscontext *ctxt; in vbnamespacemanager_pushContext()
557 struct nscontext *ctxt; in vbnamespacemanager_popContext()
[all …]
/reactos/dll/win32/mshtml/
H A Dbinding.h102 nsISupports *nscontext; member
H A Dnavigate.c912 (nsIRequest*)&This->nschannel->nsIHttpChannel_iface, This->nscontext); in on_start_nsrequest()
946 (nsIRequest*)&This->nschannel->nsIHttpChannel_iface, This->nscontext, in on_stop_nsrequest()
1041 (nsIRequest*)&This->nschannel->nsIHttpChannel_iface, This->nscontext, in read_stream_data()
1201 if(This->nscontext) in nsChannelBSC_destroy()
1202 nsISupports_Release(This->nscontext); in nsChannelBSC_destroy()
1849 This->nscontext = context; in channelbsc_set_channel()