Home
last modified time | relevance | path

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

/third_party/python/Modules/_ctypes/
D_ctypes_test.c422 EXPORT(int) _testfunc_piunk(IUnknown FAR *piunk) in _testfunc_piunk() argument
424 piunk->lpVtbl->AddRef(piunk); in _testfunc_piunk()
425 return piunk->lpVtbl->Release(piunk); in _testfunc_piunk()
D_ctypes.c4116 IUnknown *piunk = NULL; in PyCFuncPtr_call() local
4156 piunk = *(IUnknown **)this->b_ptr; in PyCFuncPtr_call()
4157 if (NULL == piunk->lpVtbl) { in PyCFuncPtr_call()
4162 pProc = ((void **)piunk->lpVtbl)[self->index - 0x1000]; in PyCFuncPtr_call()
4204 piunk, in PyCFuncPtr_call()