Searched refs:PortState (Results 1 – 5 of 5) sorted by relevance
19 typedef enum { Unauthorized = 2, Authorized = 1 } PortState; typedef48 PortState authPortStatus;
27 static inline const char * port_state_txt(PortState ps) in port_state_txt()
113 typedef struct OpaquePortState* PortState; typedef276 - (PortState)saveAndSetNewPortStateForUpdate:(BOOL)forUpdate354 PortState portState;368 portState = (PortState)qdPortState;510 portState = (PortState)cgPortState;546 portState = (PortState)1;558 - (PortState)saveAndSetNewPortState563 - (void)restorePortState:(PortState)portState605 ASSERT(portState == (PortState)1);641 PortState portState = NULL;[all …]
21597 … Renamed PortState to PortState_QD. PortState is now an opaque pointer. PortState_QD cannot be21605 Now returns a malloc()'ed PortState that the caller is responsible for freeing. Renamed to21616 … Don't restore PortState if it's NULL (didn't used to be a pointer). Free when we're done with it.21623 … Don't restore PortState if it's NULL (didn't used to be a pointer). Free when we're done with it.
13647 …inView sendEvent:isDrawRect:]): Slightly refactored a small block of code which with the PortState.13648 Plug-ins using the NPDrawingModelCoreAnimation drawing model have no PortState. 21921 …which would sometimes altogether prevent updating the PortState and calling into a plug-ins NPP_Se…