/third_party/curl/src/ |
D | tool_convert.c | 53 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/ |
D | non-ascii.c | 106 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/ |
D | row_buffer_helper.hpp | 67 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/ |
D | snmpv3_mbedtls.c | 153 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/ |
D | fake_handshaker_server.cc | 155 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()
|
D | handshaker.proto | 124 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/ |
D | handshaker.proto | 124 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/ |
D | handshaker.proto | 137 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/ |
D | pngfix.c | 2284 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/ |
D | pngfix.c | 2284 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/ |
D | pngfix.c | 2284 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/ |
D | makefsdata.c | 566 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()
|