Home
last modified time | relevance | path

Searched refs:ContentLen (Results 1 – 25 of 110) sorted by relevance

12345

/dports/multimedia/jmref/JM/ldecod/src/
H A Dconfigfile.c137 int CLcount, ContentLen, NumberParams; in ParseCommand() local
248 ContentLen = 0; in ParseCommand()
253 ContentLen += (int) strlen (av[NumberParams++]); // Space for all the strings in ParseCommand()
254 ContentLen += 1000; // Additional 1000 bytes for spaces and \0s in ParseCommand()
257 if ((content = malloc (ContentLen))==NULL) no_mem_exit("Configure: content");; in ParseCommand()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/dtls/v2/pkg/protocol/recordlayer/
H A Dheader.go13 ContentLen uint16 member
37 binary.BigEndian.PutUint16(out[HeaderSize-2:], h.ContentLen)
H A Drecordlayer.go38 r.Header.ContentLen = uint16(len(contentRaw))
/dports/multimedia/jmref/JM/lencod/src/
H A Dconfigfile.c320 int CLcount, ContentLen, NumberParams; in Configure() local
407 ContentLen = 0; in Configure()
412 ContentLen += (int) strlen (av[NumberParams++]); // Space for all the strings in Configure()
413 ContentLen += 1000; // Additional 1000 bytes for spaces and \0s in Configure()
416 if ((content = malloc (ContentLen))==NULL) no_mem_exit("Configure: content");; in Configure()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/dtls/v2/
H A Dconn.go479 ContentLen: uint16(len(handshakeFragment)),
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/chttpd/src/
H A Dchttpd_db.erl1579 ContentLen = case couch_httpd:header_value(Req,"Content-Length") of
1601 {att_len, ContentLen},
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/streams/
H A Dgen_audio.go241 return t.raw.ContentLen()
H A Dgen_person.go241 return t.raw.ContentLen()
H A Dgen_service.go241 return t.raw.ContentLen()
H A Dgen_note.go241 return t.raw.ContentLen()
H A Dgen_object.go241 return t.raw.ContentLen()
H A Dgen_page.go241 return t.raw.ContentLen()
H A Dgen_profile.go275 return t.raw.ContentLen()
H A Dgen_group.go241 return t.raw.ContentLen()
H A Dgen_image.go309 return t.raw.ContentLen()
H A Dgen_video.go241 return t.raw.ContentLen()
H A Dgen_application.go241 return t.raw.ContentLen()
H A Dgen_article.go241 return t.raw.ContentLen()
H A Dgen_document.go241 return t.raw.ContentLen()
H A Dgen_event.go241 return t.raw.ContentLen()
H A Dgen_organization.go241 return t.raw.ContentLen()
H A Dgen_tombstone.go331 return t.raw.ContentLen()
H A Dgen_collection.go454 return t.raw.ContentLen()
H A Dgen_orderedcollection.go454 return t.raw.ContentLen()
H A Dgen_place.go411 return t.raw.ContentLen()

12345