Home
last modified time | relevance | path

Searched refs:plength (Results 1 – 25 of 597) sorted by last modified time

12345678910>>...24

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/third_party/libevent/
H A Devent.h1193 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
1194 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
/dports/sysutils/stowES/stowES-0.5.7/
H A DstowES.in1030 my $plength = length($package_path) + 1;
1039 my $targetlink = $TargetDir.'/'.substr($file, $plength);
1070 my $targetdir = $TargetDir.'/'.substr($dir, $plength);
1168 my $plength = length("$StowDir/$package") + 1;
1173 my $targetfile = $TargetDir."/".substr($stowfile, $plength);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmFileStreamer.cxx340 off64_t plength = newlen; in AppendToDataElement() local
346 plength = newlen + ReservedDataLength - len; in AppendToDataElement()
350 plength = newlen + ReservedDataLength - len; in AppendToDataElement()
356 if( !prepare_file( pFile, (off64_t)thepos + actualde, plength ) ) in AppendToDataElement()
378 const off64_t plength = len - ReservedDataLength; in AppendToDataElement() local
379 assert( plength >= 0 ); in AppendToDataElement()
380 if( !prepare_file( pFile, (off64_t)curpos, plength) ) in AppendToDataElement()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Ddviprlib.c298 uchar *pstart,*plength; in dviprt_read_QR_cfg() local
318 plength = pinfo->pcodebuf++; in dviprt_read_QR_cfg()
320 *plength = 1; in dviprt_read_QR_cfg()
358 (*plength) += 2; in dviprt_read_QR_cfg()
367 (*plength) += 2; in dviprt_read_QR_cfg()
375 (*plength) += 2; in dviprt_read_QR_cfg()
381 plength = pinfo->pcodebuf++; in dviprt_read_QR_cfg()
382 *plength = 0; in dviprt_read_QR_cfg()
384 (*plength)++; in dviprt_read_QR_cfg()
1202 uchar *plength; in dviprt_set_code() local
[all …]
/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Dhttpbrokerclient.cpp899 int plength; in scramblePwd() local
902 plength=scrambled.length()-startPos; in scramblePwd()
906 plength=endPos-startPos; in scramblePwd()
908 scrambled.remove(startPos, plength); in scramblePwd()
/dports/net/honeyd/honeyd-1.5c/
H A Duntagging.c115 tag_peek_length(struct evbuffer *evbuf, uint32_t *plength) in tag_peek_length() argument
131 res = decode_int_internal(plength, tmp, 0); in tag_peek_length()
137 *plength += res + 1; in tag_peek_length()
/dports/multimedia/replex/replex-0.1.6.8/
H A Dpes.h104 uint32_t plength; member
H A Dreplex.c978 len = p->plength-3-p->hlength; in es_out()
1047 len = p->plength-3-p->hlength; in pes_es_out()
1109 if (fframe > p->plength) break; in pes_es_out()
1155 len = p->plength; in avi_es_out()
1248 if (p->plength == MMAX_PLENGTH-6){ in replex_tsp()
1249 p->plength = p->found-6; in replex_tsp()
1558 len = p->plength-3-p->hlength; in pes_id_out()
1589 if (fframe < p->plength){ in pes_id_out()
1592 AC3, p->plength+6)) >= 0){ in pes_id_out()
H A Dpes.c217 p->plength = ntohs(*pl); in get_pes()
233 p->plength = ntohs(*pl); in get_pes()
271 if(p->plength && p->found == 9 && p->found > p->plength+6){ in get_pes()
277 if (!p->plength) p->plength = MMAX_PLENGTH-6; in get_pes()
338 if (l+p->found > p->plength+6) in get_pes()
339 l = p->plength+6-p->found; in get_pes()
366 if(p->found == p->plength+6){ in get_pes()
373 if( p->found + count - c < p->plength+6){ in get_pes()
377 c += p->plength+6 - p->found; in get_pes()
378 p->found = p->plength+6; in get_pes()
[all …]
/dports/dns/c-ares/c-ares-1.17.2/include/
H A Dares.h543 size_t plength; /* plength excludes null termination */ member
/dports/devel/ccrtp/ccrtp-2.1.2/src/
H A Dcontrol.cpp678 uint8 plength = *( &(item->len) + 1 ); in onGotSDESChunk() local
683 reinterpret_cast<char*>(item + pointer),plength); in onGotSDESChunk()
684 pointer += plength; in onGotSDESChunk()
687 (item->len - 1 - plength)); in onGotSDESChunk()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/openssl-0.9.8g/openssl/
H A Dasn1.h905 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/9660/
H A Dconform.c118 wrconform(Cdimg *cd, int n, ulong *pblock, ulong *plength) in wrconform() argument
127 *plength = 0; in wrconform()
138 *plength = Cwoffset(cd) - *pblock*Blocksize; in wrconform()
139 chat("write _conform.map at %lud+%lud\n", *pblock, *plength); in wrconform()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libsec/port/
H A Dx509.c155 static int length_decode(uchar** pp, uchar* pend, int* plength);
309 length_decode(uchar** pp, uchar* pend, int* plength) in length_decode() argument
329 *plength = num; in length_decode()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editrgbtri/
H A Drgbt.cpp393 double* plength = widgetRgbT->cLengthEnabled->isChecked() ? &wlength : 0; in Decorate() local
394 rgbie->processEdge((*lpit).first,(*lpit).second,plevel,plength); in Decorate()
417 double* plength = widgetRgbT->cLengthEnabled->isChecked() ? &wlength : 0; in Decorate() local
418 rgbie->processVertex(*liit,plevel,plength); in Decorate()
/dports/audio/xwave/xwave2-981109/src/
H A Daifc.c55 unsigned char freq[10],plength,*pstring; in aifc_open() local
105 i=read(af->fd,&plength,sizeof(plength));count+=i; in aifc_open()
106 pstring=malloc(plength); in aifc_open()
108 i=read(af->fd,pstring,plength);count+=i; in aifc_open()
222 com.plength=strlen(com.pstring); in aifc_new()
224 chunk.length+=sizeof(com.plength)+com.plength; in aifc_new()
247 i=write(af->fd,&com.plength,sizeof(com.plength));headoffs+=i; in aifc_new()
248 i=write(af->fd,com.pstring,com.plength);headoffs+=i; in aifc_new()
251 if (!(com.plength % 2)) { in aifc_new()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/third_party/libevent/
H A Devent_tagging.c402 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument
410 res = decode_int_internal(plength, evbuf, len); in evtag_peek_length()
414 *plength += res + len; in evtag_peek_length()
420 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument
428 res = decode_int_internal(plength, evbuf, len); in evtag_payload_length()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/third_party/libevent/include/event2/
H A Dtag.h117 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
119 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsapi.cpp4197 size_t* plength) { in JS_GetLatin1StringCharsAndLength() argument
4198 MOZ_ASSERT(plength); in JS_GetLatin1StringCharsAndLength()
4206 *plength = linear->length(); in JS_GetLatin1StringCharsAndLength()
4212 size_t* plength) { in JS_GetTwoByteStringCharsAndLength() argument
4213 MOZ_ASSERT(plength); in JS_GetTwoByteStringCharsAndLength()
4221 *plength = linear->length(); in JS_GetTwoByteStringCharsAndLength()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsapi.cpp3081 size_t* plength) { in JS_GetLatin1StringCharsAndLength() argument
3082 MOZ_ASSERT(plength); in JS_GetLatin1StringCharsAndLength()
3090 *plength = linear->length(); in JS_GetLatin1StringCharsAndLength()
3096 size_t* plength) { in JS_GetTwoByteStringCharsAndLength() argument
3097 MOZ_ASSERT(plength); in JS_GetTwoByteStringCharsAndLength()
3105 *plength = linear->length(); in JS_GetTwoByteStringCharsAndLength()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/third_party/libevent/include/event2/
H A Dtag.h117 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
119 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
/dports/www/firefox/firefox-99.0/ipc/chromium/src/third_party/libevent/
H A Devent_tagging.c402 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument
410 res = decode_int_internal(plength, evbuf, len); in evtag_peek_length()
414 *plength += res + len; in evtag_peek_length()
420 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument
428 res = decode_int_internal(plength, evbuf, len); in evtag_payload_length()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsapi.cpp4197 size_t* plength) { in JS_GetLatin1StringCharsAndLength() argument
4198 MOZ_ASSERT(plength); in JS_GetLatin1StringCharsAndLength()
4206 *plength = linear->length(); in JS_GetLatin1StringCharsAndLength()
4212 size_t* plength) { in JS_GetTwoByteStringCharsAndLength() argument
4213 MOZ_ASSERT(plength); in JS_GetTwoByteStringCharsAndLength()
4221 *plength = linear->length(); in JS_GetTwoByteStringCharsAndLength()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/third_party/libevent/
H A Devent_tagging.c402 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_peek_length() argument
410 res = decode_int_internal(plength, evbuf, len); in evtag_peek_length()
414 *plength += res + len; in evtag_peek_length()
420 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength) in evtag_payload_length() argument
428 res = decode_int_internal(plength, evbuf, len); in evtag_payload_length()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/third_party/libevent/include/event2/
H A Dtag.h117 int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
119 int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);

12345678910>>...24