Home
last modified time | relevance | path

Searched refs:hintshash (Results 1 – 8 of 8) sorted by relevance

/dports/devel/p5-Sub-Quote/Sub-Quote-2.006006/lib/Sub/
H A DQuote.pm212 hintshash => (exists $options->{hintshash} ? $options->{hintshash} : $caller[10]),
247 my ($package, $hints, $warning_bits, $hintshash, $file, $line)
270 " ".quotify($_)." => ".quotify($hintshash->{$_}).",\n",
271 …grep !(ref $hintshash->{$_} && $hintshash->{$_} =~ /\A(?:\w+(?:::\w+)*=)?[A-Z]+\(0x[[0-9a-fA-F]+\)…
272 keys %$hintshash)
/dports/net/p5-Socket-GetAddrInfo/Socket-GetAddrInfo-0.22/lib/Socket/
H A DGetAddrInfo.xs220 HV *hintshash; in xs_getaddrinfo() local
226 hintshash = (HV*)SvRV(hints); in xs_getaddrinfo()
228 if((valp = hv_fetch(hintshash, "flags", 5, 0)) != NULL) in xs_getaddrinfo()
230 if((valp = hv_fetch(hintshash, "family", 6, 0)) != NULL) in xs_getaddrinfo()
232 if((valp = hv_fetch(hintshash, "socktype", 8, 0)) != NULL) in xs_getaddrinfo()
234 if((valp = hv_fetch(hintshash, "protocol", 8, 0)) != NULL) in xs_getaddrinfo()
/dports/devel/p5-Sub-Quote/Sub-Quote-2.006006/t/
H A Dhints.t122 }, {}, { hintshash => \%hints })->(), \%hints,
163 BEGIN { $options = { hints => $^H, hintshash => { %^H } } }
196 BEGIN { $options = { hints => $^H, hintshash => { %^H } } }
/dports/lang/perl5.34/perl-5.34.0/cpan/Socket/
H A DSocket.xs629 HV *hintshash; in xs_getaddrinfo() local
635 hintshash = (HV*)SvRV(hints); in xs_getaddrinfo()
637 if((valp = hv_fetch(hintshash, "flags", 5, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
639 if((valp = hv_fetch(hintshash, "family", 6, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
641 if((valp = hv_fetch(hintshash, "socktype", 8, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
643 if((valp = hv_fetch(hintshash, "protocol", 8, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
/dports/lang/perl5.30/perl-5.30.3/cpan/Socket/
H A DSocket.xs610 HV *hintshash; in xs_getaddrinfo() local
616 hintshash = (HV*)SvRV(hints); in xs_getaddrinfo()
618 if((valp = hv_fetch(hintshash, "flags", 5, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
620 if((valp = hv_fetch(hintshash, "family", 6, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
622 if((valp = hv_fetch(hintshash, "socktype", 8, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
624 if((valp = hv_fetch(hintshash, "protocol", 8, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
/dports/lang/perl5.32/perl-5.32.1/cpan/Socket/
H A DSocket.xs629 HV *hintshash; in xs_getaddrinfo() local
635 hintshash = (HV*)SvRV(hints); in xs_getaddrinfo()
637 if((valp = hv_fetch(hintshash, "flags", 5, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
639 if((valp = hv_fetch(hintshash, "family", 6, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
641 if((valp = hv_fetch(hintshash, "socktype", 8, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
643 if((valp = hv_fetch(hintshash, "protocol", 8, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
/dports/net/p5-Socket/Socket-2.032/
H A DSocket.xs633 HV *hintshash; in xs_getaddrinfo() local
639 hintshash = (HV*)SvRV(hints); in xs_getaddrinfo()
641 if((valp = hv_fetch(hintshash, "flags", 5, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
643 if((valp = hv_fetch(hintshash, "family", 6, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
645 if((valp = hv_fetch(hintshash, "socktype", 8, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
647 if((valp = hv_fetch(hintshash, "protocol", 8, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Socket/
H A DSocket.xs633 HV *hintshash; in xs_getaddrinfo() local
639 hintshash = (HV*)SvRV(hints); in xs_getaddrinfo()
641 if((valp = hv_fetch(hintshash, "flags", 5, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
643 if((valp = hv_fetch(hintshash, "family", 6, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
645 if((valp = hv_fetch(hintshash, "socktype", 8, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()
647 if((valp = hv_fetch(hintshash, "protocol", 8, 0)) != NULL && SvOK(*valp)) in xs_getaddrinfo()