HomeSort by relevance Sort by last modified time
    Searched refs:new_phase (Results 1 - 5 of 5) sorted by null

  /external/ppp/pppd/
auth.c 557 new_phase(PHASE_SERIALCONN);
592 new_phase(PHASE_ESTABLISH);
598 new_phase(PHASE_DISCONNECT);
603 new_phase(PHASE_DEAD);
618 new_phase(PHASE_DISCONNECT);
670 new_phase(PHASE_MASTER);
676 new_phase(PHASE_DEAD);
698 new_phase(PHASE_ESTABLISH);
767 new_phase(PHASE_AUTHENTICATE);
833 new_phase(PHASE_CALLBACK)
    [all...]
main.c 323 new_phase(PHASE_INITIALIZE);
556 new_phase(PHASE_DORMANT);
613 new_phase(PHASE_HOLDOFF);
618 new_phase(PHASE_DORMANT); /* allow signal to end holdoff */
916 new_phase(PHASE_DORMANT);
1201 * new_phase - signal the start of a new phase of pppd's operation.
1204 new_phase(p) function
    [all...]
pppd.h 509 void new_phase __P((int)); /* signal start of new phase */
    [all...]
lcp.c 403 new_phase(PHASE_TERMINATE);
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
html5parser.py 382 new_phase = None
396 new_phase = self.phases[newModes[nodeName]]
399 new_phase = self.phases["inBody"]
402 self.phase = new_phase
    [all...]

Completed in 203 milliseconds