Home
last modified time | relevance | path

Searched refs:PortState (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm_i.h19 typedef enum { Unauthorized = 2, Authorized = 1 } PortState; typedef
48 PortState authPortStatus;
Deapol_auth_dump.c27 static inline const char * port_state_txt(PortState ps) in port_state_txt()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.mm113 typedef struct OpaquePortState* PortState; typedef
276 - (PortState)saveAndSetNewPortStateForUpdate:(BOOL)forUpdate
354 PortState portState;
368 portState = (PortState)qdPortState;
510 portState = (PortState)cgPortState;
546 portState = (PortState)1;
558 - (PortState)saveAndSetNewPortState
563 - (void)restorePortState:(PortState)portState
605 ASSERT(portState == (PortState)1);
641 PortState portState = NULL;
[all …]
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1421597 … Renamed PortState to PortState_QD. PortState is now an opaque pointer. PortState_QD cannot be
21605 Now returns a malloc()'ed PortState that the caller is responsible for freeing. Renamed to
21616 … 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.
DChangeLog-2010-01-2913647 …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…