Home
last modified time | relevance | path

Searched refs:ppv (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pv.c42 int ngtcp2_pv_new(ngtcp2_pv **ppv, const ngtcp2_dcid *dcid, in ngtcp2_pv_new() argument
45 (*ppv) = ngtcp2_mem_malloc(mem, sizeof(ngtcp2_pv)); in ngtcp2_pv_new()
46 if (*ppv == NULL) { in ngtcp2_pv_new()
50 ngtcp2_static_ringbuf_pv_ents_init(&(*ppv)->ents); in ngtcp2_pv_new()
52 ngtcp2_dcid_copy(&(*ppv)->dcid, dcid); in ngtcp2_pv_new()
54 (*ppv)->mem = mem; in ngtcp2_pv_new()
55 (*ppv)->log = log; in ngtcp2_pv_new()
56 (*ppv)->timeout = timeout; in ngtcp2_pv_new()
57 (*ppv)->fallback_pto = 0; in ngtcp2_pv_new()
58 (*ppv) in ngtcp2_pv_new()
[all...]
H A Dngtcp2_pv.h123 * to |*ppv|. This function makes a copy of |dcid|. |timeout| is a
132 int ngtcp2_pv_new(ngtcp2_pv **ppv, const ngtcp2_dcid *dcid,
/third_party/python/Modules/_ctypes/
H A Dcallbacks.c477 long Call_GetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv) in Call_GetClassObject() argument
503 PyObject *py_ppv = PyLong_FromVoidPtr(ppv); in Call_GetClassObject()
538 LPVOID *ppv) in DllGetClassObject()
545 result = Call_GetClassObject(rclsid, riid, ppv); in DllGetClassObject()
536 DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv) DllGetClassObject() argument
/third_party/lame/dshow/
H A DMpegac.h125 STDMETHODIMP NonDelegatingQueryInterface(REFIID riid, void ** ppv);
258 STDMETHODIMP NonDelegatingQueryInterface(REFIID riid, void ** ppv);
H A DMpegac.cpp884 STDMETHODIMP CMpegAudEnc::NonDelegatingQueryInterface(REFIID riid, void ** ppv) in NonDelegatingQueryInterface() argument
888 return GetInterface((ISpecifyPropertyPages *) this, ppv); in NonDelegatingQueryInterface()
890 return GetInterface((IPersistStream *)this, ppv); in NonDelegatingQueryInterface()
892 // return GetInterface((IVAudioEncSettings*) this, ppv); in NonDelegatingQueryInterface()
894 return GetInterface((IAudioEncoderProperties*) this, ppv); in NonDelegatingQueryInterface()
896 return CTransformFilter::NonDelegatingQueryInterface(riid, ppv); in NonDelegatingQueryInterface()
1616 STDMETHODIMP CMpegAudEncOutPin::NonDelegatingQueryInterface(REFIID riid, void **ppv) in NonDelegatingQueryInterface() argument
1619 CheckPointer(ppv, E_POINTER); in NonDelegatingQueryInterface()
1620 return GetInterface((IAMStreamConfig*)(this), ppv); in NonDelegatingQueryInterface()
1622 return CBaseOutputPin::NonDelegatingQueryInterface(riid, ppv); in NonDelegatingQueryInterface()
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxcapi.h171 _Out_ LPVOID* ppv
178 _Out_ LPVOID* ppv
191 /// <param name="ppv">
193 /// in riid. Upon successful return, *ppv contains the requested interface
194 /// pointer. Upon failure, *ppv contains NULL.</param>
203 _Out_ LPVOID* ppv
211 _Out_ LPVOID* ppv
/third_party/libwebsockets/lib/core-net/
H A Dadopt.c254 void *pv, **ppv; in lws_adopt_ss_server_accept() local
268 ppv = (void **)((char *)pv + in lws_adopt_ss_server_accept()
280 *ppv, &h, NULL, NULL)) { in lws_adopt_ss_server_accept()
/third_party/python/Lib/ctypes/
H A D__init__.py535 def DllGetClassObject(rclsid, riid, ppv):
541 return ccom.DllGetClassObject(rclsid, riid, ppv)
/third_party/python/PC/
H A Dpyshellext.cpp491 STDAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, _COM_Outptr_ void** ppv) { in DllGetClassObject() argument
492 return Module<InProc>::GetModule().GetClassObject(rclsid, riid, ppv); in DllGetClassObject()
/third_party/ffmpeg/libavdevice/
H A Ddecklink_enc.cpp112 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface() argument
160 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface() argument
H A Ddecklink_dec.cpp132 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface() argument
697 virtual HRESULT STDMETHODCALLTYPE QueryInterface(REFIID iid, LPVOID *ppv) { return E_NOINTERFACE; } in QueryInterface() argument
/third_party/NuttX/drivers/video/
H A Dfb.c386 void **ppv = (void **)((uintptr_t)arg); in fb_ioctl() local
391 ret = LOS_ArchCopyToUser(ppv, &fbmem, sizeof(uintptr_t)); in fb_ioctl()

Completed in 14 milliseconds