Searched refs:api_ptr (Results 1 – 2 of 2) sorted by relevance
66 FARPROC api_ptr = GetProcAddress(usbdk_helper.module, api_name); in get_usbdk_proc_addr() local68 if (api_ptr == NULL) in get_usbdk_proc_addr()71 return api_ptr; in get_usbdk_proc_addr()
231 void **api_ptr = (void **) PyCapsule_GetPointer(c.ptr(), NULL); in lookup() local233 void **api_ptr = (void **) PyCObject_AsVoidPtr(c.ptr()); in lookup() local236 #define DECL_NPY_API(Func) api.Func##_ = (decltype(api.Func##_)) api_ptr[API_##Func]; in lookup()