Home
last modified time | relevance | path

Searched defs:ppv (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Modules/_ctypes/
Dcallbacks.c477 long Call_GetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv) in Call_GetClassObject()
538 LPVOID *ppv) in DllGetClassObject()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_pv.c42 int ngtcp2_pv_new(ngtcp2_pv **ppv, const ngtcp2_dcid *dcid, in ngtcp2_pv_new()
/third_party/ffmpeg/libavdevice/
Ddecklink_enc.cpp112 …virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface()
160 …virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface()
Ddecklink_dec.cpp132 …virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface()
697 …virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface()
/third_party/NuttX/drivers/video/
Dfb.c386 void **ppv = (void **)((uintptr_t)arg); in fb_ioctl() local
/third_party/libwebsockets/lib/core-net/
Dadopt.c254 void *pv, **ppv; in lws_adopt_ss_server_accept() local
/third_party/lame/dshow/
DMpegac.cpp884 STDMETHODIMP CMpegAudEnc::NonDelegatingQueryInterface(REFIID riid, void ** ppv) in NonDelegatingQueryInterface()
1616 STDMETHODIMP CMpegAudEncOutPin::NonDelegatingQueryInterface(REFIID riid, void **ppv) in NonDelegatingQueryInterface()
/third_party/python/Lib/ctypes/
D__init__.py535 def DllGetClassObject(rclsid, riid, ppv): argument