Searched refs:sipAPI__grid (Results 1 – 2 of 2) sorted by relevance
1594 #define sipMalloc sipAPI__grid->api_malloc1595 #define sipFree sipAPI__grid->api_free1613 #define sipNoMethod sipAPI__grid->api_no_method1615 #define sipBadClass sipAPI__grid->api_bad_class1619 #define sipTrace sipAPI__grid->api_trace1633 #define sipCallHook sipAPI__grid->api_call_hook1642 #define sipSameSlot sipAPI__grid->api_same_slot1657 #define sipGetState sipAPI__grid->api_get_state1706 #define sipGetDate sipAPI__grid->api_get_date1710 #define sipGetTime sipAPI__grid->api_get_time[all …]
1492 const sipAPIDef *sipAPI__grid; variable1576 …sipAPI__grid = reinterpret_cast<const sipAPIDef *>(PyCapsule_GetPointer(sip_capiobj, "wx.siplib._C… in SIP_MODULE_ENTRY()1578 sipAPI__grid = reinterpret_cast<const sipAPIDef *>(PyCObject_AsVoidPtr(sip_capiobj)); in SIP_MODULE_ENTRY()1582 if (sipAPI__grid == SIP_NULLPTR) in SIP_MODULE_ENTRY()