Home
last modified time | relevance | path

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

/src/crypto/krb5/src/windows/leash/
H A DLeashUICommandHandler.cpp83 LeashUICommandHandler::QueryInterface(REFIID iid, void **ppv) in QueryInterface() argument
85 if (ppv == NULL) in QueryInterface()
89 *ppv = static_cast<IUnknown*>(this); in QueryInterface()
91 *ppv = static_cast<IUICommandHandler*>(this); in QueryInterface()
93 *ppv = NULL; in QueryInterface()
H A DLeashUIApplication.cpp199 LeashUIApplication::QueryInterface(REFIID iid, void **ppv) in QueryInterface() argument
201 if (ppv == NULL) in QueryInterface()
205 *ppv = static_cast<IUnknown*>(this); in QueryInterface()
207 *ppv = static_cast<IUIApplication*>(this); in QueryInterface()
209 *ppv = NULL; in QueryInterface()
H A DLeashUICommandHandler.h55 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **ppv);
H A DLeashUIApplication.h62 HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, void **ppv);
/src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_xar.c3354 asaQueryInterface(ISequentialStream *this, REFIID riid, void **ppv) in asaQueryInterface() argument
3357 *ppv = NULL; in asaQueryInterface()
3360 *ppv = this; in asaQueryInterface()