Searched defs:via (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm1 package PerlIO::via;
4 XSLoader::load 'PerlIO::via';
10 PerlIO::via - Helper class for PerlIO layers implemented in perl
14 use PerlIO::via::Layer;
15 open($fh,"<:via(Layer)",...);
18 open($fh,">:via(Some::Other::Package)",...);
22 The PerlIO::via module allows you to develop PerlIO layers in Perl, without
26 One example module, L<PerlIO::via::QuotedPrint>, is included with Perl
28 L<PerlIO::via::StripHTML> and L<PerlIO::via
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/
H A DQuotedPrint.pm1 package PerlIO::via::QuotedPrint;
56 PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable strings
60 use PerlIO::via::QuotedPrint;
62 open( my $in,'<:via(QuotedPrint)','file.qp' )
65 open( my $out,'>:via(QuotedPrint)','file.qp' )
80 L<PerlIO::via>, L<MIME::QuotedPrint>, L<PerlIO::via::Base64>,
81 L<PerlIO::via::MD5>, L<PerlIO::via::StripHTML>, L<PerlIO::via
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_gids.c190 _sip_header_t *via; local
218 via = sip_search_for_header(_sip_msg, SIP_VIA, NULL);
219 if (via == NULL) {
240 hdrlen = via->sip_hdr_end - via->sip_hdr_start;
241 _sasl_MD5Update(&ctx, (uchar_t *)via->sip_hdr_start, hdrlen);
256 hdrlen = via->sip_hdr_end - via->sip_hdr_start;
257 MD5Update(&ctx, (uchar_t *)via->sip_hdr_start, hdrlen);
H A Dsip_itf.c393 sip_header_t via; local
398 via = (sip_header_t)sip_get_header(sip_msg, SIP_VIA, NULL, &error);
399 if (via == NULL || error != 0)
401 value = (sip_header_value_t)sip_get_header_value(via, &error);
H A Dsip_xaction.c71 _sip_header_t *via = NULL; local
87 via = sip_search_for_header(msg, SIP_VIA, NULL);
91 if (via == NULL || from == NULL || cid == NULL)
93 sip_md5_hash(via->sip_hdr_start,
94 via->sip_hdr_end - via->sip_hdr_start,
H A Dsip_msg.h171 sip_via_value_t via; member in union:sip_hdr_value::__anon2528
235 #define via_protocol hdr_value.via.sent_protocol
236 #define via_protocol_name hdr_value.via.sent_protocol.name
237 #define via_protocol_vers hdr_value.via.sent_protocol.version
238 #define via_protocol_transport hdr_value.via.sent_protocol.transport
239 #define via_sent_by_host hdr_value.via.sent_by_host
240 #define via_sent_by_port hdr_value.via.sent_by_port
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c638 struct validate_internal_arg *via = arg; local
639 struct nwam_prop_table table = via->table;
640 const char **errpropp = via->errpropp;
699 struct validate_internal_arg via; local
703 via.table = table;
704 via.errpropp = NULL;
707 value, &via));
714 struct validate_internal_arg via; local
719 via.table = table;
720 via
[all...]

Completed in 57 milliseconds