Home
last modified time | relevance | path

Searched refs:length_to_copy (Results 1 – 23 of 23) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine/
H A Dengine_util.cc61 int length_to_copy = server_name.length(); in ServerNameToSyncAPIName() local
64 --length_to_copy; in ServerNameToSyncAPIName()
66 *out = server_name.substr(0, length_to_copy); in ServerNameToSyncAPIName()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/websockets/
H A Dwebsocket_deflater.cc122 size_t length_to_copy = std::min(size, buffer_.size()); in GetOutput() local
124 base::circular_deque<char>::iterator end = begin + length_to_copy; in GetOutput()
126 auto result = base::MakeRefCounted<IOBufferWithSize>(length_to_copy); in GetOutput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/websockets/
H A Dwebsocket_deflater.cc122 size_t length_to_copy = std::min(size, buffer_.size()); in GetOutput() local
124 base::circular_deque<char>::iterator end = begin + length_to_copy; in GetOutput()
126 auto result = base::MakeRefCounted<IOBufferWithSize>(length_to_copy); in GetOutput()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtps-processed.c382 gsize length_to_copy = encrypted_current - &frame_str[idx];
383 wmem_strbuf_append_len(out, &frame_str[idx], length_to_copy);
389 idx += length_to_copy + strlen(pattern);
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtps-processed.c382 gsize length_to_copy = encrypted_current - &frame_str[idx]; in get_new_colinfo_w_submessages() local
383 wmem_strbuf_append_len(out, &frame_str[idx], length_to_copy); in get_new_colinfo_w_submessages()
389 idx += length_to_copy + strlen(pattern); in get_new_colinfo_w_submessages()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtps-processed.c382 gsize length_to_copy = encrypted_current - &frame_str[idx]; in get_new_colinfo_w_submessages() local
383 wmem_strbuf_append_len(out, &frame_str[idx], length_to_copy); in get_new_colinfo_w_submessages()
389 idx += length_to_copy + strlen(pattern); in get_new_colinfo_w_submessages()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-rtps-processed.c382 gsize length_to_copy = encrypted_current - &frame_str[idx]; in get_new_colinfo_w_submessages() local
383 wmem_strbuf_append_len(out, &frame_str[idx], length_to_copy); in get_new_colinfo_w_submessages()
389 idx += length_to_copy + strlen(pattern); in get_new_colinfo_w_submessages()
/dports/sysutils/cdrkit/cdrkit-1.1.11/genisoimage/
H A Dudf.c360 int length_to_copy = (dst_size-1) & ~1; in set_ostaunicode() local
361 if (length_to_copy > expanded_length) in set_ostaunicode()
362 length_to_copy = expanded_length; in set_ostaunicode()
364 memcpy(dst+1, buf, length_to_copy); in set_ostaunicode()
365 return (length_to_copy + 1); in set_ostaunicode()
/dports/sysutils/genisoimage/cdrkit-1.1.11/genisoimage/
H A Dudf.c360 int length_to_copy = (dst_size-1) & ~1; in set_ostaunicode() local
361 if (length_to_copy > expanded_length) in set_ostaunicode()
362 length_to_copy = expanded_length; in set_ostaunicode()
364 memcpy(dst+1, buf, length_to_copy); in set_ostaunicode()
365 return (length_to_copy + 1); in set_ostaunicode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dtest_download_http_response.cc202 int length_to_copy = in GetPatternBytes() local
205 std::string string_to_append(start_pos, start_pos + length_to_copy); in GetPatternBytes()
207 length -= length_to_copy; in GetPatternBytes()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/sequence/
H A Dstring_base.h796 typename Size<T>::Type length_to_copy = old_length;
800 length_to_copy = new_length - size + removed_size;
815 … arrayConstructMove(old_array + end, old_array + length_to_copy, seq_array + start + size);
823 arrayClearSpace(seq_array + start, length_to_copy - start, end - start, size);
824 if (length_to_copy < old_length)
826 arrayDestruct(seq_array + length_to_copy, seq_array + old_length);
/dports/biology/seqan1/seqan-1.3.1/seqan/sequence/
H A Dstring_base.h609 typename Size<T>::Type length_to_copy = old_length;
614 length_to_copy = new_length - size + removed_size;
629 … arrayConstructMove(old_array + end, old_array + length_to_copy, seq_array + start + size);
637 arrayClearSpace(seq_array + start, length_to_copy - start, end - start, size);
638 if (length_to_copy < old_length)
640 arrayDestruct(seq_array + length_to_copy, seq_array + old_length);
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/sequence/
H A Dstring_base.h796 typename Size<T>::Type length_to_copy = old_length;
800 length_to_copy = new_length - size + removed_size;
815 … arrayConstructMove(old_array + end, old_array + length_to_copy, seq_array + start + size);
823 arrayClearSpace(seq_array + start, length_to_copy - start, end - start, size);
824 if (length_to_copy < old_length)
826 arrayDestruct(seq_array + length_to_copy, seq_array + old_length);
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/sequence/
H A Dstring_base.h779 typename Size<T>::Type length_to_copy = old_length;
783 length_to_copy = new_length - size + removed_size;
798 … arrayConstructMove(old_array + end, old_array + length_to_copy, seq_array + start + size);
806 arrayClearSpace(seq_array + start, length_to_copy - start, end - start, size);
807 if (length_to_copy < old_length)
809 arrayDestruct(seq_array + length_to_copy, seq_array + old_length);
/dports/devel/sunpromake/schily-2021-09-18/mkisofs/
H A Dudf.c564 int length_to_copy = (dst_size-1) & ~1; local
565 if (length_to_copy > expanded_length)
566 length_to_copy = expanded_length;
568 memcpy(dst+1, buf, length_to_copy);
569 return (length_to_copy + 1);
/dports/devel/smake/schily-2021-09-18/mkisofs/
H A Dudf.c564 int length_to_copy = (dst_size-1) & ~1; local
565 if (length_to_copy > expanded_length)
566 length_to_copy = expanded_length;
568 memcpy(dst+1, buf, length_to_copy);
569 return (length_to_copy + 1);
/dports/devel/sccs/schily-2021-09-18/mkisofs/
H A Dudf.c564 int length_to_copy = (dst_size-1) & ~1; local
565 if (length_to_copy > expanded_length)
566 length_to_copy = expanded_length;
568 memcpy(dst+1, buf, length_to_copy);
569 return (length_to_copy + 1);
/dports/devel/schilybase/schily-2021-09-18/mkisofs/
H A Dudf.c564 int length_to_copy = (dst_size-1) & ~1; local
565 if (length_to_copy > expanded_length)
566 length_to_copy = expanded_length;
568 memcpy(dst+1, buf, length_to_copy);
569 return (length_to_copy + 1);
/dports/net/rscsi/schily-2021-09-18/mkisofs/
H A Dudf.c564 int length_to_copy = (dst_size-1) & ~1; local
565 if (length_to_copy > expanded_length)
566 length_to_copy = expanded_length;
568 memcpy(dst+1, buf, length_to_copy);
569 return (length_to_copy + 1);
/dports/archivers/star/schily-2021-09-18/mkisofs/
H A Dudf.c564 int length_to_copy = (dst_size-1) & ~1; local
565 if (length_to_copy > expanded_length)
566 length_to_copy = expanded_length;
568 memcpy(dst+1, buf, length_to_copy);
569 return (length_to_copy + 1);
/dports/sysutils/cdrtools/schily-2021-09-18/mkisofs/
H A Dudf.c564 int length_to_copy = (dst_size-1) & ~1; local
565 if (length_to_copy > expanded_length)
566 length_to_copy = expanded_length;
568 memcpy(dst+1, buf, length_to_copy);
569 return (length_to_copy + 1);
/dports/editors/ved/schily-2021-09-18/mkisofs/
H A Dudf.c564 int length_to_copy = (dst_size-1) & ~1; local
565 if (length_to_copy > expanded_length)
566 length_to_copy = expanded_length;
568 memcpy(dst+1, buf, length_to_copy);
569 return (length_to_copy + 1);
/dports/sysutils/schilyutils/schily-2021-09-18/mkisofs/
H A Dudf.c564 int length_to_copy = (dst_size-1) & ~1; local
565 if (length_to_copy > expanded_length)
566 length_to_copy = expanded_length;
568 memcpy(dst+1, buf, length_to_copy);
569 return (length_to_copy + 1);