HomeSort by relevance Sort by last modified time
    Searched defs:CSeq (Results 1 - 10 of 10) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
CSeq.java 38 * CSeq SIP Header.
46 public class CSeq extends SIPHeader implements javax.sip.header.CSeqHeader {
66 public CSeq() {
67 super(CSEQ);
76 public CSeq(long seqno, String method) {
83 * Compare two cseq headers for equality.
85 * @return true if the two cseq headers are equals, false
135 "JAIN-SIP Exception, CSeq, setSequenceNumber(), "
139 "JAIN-SIP Exception, CSeq, setSequenceNumber(), "
159 "JAIN-SIP Exception, CSeq"
    [all...]
  /external/curl/lib/
rtsp.c 48 * -server CSeq counter
196 /* Initialize the CSeq if not already done */
236 "The CSeq of this request %ld did not match the response %ld",
242 infof(data, "Got an RTP Receive with a CSeq of %ld\n", CSeq_recv);
451 if(Curl_checkheaders(conn, "CSeq:")) {
452 failf(data, "CSeq cannot be set as a custom header.");
469 "CSeq: %ld\r\n", /* CSeq */
607 /* Increment the CSeq on success */
792 long CSeq = 0
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 158 milliseconds