Home
last modified time | relevance | path

Searched refs:piunk (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c230 EXPORT(int) _testfunc_piunk(IUnknown FAR *piunk) in _testfunc_piunk() argument
232 piunk->lpVtbl->AddRef(piunk); in _testfunc_piunk()
233 return piunk->lpVtbl->Release(piunk); in _testfunc_piunk()
D_ctypes.c3894 IUnknown *piunk = NULL; in PyCFuncPtr_call() local
3934 piunk = *(IUnknown **)this->b_ptr; in PyCFuncPtr_call()
3935 if (NULL == piunk->lpVtbl) { in PyCFuncPtr_call()
3940 pProc = ((void **)piunk->lpVtbl)[self->index - 0x1000]; in PyCFuncPtr_call()
3982 piunk, in PyCFuncPtr_call()