/third_party/openssl/util/perl/TLSProxy/ |
D | Message.pm | 140 my $startoffset = -1; 154 $startoffset = -1; 215 $startoffset); 243 $startoffset = $recoffset; 256 $startoffset); 305 my ($server, $mt, $data, $startoffset) = @_; 315 $startoffset, 324 $startoffset, 333 $startoffset, 342 $startoffset, [all …]
|
D | NewSessionTicket.pm | 21 $startoffset, 29 $startoffset,
|
D | CertificateVerify.pm | 21 $startoffset, 29 $startoffset,
|
D | EncryptedExtensions.pm | 21 $startoffset, 29 $startoffset,
|
D | CertificateRequest.pm | 21 $startoffset, 29 $startoffset,
|
D | ServerKeyExchange.pm | 21 $startoffset, 29 $startoffset,
|
D | Certificate.pm | 21 $startoffset, 29 $startoffset,
|
D | ServerHello.pm | 26 $startoffset, 34 $startoffset,
|
D | ClientHello.pm | 21 $startoffset, 29 $startoffset,
|
/third_party/parse5/packages/parse5/docs/source-code-location/ |
D | location.md | 9 * [startOffset](#startoffset) 52 <a id="startoffset"></a>
|
D | start-tag-location.md | 10 * [startOffset](#startoffset) 62 <a id="startoffset"></a>
|
D | element-location.md | 11 * [startOffset](#startoffset) 73 <a id="startoffset"></a>
|
/third_party/pcre2/pcre2/src/ |
D | pcre2grep.c | 1830 PCRE2_SIZE startoffset, int *mrc) in match_patterns() argument 1846 startoffset, options, match_data, match_context); in match_patterns() 2589 PCRE2_SIZE startoffset = 0; in pcre2grep() local 2736 match = match_patterns(ptr, length, options, startoffset, &mrc); in pcre2grep() 2862 startoffset = offsets[1]; /* Restart after the match */ in pcre2grep() 2864 if (startoffset <= oldstartoffset) in pcre2grep() 2866 if (startoffset >= length) goto END_ONE_MATCH; /* Were at end */ in pcre2grep() 2867 startoffset = oldstartoffset + 1; in pcre2grep() 2868 if (utf) while ((ptr[startoffset] & 0xc0) == 0x80) startoffset++; in pcre2grep() 2875 while (startoffset > linelength) in pcre2grep() [all …]
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggparse.c | 400 guint64 startoffset = ogg->offset; in gst_ogg_parse_chain() local 426 pagebuffer = gst_ogg_parse_buffer_from_page (&page, startoffset, in gst_ogg_parse_chain() 437 granule, bos, startoffset, ogg->offset, keyframe); in gst_ogg_parse_chain() 472 startoffset); in gst_ogg_parse_chain()
|
/third_party/openssl/test/recipes/ |
D | 70-test_sslsessiontick.t | 188 my $offset = $message->startoffset + $message->encoded_length;
|
/third_party/parse5/test/data/parser-feedback/ |
D | tests11.test | 176 …redfeatures='' specularconstant='' specularexponent='' spreadmethod='' startoffset='' stddeviation… 177 …redfeatures='' specularconstant='' specularexponent='' spreadmethod='' startoffset='' stddeviation… 326 "startoffset": "",
|
/third_party/parse5/packages/parse5/lib/common/ |
D | foreign-content.js | 65 startoffset: 'startOffset', property
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 219 PCRE2_SIZE length, PCRE2_SIZE startoffset, 224 PCRE2_SIZE length, PCRE2_SIZE startoffset, 357 PCRE2_SIZE length, PCRE2_SIZE startoffset, 369 PCRE2_SIZE length, PCRE2_SIZE startoffset, 1001 can never be found if the startoffset argument of pcre2_match(), 1619 line. If startoffset is non-zero, the limiting newline is not necessar- 1622 pattern match for "yz" succeeds with PCRE2_FIRSTLINE if startoffset is 1975 PCRE2_SIZE length, PCRE2_SIZE startoffset, 2543 PCRE2_SIZE length, PCRE2_SIZE startoffset, 2578 a length in length, and a starting offset in startoffset. The length [all …]
|
D | pcre2test.txt | 1120 startoffset=<n> same as offset=<n>
|
/third_party/pcre2/pcre2/ |
D | ChangeLog | 2181 98. In pcre2test, make the "startoffset" modifier a synonym of "offset", 2182 because it sets the "startoffset" parameter for pcre2_match().
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput2 | 1325 ab cd\=startoffset=1
|
D | testoutput2 | 5293 ab cd\=startoffset=1
|