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

  /external/chromium_org/third_party/tlslite/tlslite/
session.py 57 self.resumable = False
61 tackExt, tackInHelloExt, serverName, resumable=True):
71 self.resumable = resumable
84 other.resumable = self.resumable
93 return self.resumable and self.sessionID
98 self.resumable = boolean
tlsrecordlayer.py 505 def _shutdown(self, resumable):
514 #Even if resumable is False, we'll never toggle this on
515 if not resumable and self.session:
516 self.session.resumable = False
    [all...]
tlsconnection.py 478 # session.valid() ensures session is resumable and has
481 session = None #ignore non-resumable sessions...
482 elif session.resumable:
610 #Either send ClientHello (with a resumable session)...
612 #If it's resumable, then its
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 125 if (top.resumable) {
187 if (unclosed.resumable) {
206 // and <i>, then we need to store the attributes for resumable tags so
258 final boolean resumable; field in class:TagBalancingHtmlStreamEventReceiver.ElementContainmentInfo
273 String elementName, boolean resumable, int types, int contents,
277 this.resumable = resumable;
374 String elementName, boolean resumable, int types, int contentTypes) {
375 return defineElement(elementName, resumable, types, contentTypes, null);
379 String elementName, boolean resumable, int types, int contentTypes
    [all...]
  /external/expat/tests/
runtests.c 1012 static XML_Bool resumable = XML_FALSE; variable
1018 XML_StopParser(parser, resumable);
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/chromium_org/net/third_party/nss/ssl/
sslnonce.c 242 sid->u.ssl3.keys.resumable) &&
sslimpl.h 522 PRUint8 resumable; member in struct:__anon13714
    [all...]
ssl3ext.c     [all...]
ssl3con.c     [all...]
  /external/expat/lib/
expat.h 788 (resumable = 0) an already suspended parser. Some call-backs may
796 except when parsing an external parameter entity and resumable != 0.
803 When resumable != 0 (true) then parsing is suspended, that is,
    [all...]
xmlparse.c     [all...]

Completed in 208 milliseconds