Home
last modified time | relevance | path

Searched refs:write_bytes (Results 1 – 25 of 2553) sorted by relevance

12345678910>>...103

/dports/textproc/R-cran-readr/readr/src/
H A Dwrite_delim.cpp33 write_bytes(connection, &delim, 1); in stream_delim_row()
37 write_bytes(connection, eol, strlen(eol)); in stream_delim_row()
63 write_bytes(connection, "\"", 1); in stream_delim()
71 write_bytes(connection, "\"\"", 2); in stream_delim()
74 write_bytes(connection, "\\\"", 2); in stream_delim()
77 write_bytes(connection, "\"", 1); in stream_delim()
82 write_bytes(connection, cur, 1); in stream_delim()
87 write_bytes(connection, "\"", 1); in stream_delim()
135 write_bytes(connection, &delim, 1); in stream_delim()
185 write_bytes(connection, "TRUE", 4); in stream_delim()
[all …]
H A Dwrite.cpp18 write_bytes(connection, na.c_str(), na.size()); in write_lines_()
21 write_bytes(connection, str, strlen(str)); in write_lines_()
23 write_bytes(connection, sep.c_str(), sep.size()); in write_lines_()
34 write_bytes( in write_lines_raw_()
38 write_bytes(connection, sep.c_str(), sep.size()); in write_lines_raw_()
44 write_bytes(connection, x.c_str(), x.size()); in write_file_()
50 write_bytes( in write_file_raw_()
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmwrtimg.cpp79 fp_->write_bytes(buf, 28); in prepare()
120 fp_->write_bytes(buf, 10); in begin_block()
238 fp_->write_bytes(buf, 16); in write_entrypt()
366 fp_->write_bytes(buf, 2); in begin_dep_block()
384 fp_->write_bytes(buf, 1); in write_dep_block_item()
385 fp_->write_bytes(nm, len); in write_dep_block_item()
455 fp_->write_bytes(buf, 4); in fix_pool_def()
482 fp_->write_bytes(buf, 7); in write_pool_page()
510 fp_->write_bytes(buf, 7); in begin_pool_page()
600 fp_->write_bytes(buf, 2); in begin_sym_block()
[all …]
H A Dvmfile.h121 void write_int2(uint v) { char b[2]; oswp2(b, v); write_bytes(b, 2); } in write_int2()
122 void write_int4(uint v) { char b[4]; oswp4(b, v); write_bytes(b, 4); } in write_int4()
125 void write_bytes(const char *buf, size_t buflen) in write_bytes() function
183 virtual void write_byte(uchar b) { write_bytes((char *)&b, 1); } in write_byte()
192 { char b[2]; oswp2(b, i); write_bytes(b, 2); } in write_int2()
194 { char b[4]; oswp4(b, l); write_bytes(b, 4); } in write_int4()
200 virtual void write_bytes(const char *buf, size_t len) = 0;
225 void write_bytes(const char *buf, size_t len) in write_bytes() function
226 { fp_->write_bytes(buf, len); } in write_bytes()
269 void write_bytes(const char *buf, size_t len) in write_bytes() function
[all …]
/dports/archivers/zchunk/zchunk-1.1.16/src/lib/
H A Dio.c63 ssize_t write_bytes = write(fd, data, length); in write_data() local
64 if(write_bytes == -1) { in write_data()
67 } else if(write_bytes < length) { in write_data()
69 length -= write_bytes; in write_data()
70 write_bytes = write(fd, data+write_bytes, length); in write_data()
71 if(write_bytes == -1) { in write_data()
74 } else if(write_bytes < length) { in write_data()
/dports/graphics/volpack/volpack-1.0b3/examples/
H A Ddenfile.c182 !write_bytes(fd, (char *)orig_min, 3*sizeof(short)) ||
183 !write_bytes(fd, (char *)orig_max, 3*sizeof(short)) ||
184 !write_bytes(fd, (char *)orig_len, 3*sizeof(short)) ||
185 !write_bytes(fd, (char *)extr_min, 3*sizeof(short)) ||
186 !write_bytes(fd, (char *)extr_max, 3*sizeof(short)) ||
187 !write_bytes(fd, (char *)extr_len, 3*sizeof(short)) ||
188 !write_bytes(fd, (char *)map_min, 3*sizeof(short)) ||
189 !write_bytes(fd, (char *)map_max, 3*sizeof(short)) ||
190 !write_bytes(fd, (char *)map_len, 3*sizeof(short)) ||
193 !write_bytes(fd, (char *)data, map_length)) {
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/common/util/
H A DLogBuffer.cpp195 m_lost_bytes += write_bytes; in checkForBufferSpace()
209 assert(write_bytes <= m_max_size); in append()
214 if (write_bytes == 0) in append()
235 updateWritePtr(write_bytes); in append()
236 ret = write_bytes; in append()
246 m_lost_bytes += write_bytes; in append()
267 if(write_bytes == 1) in append()
272 assert(write_bytes > 0); in append()
273 assert(write_bytes <= m_max_size); in append()
299 updateWritePtr(write_bytes - 1); in append()
[all …]
/dports/graphics/separate/separate+-0.5.8/
H A Dpsd.c135 gint read_bytes, write_bytes; in psd_write_image_data_packbits() local
144 write_bytes = 0; in psd_write_image_data_packbits()
148 gint _write_bytes = write_bytes; in psd_write_image_data_packbits()
149 gchar *count = dst_buf + write_bytes++; in psd_write_image_data_packbits()
164 count = dst_buf + write_bytes++; in psd_write_image_data_packbits()
166 dst_buf[write_bytes++] = tmp; in psd_write_image_data_packbits()
179 dst_buf[write_bytes++] = tmp; in psd_write_image_data_packbits()
187 dst_buf[write_bytes++] = tmp; in psd_write_image_data_packbits()
193 dst_buf[write_bytes++] = tmp; in psd_write_image_data_packbits()
202 result = write (fd, dst_buf, write_bytes); in psd_write_image_data_packbits()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/acct_gather_filesystem/lustre/
H A Dacct_gather_filesystem_lustre.c104 uint64_t write_bytes; /* cumulative bytes written. */ member
221 uint64_t write_samples = 0, write_bytes = 0; in _read_lustre_counters() local
249 &write_samples, &write_bytes); in _read_lustre_counters()
251 __func__, write_bytes, write_samples); in _read_lustre_counters()
266 lstats.write_bytes += write_bytes; in _read_lustre_counters()
271 __func__, lstats.write_bytes, lstats.read_bytes); in _read_lustre_counters()
354 (double)(lstats.write_bytes - lstats_prev.write_bytes) / in _update_node_filesystem()
462 (double)(lstats.write_bytes - lstats_prev.write_bytes) / in acct_gather_filesystem_p_get_data()
/dports/security/py-angr/angr-9.0.5405/angr/procedures/libc/
H A Dmemset.py44 write_bytes = self.state.solver.Concat(*([ char ] * max_size))
45 self.state.memory.store(dst_addr, write_bytes, size=num)
56 write_bytes = self.state.solver.Concat(*([char] * chunksize))
60 write_bytes = self.state.solver.BVV(0, chunksize * 8)
63 write_bytes = self.state.solver.BVV(rb, chunksize * 8)
65 self.state.memory.store(dst_addr + offset, write_bytes)
/dports/devel/xtl/xtl-1.4.2/include/xtl/
H A Diostrbuf.h74 int write_bytes; variable
86 if (write_bytes > 0) { in flush_buffer()
87 stream.write(buffer, write_bytes); in flush_buffer()
90 write_bytes = 0; in flush_buffer()
103 write_bytes(0) {} in ostream_buffer()
112 write_bytes = size; in desire()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/librespot-playback-0.3.1/src/audio_backend/
H A Dmod.rs37 fn write_bytes(&mut self, data: &[u8]) -> SinkResult<()>; in write_bytes() method
52 AudioFormat::F64 => self.write_bytes(samples.as_bytes()),
55 self.write_bytes(samples_f32.as_bytes())
59 self.write_bytes(samples_s32.as_bytes())
63 self.write_bytes(samples_s24.as_bytes())
67 self.write_bytes(samples_s24_3.as_bytes())
71 self.write_bytes(samples_s16.as_bytes())
74 AudioPacket::OggData(samples) => self.write_bytes(samples),
/dports/graphics/gimp-app/gimp-2.10.30/app/config/
H A Dgimpconfig-file.c96 gchar* write_bytes = NULL; in gimp_config_file_copy() local
130 write_bytes = g_regex_replace_eval (old_options_regexp, buffer, in gimp_config_file_copy()
133 if (write_bytes == NULL) in gimp_config_file_copy()
141 write_len = strlen (write_bytes); in gimp_config_file_copy()
145 write_bytes = buffer; in gimp_config_file_copy()
149 if (fwrite (write_bytes, 1, write_len, dfile) < write_len) in gimp_config_file_copy()
156 g_free (write_bytes); in gimp_config_file_copy()
166 g_free (write_bytes); in gimp_config_file_copy()
/dports/www/firefox-esr/firefox-91.8.0/dom/webauthn/
H A DWebAuthnCBORUtil.cpp36 encoder.write_bytes(xBuf.Elements(), xBuf.Length()); in CBOREncodePublicKeyObj()
38 encoder.write_bytes(yBuf.Elements(), yBuf.Length()); in CBOREncodePublicKeyObj()
78 encoder.write_bytes(aSignatureBuf.Elements(), aSignatureBuf.Length()); in CBOREncodeFidoU2FAttestationObj()
83 encoder.write_bytes(aAttestationCertBuf.Elements(), in CBOREncodeFidoU2FAttestationObj()
88 encoder.write_bytes(aAuthDataBuf.Elements(), aAuthDataBuf.Length()); in CBOREncodeFidoU2FAttestationObj()
120 encoder.write_bytes(aAuthDataBuf.Elements(), aAuthDataBuf.Length()); in CBOREncodeNoneAttestationObj()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/webauthn/
H A DWebAuthnCBORUtil.cpp36 encoder.write_bytes(xBuf.Elements(), xBuf.Length()); in CBOREncodePublicKeyObj()
38 encoder.write_bytes(yBuf.Elements(), yBuf.Length()); in CBOREncodePublicKeyObj()
78 encoder.write_bytes(aSignatureBuf.Elements(), aSignatureBuf.Length()); in CBOREncodeFidoU2FAttestationObj()
83 encoder.write_bytes(aAttestationCertBuf.Elements(), in CBOREncodeFidoU2FAttestationObj()
88 encoder.write_bytes(aAuthDataBuf.Elements(), aAuthDataBuf.Length()); in CBOREncodeFidoU2FAttestationObj()
120 encoder.write_bytes(aAuthDataBuf.Elements(), aAuthDataBuf.Length()); in CBOREncodeNoneAttestationObj()
/dports/www/firefox/firefox-99.0/dom/webauthn/
H A DWebAuthnCBORUtil.cpp36 encoder.write_bytes(xBuf.Elements(), xBuf.Length()); in CBOREncodePublicKeyObj()
38 encoder.write_bytes(yBuf.Elements(), yBuf.Length()); in CBOREncodePublicKeyObj()
78 encoder.write_bytes(aSignatureBuf.Elements(), aSignatureBuf.Length()); in CBOREncodeFidoU2FAttestationObj()
83 encoder.write_bytes(aAttestationCertBuf.Elements(), in CBOREncodeFidoU2FAttestationObj()
88 encoder.write_bytes(aAuthDataBuf.Elements(), aAuthDataBuf.Length()); in CBOREncodeFidoU2FAttestationObj()
120 encoder.write_bytes(aAuthDataBuf.Elements(), aAuthDataBuf.Length()); in CBOREncodeNoneAttestationObj()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/webauthn/
H A DWebAuthnCBORUtil.cpp36 encoder.write_bytes(xBuf.Elements(), xBuf.Length()); in CBOREncodePublicKeyObj()
38 encoder.write_bytes(yBuf.Elements(), yBuf.Length()); in CBOREncodePublicKeyObj()
78 encoder.write_bytes(aSignatureBuf.Elements(), aSignatureBuf.Length()); in CBOREncodeFidoU2FAttestationObj()
83 encoder.write_bytes(aAttestationCertBuf.Elements(), in CBOREncodeFidoU2FAttestationObj()
88 encoder.write_bytes(aAuthDataBuf.Elements(), aAuthDataBuf.Length()); in CBOREncodeFidoU2FAttestationObj()
120 encoder.write_bytes(aAuthDataBuf.Elements(), aAuthDataBuf.Length()); in CBOREncodeNoneAttestationObj()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/webauthn/
H A DWebAuthnCBORUtil.cpp36 encoder.write_bytes(xBuf.Elements(), xBuf.Length()); in CBOREncodePublicKeyObj()
38 encoder.write_bytes(yBuf.Elements(), yBuf.Length()); in CBOREncodePublicKeyObj()
78 encoder.write_bytes(aSignatureBuf.Elements(), aSignatureBuf.Length()); in CBOREncodeFidoU2FAttestationObj()
83 encoder.write_bytes(aAttestationCertBuf.Elements(), in CBOREncodeFidoU2FAttestationObj()
88 encoder.write_bytes(aAuthDataBuf.Elements(), aAuthDataBuf.Length()); in CBOREncodeFidoU2FAttestationObj()
120 encoder.write_bytes(aAuthDataBuf.Elements(), aAuthDataBuf.Length()); in CBOREncodeNoneAttestationObj()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/object-0.27.1/src/write/
H A Dutil.rs26 fn write_bytes(&mut self, val: &[u8]); in write_bytes() method
33 self.write_bytes(bytes_of(val)) in write_pod()
41 self.write_bytes(bytes_of_slice(val)) in write_pod_slice()
48 self.write_bytes(bytes_of(val)) in write()
53 self.write_bytes(bytes_of_slice(val)) in write_slice()
77 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
133 self.write_bytes(&[0; 1024][..write_amt]); in resize()
138 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.28.1/src/write/
H A Dutil.rs26 fn write_bytes(&mut self, val: &[u8]); in write_bytes() method
33 self.write_bytes(bytes_of(val)) in write_pod()
41 self.write_bytes(bytes_of_slice(val)) in write_pod_slice()
48 self.write_bytes(bytes_of(val)) in write()
53 self.write_bytes(bytes_of_slice(val)) in write_slice()
77 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
136 self.write_bytes(&[0; 1024][..write_amt]); in resize()
141 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/object-0.27.1/src/write/
H A Dutil.rs26 fn write_bytes(&mut self, val: &[u8]); in write_bytes() method
33 self.write_bytes(bytes_of(val)) in write_pod()
41 self.write_bytes(bytes_of_slice(val)) in write_pod_slice()
48 self.write_bytes(bytes_of(val)) in write()
53 self.write_bytes(bytes_of_slice(val)) in write_slice()
77 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
133 self.write_bytes(&[0; 1024][..write_amt]); in resize()
138 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/object-0.27.1/src/write/
H A Dutil.rs26 fn write_bytes(&mut self, val: &[u8]); in write_bytes() method
33 self.write_bytes(bytes_of(val)) in write_pod()
41 self.write_bytes(bytes_of_slice(val)) in write_pod_slice()
48 self.write_bytes(bytes_of(val)) in write()
53 self.write_bytes(bytes_of_slice(val)) in write_slice()
77 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
133 self.write_bytes(&[0; 1024][..write_amt]); in resize()
138 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/object-0.27.1/src/write/
H A Dutil.rs26 fn write_bytes(&mut self, val: &[u8]); in write_bytes() method
33 self.write_bytes(bytes_of(val)) in write_pod()
41 self.write_bytes(bytes_of_slice(val)) in write_pod_slice()
48 self.write_bytes(bytes_of(val)) in write()
53 self.write_bytes(bytes_of_slice(val)) in write_slice()
77 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
133 self.write_bytes(&[0; 1024][..write_amt]); in resize()
138 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/object-0.27.1/src/write/
H A Dutil.rs26 fn write_bytes(&mut self, val: &[u8]); in write_bytes() method
33 self.write_bytes(bytes_of(val)) in write_pod()
41 self.write_bytes(bytes_of_slice(val)) in write_pod_slice()
48 self.write_bytes(bytes_of(val)) in write()
53 self.write_bytes(bytes_of_slice(val)) in write_slice()
77 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
133 self.write_bytes(&[0; 1024][..write_amt]); in resize()
138 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/object-0.27.1/src/write/
H A Dutil.rs26 fn write_bytes(&mut self, val: &[u8]); in write_bytes() method
33 self.write_bytes(bytes_of(val)) in write_pod()
41 self.write_bytes(bytes_of_slice(val)) in write_pod_slice()
48 self.write_bytes(bytes_of(val)) in write()
53 self.write_bytes(bytes_of_slice(val)) in write_slice()
77 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method
133 self.write_bytes(&[0; 1024][..write_amt]); in resize()
138 fn write_bytes(&mut self, val: &[u8]) { in write_bytes() method

12345678910>>...103