Searched refs:proto_len (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ext/attributes/ |
| D | attributes.xs | 91 const STRLEN proto_len = sizeof("prototype(") - 1; in modify_SV_attributes() local 92 SV * proto = newSVpvn(name + proto_len, len - proto_len - 1); in modify_SV_attributes()
|
| /openbsd/src/usr.bin/openssl/ |
| D | s_client.c | 1733 unsigned int proto_len; in print_stuff() local 1734 SSL_get0_alpn_selected(s, &proto, &proto_len); in print_stuff() 1735 if (proto_len > 0) { in print_stuff() 1737 BIO_write(bio, proto, proto_len); in print_stuff()
|
| /openbsd/src/usr.bin/ssh/ |
| D | channels.c | 1301 u_int proto_len, data_len; in x11_open_helper() local 1318 proto_len = 256 * ucp[6] + ucp[7]; in x11_open_helper() 1321 proto_len = ucp[6] + 256 * ucp[7]; in x11_open_helper() 1331 12 + ((proto_len + 3) & ~3) + ((data_len + 3) & ~3)) in x11_open_helper() 1335 if (proto_len != strlen(sc->x11_saved_proto) || in x11_open_helper() 1336 memcmp(ucp + 12, sc->x11_saved_proto, proto_len) != 0) { in x11_open_helper() 1342 timingsafe_bcmp(ucp + 12 + ((proto_len + 3) & ~3), in x11_open_helper() 1358 memcpy(ucp + 12 + ((proto_len + 3) & ~3), in x11_open_helper()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | op.c | 14319 STRLEN proto_len; in Perl_ck_entersub_args_proto() local 14331 proto = CvPROTO(protosv), proto_len = CvPROTOLEN(protosv); in Perl_ck_entersub_args_proto() 14332 else proto = SvPV(protosv, proto_len); in Perl_ck_entersub_args_proto() 14333 proto = S_strip_spaces(aTHX_ proto, &proto_len); in Perl_ck_entersub_args_proto() 14334 proto_end = proto + proto_len; in Perl_ck_entersub_args_proto()
|