Home
last modified time | relevance | path

Searched refs:in_bytes (Results 1 – 12 of 12) sorted by relevance

/third_party/curl/src/
Dtool_convert.c53 size_t res, in_bytes, out_bytes; in convert_to_network() local
65 in_bytes = out_bytes = length; in convert_to_network()
66 res = iconv(outbound_cd, &input_ptr, &in_bytes, in convert_to_network()
68 if((res == (size_t)-1) || (in_bytes)) { in convert_to_network()
83 size_t res, in_bytes, out_bytes; in convert_from_network() local
95 in_bytes = out_bytes = length; in convert_from_network()
96 res = iconv(inbound_cd, &input_ptr, &in_bytes, in convert_from_network()
98 if((res == (size_t)-1) || (in_bytes)) { in convert_from_network()
/third_party/curl/lib/
Dnon-ascii.c106 size_t in_bytes, out_bytes, rc; in Curl_convert_to_network() local
125 in_bytes = out_bytes = length; in Curl_convert_to_network()
126 rc = iconv(*cd, &input_ptr, &in_bytes, in Curl_convert_to_network()
130 if((rc == ICONV_ERROR) || (in_bytes)) { in Curl_convert_to_network()
172 size_t in_bytes, out_bytes, rc; in Curl_convert_from_network() local
191 in_bytes = out_bytes = length; in Curl_convert_from_network()
192 rc = iconv(*cd, &input_ptr, &in_bytes, in Curl_convert_from_network()
196 if((rc == ICONV_ERROR) || (in_bytes)) { in Curl_convert_from_network()
239 size_t in_bytes, out_bytes, rc; in Curl_convert_from_utf8() local
258 in_bytes = out_bytes = length; in Curl_convert_from_utf8()
[all …]
/third_party/boost/boost/gil/io/
Drow_buffer_helper.hpp67 row_buffer_helper(std::size_t width, bool in_bytes) in row_buffer_helper()
71 if (in_bytes)
124 , bool in_bytes in row_buffer_helper()
139 if( in_bytes ) in row_buffer_helper()
175 row_buffer_helper_view(std::size_t width, bool in_bytes) in row_buffer_helper_view()
176 : row_buffer_helper<typename View::value_type>(width, in_bytes) in row_buffer_helper_view()
190 row_buffer_helper_view(std::size_t width, bool in_bytes) in row_buffer_helper_view()
191 : row_buffer_helper<typename View::reference>(width, in_bytes) in row_buffer_helper_view()
/third_party/lwip/src/apps/snmp/
Dsnmpv3_mbedtls.c153 u8_t in_bytes[8]; in snmpv3_crypt() local
156 for (j = 0; j < LWIP_ARRAYSIZE(in_bytes); j++) { in snmpv3_crypt()
157 if (snmp_pbuf_stream_read(&read_stream, &in_bytes[j]) != ERR_OK) { in snmpv3_crypt()
162 … if (mbedtls_cipher_update(&ctx, in_bytes, LWIP_ARRAYSIZE(in_bytes), out_bytes, &out_len) != 0) { in snmpv3_crypt()
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dfake_handshaker_server.cc155 if (request.in_bytes().empty()) { in ProcessServerStart()
161 if (request.in_bytes() == kClientInitFrame) { in ProcessServerStart()
183 if (request.in_bytes() != kServerFrame) { in ProcessNext()
193 if (request.in_bytes() != kClientInitFrame) { in ProcessNext()
202 if (request.in_bytes().substr(0, strlen(kClientFinishFrame)) != in ProcessNext()
Dhandshaker.proto124 bytes in_bytes = 3; field
142 bytes in_bytes = 1; field
195 // empty if no out_frames have to be sent to the peer or if in_bytes in the
201 // Number of bytes in the in_bytes consumed by the handshaker. It is possible
202 // that part of in_bytes in HandshakerReq was unrelated to the handshake
/third_party/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto124 bytes in_bytes = 3; field
142 bytes in_bytes = 1; field
195 // empty if no out_frames have to be sent to the peer or if in_bytes in the
201 // Number of bytes in the in_bytes consumed by the handshaker. It is possible
202 // that part of in_bytes in HandshakerReq was unrelated to the handshake
/third_party/grpc/src/proto/grpc/gcp/
Dhandshaker.proto137 bytes in_bytes = 3; field
158 bytes in_bytes = 1; field
214 // empty if no out_frames have to be sent to the peer or if in_bytes in the
220 // Number of bytes in the in_bytes consumed by the handshaker. It is possible
221 // that part of in_bytes in HandshakerReq was unrelated to the handshake
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c2284 png_uint_32 in_bytes = 0; in zlib_advance() local
2289 while (in_bytes < nbytes && endrc == ZLIB_OK) in zlib_advance()
2442 in_bytes += 1 - zlib->z.avail_in; in zlib_advance()
2445 assert(in_bytes == nbytes || endrc != ZLIB_OK); in zlib_advance()
2449 zlib->compressed_digits, in_bytes - zlib->z.avail_in); in zlib_advance()
2478 if (in_bytes < nbytes) in zlib_advance()
2481 zlib->extra_bytes = nbytes - in_bytes; in zlib_advance()
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dpngfix.c2284 png_uint_32 in_bytes = 0; in zlib_advance() local
2289 while (in_bytes < nbytes && endrc == ZLIB_OK) in zlib_advance()
2442 in_bytes += 1 - zlib->z.avail_in; in zlib_advance()
2445 assert(in_bytes == nbytes || endrc != ZLIB_OK); in zlib_advance()
2449 zlib->compressed_digits, in_bytes - zlib->z.avail_in); in zlib_advance()
2478 if (in_bytes < nbytes) in zlib_advance()
2481 zlib->extra_bytes = nbytes - in_bytes; in zlib_advance()
/third_party/libpng/contrib/tools/
Dpngfix.c2284 png_uint_32 in_bytes = 0; in zlib_advance() local
2289 while (in_bytes < nbytes && endrc == ZLIB_OK) in zlib_advance()
2442 in_bytes += 1 - zlib->z.avail_in; in zlib_advance()
2445 assert(in_bytes == nbytes || endrc != ZLIB_OK); in zlib_advance()
2449 zlib->compressed_digits, in_bytes - zlib->z.avail_in); in zlib_advance()
2478 if (in_bytes < nbytes) in zlib_advance()
2481 zlib->extra_bytes = nbytes - in_bytes; in zlib_advance()
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c566 size_t in_bytes = fsize; in get_file_data() local
581 … status = tdefl_compress(&g_deflator, next_in, &in_bytes, next_out, &out_bytes, TDEFL_FINISH); in get_file_data()