Searched refs:punk (Results 1 - 8 of 8) sorted by relevance
/third_party/lame/dshow/ |
H A D | aboutprp.cpp | 64 CUnknown *punk = new CMAEAbout(lpunk, phr); in CreateInstance() local 65 if (punk == NULL) { in CreateInstance() 69 return punk; in CreateInstance()
|
H A D | PropPage.h | 27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr ); 28 CMpegAudEncPropertyPage( LPUNKNOWN punk, HRESULT *phr );
|
H A D | PropPage_adv.h | 27 static CUnknown *CreateInstance( LPUNKNOWN punk, HRESULT *phr ); 28 CMpegAudEncPropertyPageAdv( LPUNKNOWN punk, HRESULT *phr );
|
H A D | PropPage_adv.cpp | 47 CUnknown *CMpegAudEncPropertyPageAdv::CreateInstance( LPUNKNOWN punk, HRESULT *phr ) in CreateInstance() argument 50 = new CMpegAudEncPropertyPageAdv( punk, phr ); in CreateInstance() 61 CMpegAudEncPropertyPageAdv::CMpegAudEncPropertyPageAdv(LPUNKNOWN punk, HRESULT *phr) : in CMpegAudEncPropertyPageAdv() argument 62 CBasePropertyPage(NAME("Encoder Advanced Property Page"), punk, IDD_ADVPROPS, IDS_AUDIO_ADVANCED_TITLE), in CMpegAudEncPropertyPageAdv()
|
H A D | PropPage.cpp | 93 CUnknown *CMpegAudEncPropertyPage::CreateInstance( LPUNKNOWN punk, HRESULT *phr ) in CreateInstance() argument 96 = new CMpegAudEncPropertyPage( punk, phr ); in CreateInstance() 107 CMpegAudEncPropertyPage::CMpegAudEncPropertyPage(LPUNKNOWN punk, HRESULT *phr) in CMpegAudEncPropertyPage() argument 109 punk, IDD_AUDIOENCPROPS, IDS_AUDIO_PROPS_TITLE) in CMpegAudEncPropertyPage()
|
H A D | Mpegac.cpp | 239 CMpegAudEnc *punk = new CMpegAudEnc(lpunk, phr); in CreateInstance() local 240 if (punk == NULL) in CreateInstance() 242 return punk; in CreateInstance()
|
/third_party/python/Modules/_ctypes/ |
H A D | callbacks.c | 127 IUnknown *punk; in TryAddRef() local 138 punk = *(IUnknown **)obj->b_ptr; in TryAddRef() 139 if (punk) in TryAddRef() 140 punk->lpVtbl->AddRef(punk); in TryAddRef()
|
H A D | _ctypes_test.c | 1024 EXPORT (HRESULT) KeepObject(IUnknown *punk) in EXPORT() 1027 if (punk) in EXPORT() 1028 punk->lpVtbl->AddRef(punk); in EXPORT() 1031 pobj = punk; in EXPORT()
|
Completed in 11 milliseconds