Home
last modified time | relevance | path

Searched refs:orig_len (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_dns_parse.c34 static size_t ares_dns_rr_remaining_len(const ares__buf_t *buf, size_t orig_len, in ares_dns_rr_remaining_len() argument
37 size_t used_len = orig_len - ares__buf_len(buf); in ares_dns_rr_remaining_len()
254 size_t orig_len = ares__buf_len(buf); in ares_dns_parse_rr_hinfo() local
260 buf, ares_dns_rr_remaining_len(buf, orig_len, rdlength), ARES_FALSE, rr, in ares_dns_parse_rr_hinfo()
268 buf, ares_dns_rr_remaining_len(buf, orig_len, rdlength), ARES_FALSE, rr, in ares_dns_parse_rr_hinfo()
349 size_t orig_len = ares__buf_len(buf); in ares_dns_parse_rr_naptr() local
365 buf, ares_dns_rr_remaining_len(buf, orig_len, rdlength), ARES_FALSE, rr, in ares_dns_parse_rr_naptr()
373 buf, ares_dns_rr_remaining_len(buf, orig_len, rdlength), ARES_FALSE, rr, in ares_dns_parse_rr_naptr()
381 buf, ares_dns_rr_remaining_len(buf, orig_len, rdlength), ARES_FALSE, rr, in ares_dns_parse_rr_naptr()
398 size_t orig_len in ares_dns_parse_rr_opt() local
461 size_t orig_len = ares__buf_len(buf); ares_dns_parse_rr_tlsa() local
503 size_t orig_len = ares__buf_len(buf); ares_dns_parse_rr_svcb() local
554 size_t orig_len = ares__buf_len(buf); ares_dns_parse_rr_https() local
606 size_t orig_len = ares__buf_len(buf); ares_dns_parse_rr_uri() local
651 size_t orig_len = ares__buf_len(buf); ares_dns_parse_rr_caa() local
[all...]
H A Dares__buf.c965 size_t orig_len = ares__buf_len(buf); in ares__buf_parse_dns_binstr() local
980 while (orig_len - ares__buf_len(buf) < remaining_len) { in ares__buf_parse_dns_binstr()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dx509.c36 size_t orig_len = len; in FuzzerTestOneInput() local
67 len = orig_len - (p - buf); in FuzzerTestOneInput()
72 len = orig_len - (p - buf); in FuzzerTestOneInput()
77 len = orig_len - (p - buf); in FuzzerTestOneInput()
/third_party/python/Lib/test/
H A Dtest_context.py679 orig_len = len(h)
689 self.assertEqual(len(h), orig_len - 1)
695 self.assertEqual(len(h), orig_len - 2)
701 self.assertEqual(len(h), orig_len - 3)
724 orig_len = len(h)
739 self.assertEqual(len(h), orig_len)
742 self.assertEqual(len(h), orig_len - 1)
745 self.assertEqual(len(h), orig_len - 2)
748 self.assertEqual(len(h), orig_len - 3)
773 orig_len
[all...]
/third_party/python/Python/
H A Dpystrtod.c384 const char *s, Py_ssize_t orig_len, const char *what, PyObject *obj, void *arg, in _Py_string_to_number_with_underscores()
392 assert(s[orig_len] == '\0'); in _Py_string_to_number_with_underscores()
395 return innerfunc(s, orig_len, arg); in _Py_string_to_number_with_underscores()
398 dup = PyMem_Malloc(orig_len + 1); in _Py_string_to_number_with_underscores()
404 last = s + orig_len; in _Py_string_to_number_with_underscores()
383 _Py_string_to_number_with_underscores( const char *s, Py_ssize_t orig_len, const char *what, PyObject *obj, void *arg, PyObject *(*innerfunc)(const char *, Py_ssize_t, void *)) _Py_string_to_number_with_underscores() argument
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_timetolive.c115 int orig_len; in main() local
154 error = getsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &orig_len, in main()
248 error = setsockopt(sk2, SOL_SOCKET, SO_RCVBUF, &orig_len, in main()
249 sizeof(orig_len)); in main()
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dssl3_record.c473 thisrr->orig_len = thisrr->length; in ssl3_get_record()
949 rec->orig_len, in ssl3_enc()
1209 recs[0].orig_len -= bs; in tls1_enc()
1262 recs[ctr].orig_len -= bs; in tls1_enc()
1270 recs[ctr].orig_len, in tls1_enc()
1368 rec->length, rec->orig_len, in n_ssl3_mac()
1473 &rec->orig_len); in tls1_mac()
1554 rr->orig_len = rr->length; in dtls1_process_record()
1572 if (rr->orig_len < mac_size) { in dtls1_process_record()
H A Drecord.h49 size_t orig_len; member
/third_party/openssl/ssl/record/
H A Dssl3_record.c473 thisrr->orig_len = thisrr->length; in ssl3_get_record()
949 rec->orig_len, in ssl3_enc()
1209 recs[0].orig_len -= bs; in tls1_enc()
1262 recs[ctr].orig_len -= bs; in tls1_enc()
1270 recs[ctr].orig_len, in tls1_enc()
1368 rec->length, rec->orig_len, in n_ssl3_mac()
1473 &rec->orig_len); in tls1_mac()
1554 rr->orig_len = rr->length; in dtls1_process_record()
1572 if (rr->orig_len < mac_size) { in dtls1_process_record()
H A Drecord.h49 size_t orig_len; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.cc1787 unsigned int orig_len = buffer->len; in hb_buffer_append() local
1792 if (!orig_len) in hb_buffer_append()
1797 memcpy (buffer->info + orig_len, source->info + start, (end - start) * sizeof (buffer->info[0])); in hb_buffer_append()
1799 memcpy (buffer->pos + orig_len, source->pos + start, (end - start) * sizeof (buffer->pos[0])); in hb_buffer_append()
1806 if (!orig_len && start + source->context_len[0] > 0) in hb_buffer_append()
H A Dhb-ot-layout-gsubgpos.hh1384 unsigned int orig_len = buffer->backtrack_len () + buffer->lookahead_len (); in apply_lookup() local
1389 int delta = new_len - orig_len; in apply_lookup()
/third_party/python/Modules/_io/
H A Dwinconsoleio.c957 DWORD len, wlen, orig_len, n = 0; in _io__WindowsConsoleIO_write_impl() local
987 orig_len = len; in _io__WindowsConsoleIO_write_impl()
1000 len = orig_len; in _io__WindowsConsoleIO_write_impl()
/third_party/curl/lib/
H A Dcf-socket.c1280 size_t orig_len = len; in cf_socket_send() local
1292 CURL_TRC_CF(data, cf, "send(len=%zu) SIMULATE EWOULDBLOCK", orig_len); in cf_socket_send()
1304 orig_len, len); in cf_socket_send()
1347 orig_len, (int)nwritten, *err); in cf_socket_send()
1378 size_t orig_len = len; in cf_socket_recv() local
1381 orig_len, len); in cf_socket_recv()
/third_party/mbedtls/library/
H A Dgcm.c656 uint64_t orig_len; in mbedtls_gcm_finish() local
668 orig_len = ctx->len * 8; in mbedtls_gcm_finish()
685 if (orig_len || orig_add_len) { in mbedtls_gcm_finish()
690 MBEDTLS_PUT_UINT32_BE((orig_len >> 32), work_buf, 8); in mbedtls_gcm_finish()
691 MBEDTLS_PUT_UINT32_BE((orig_len), work_buf, 12); in mbedtls_gcm_finish()
/third_party/curl/src/
H A Dtool_getparam.c732 size_t orig_len = strlen(url); in replace_url_encoded_space_by_plus() local
736 while(orig_index < orig_len) { in replace_url_encoded_space_by_plus()
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1591 size_t orig_len = len; in rops_write_role_protocol_ws() local
1902 return (int)orig_len; in rops_write_role_protocol_ws()
1907 * be < orig_len in which case callback when writable in rops_write_role_protocol_ws()

Completed in 29 milliseconds