Home
last modified time | relevance | path

Searched refs:_fetch_info (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/p5-SNMP-Info/SNMP-Info-3.81/lib/SNMP/Info/Layer7/
H A DCiscoIPS.pm67 sub _fetch_info { subroutine
90 _fetch_info($self) unless defined $serial;
96 _fetch_info($self) unless defined $descr;
102 _fetch_info($self) unless defined $descr;
/dports/audio/beets/beets-1.4.9/beetsplug/
H A Dacousticbrainz.py156 self._fetch_info(items, ui.should_write(),
165 self._fetch_info(task.imported_items(), False, True)
190 def _fetch_info(self, items, write, force): member in AcousticPlugin
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/imapx/
H A Dcamel-imapx-utils.h247 struct _fetch_info { struct
277 struct _fetch_info * argument
281 void imapx_free_fetch (struct _fetch_info *finfo);
282 void imapx_dump_fetch (struct _fetch_info *finfo);
H A Dcamel-imapx-utils.c1787 imapx_free_fetch (struct _fetch_info *finfo) in imapx_free_fetch()
1810 imapx_dump_fetch (struct _fetch_info *finfo) in imapx_dump_fetch()
1869 struct _fetch_info *finfo, in imapx_parse_fetch_body()
1956 struct _fetch_info *finfo, in imapx_parse_fetch_envelope()
1970 struct _fetch_info *finfo, in imapx_parse_fetch_flags()
2010 struct _fetch_info *finfo, in imapx_parse_fetch_modseq()
2046 struct _fetch_info *finfo, in imapx_parse_fetch_rfc822_size()
2067 struct _fetch_info *finfo, in imapx_parse_fetch_rfc822_text()
2089 struct _fetch_info *finfo, in imapx_parse_fetch_uid()
2116 struct _fetch_info *
[all …]
H A Dcamel-imapx-server.c1092 struct _fetch_info *finfo; in imapx_untagged_fetch()
/dports/textproc/htmltolatex/htmltolatex/myfetch/
H A Dcommon.c159 _fetch_info(char *fmt, ...) in _fetch_info() function
215 _fetch_info("looking up %s", host); in _fetch_connect()
229 _fetch_info("connecting to %s:%d", host, port); in _fetch_connect()
H A Dftp.c493 _fetch_info("setting passive mode"); in _ftp_transfer()
589 _fetch_info("opening data connection"); in _ftp_transfer()
595 _fetch_info("initiating transfer"); in _ftp_transfer()
626 _fetch_info("binding data socket"); in _ftp_transfer()
685 _fetch_info("initiating transfer"); in _ftp_transfer()
H A Dcommon.h47 void _fetch_info(char *fmt, ...);
H A Dhttp.c736 _fetch_info("requesting %s://%s:%d%s", in _http_request()
802 _fetch_info("server requires authorization"); in _http_request()
847 _fetch_info("%d redirect to %s", code, p); in _http_request()
/dports/net-mgmt/p5-jmx4perl/jmx4perl-1.11_2/lib/JMX/Jmx4Perl/Product/
H A DBaseHandler.pm473 my $info_map = $self->_fetch_info(\@info);
518 sub _fetch_info { subroutine