Home
last modified time | relevance | path

Searched refs:parse_header_line (Results 1 – 25 of 29) sorted by relevance

12

/dports/mail/nullmailer/nullmailer-2.2/lib/cli++/
H A Dcli++topod.pl149 sub parse_header_line { subroutine
179 &parse_header_line($line, $comment);
H A DChangeLog17 * cli_parse.pl (parse_header_line): Rewrote the parsing to deal
/dports/mail/vmailmgr/vmailmgr-0.97/lib/cli++/
H A Dcli++topod.pl149 sub parse_header_line { subroutine
179 &parse_header_line($line, $comment);
H A DChangeLog17 * cli_parse.pl (parse_header_line): Rewrote the parsing to deal
/dports/german/BBBike/BBBike-3.18/lib/
H A DHttp.pm226 my $parse_header_line = sub {
331 if (!$parse_header_line->()) {
360 last if !$parse_header_line->();
/dports/net/httpry/httpry-0.1.8/
H A Dhttpry.c41 char *parse_header_line(char *header_line);
366 if ((header_line = parse_header_line(buf)) == NULL) return; in parse_http_packet()
375 while ((header_line = parse_header_line(NULL)) != NULL) { in parse_http_packet()
458 char *parse_header_line(char *header_line) { in parse_header_line() function
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-vbo.cpp645 void parse_header_line(const std::string &line, GLuint prog);
696 vbo_data::parse_header_line(const std::string &line, GLuint prog) in parse_header_line() function in vbo_data
770 parse_header_line(line, prog); in parse_line()
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DHTTP.cpp58 static std::pair<std::string, std::string> parse_header_line(const std::string& line) in parse_header_line() function
287 auto p = parse_header_line(line); in parse()
415 auto p = parse_header_line(line); in parse()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/scripts/
H A Dtest_psa_constant_names.py231 def parse_header_line(self, line): member in Inputs
254 self.parse_header_line(line)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/
H A Dhttp_request.py289 self.set_state(READ, self.parse_header_line, HTTPHeaderParser(), Accumulator())
299 def parse_header_line(self, parser, buf, event): member in HTTPRequest
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/scripts/mbedtls_dev/
H A Dmacro_collector.py438 def parse_header_line(self, line: str) -> None: member in InputsForTest
462 self.parse_header_line(line)
/dports/net/gsk/gsk-1.0.63/src/mime/
H A Dgskmimemultipartdecoder.c483 parse_header_line (GskMimeMultipartDecoder *multipart_decoder, in parse_header_line() function
710 if (!parse_header_line (multipart_decoder, line, error)) in multipart_decoder_process_buffer()
/dports/security/gnupg1/gnupg-1.4.23/g10/
H A Darmor.c422 parse_header_line( armor_filter_context_t *afx, byte *line, unsigned int len ) in parse_header_line() function
574 i = parse_header_line( afx, line, len ); in check_input()
757 i = parse_header_line( afx, p , n ); in fake_packet()
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Darmor.c450 parse_header_line( armor_filter_context_t *afx, byte *line, unsigned int len ) in parse_header_line() function
594 i = parse_header_line( afx, line, len ); in check_input()
777 i = parse_header_line( afx, p , n ); in fake_packet()
/dports/devel/git-svn/git-2.34.1/
H A Dgit-send-email.perl835 parse_header_line($line, \%parsed_email);
944 sub parse_header_line { subroutine
/dports/devel/git-gui/git-2.34.1/
H A Dgit-send-email.perl835 parse_header_line($line, \%parsed_email);
944 sub parse_header_line { subroutine
/dports/devel/git-p4/git-2.34.1/
H A Dgit-send-email.perl835 parse_header_line($line, \%parsed_email);
944 sub parse_header_line { subroutine
/dports/devel/git/git-2.34.1/
H A Dgit-send-email.perl835 parse_header_line($line, \%parsed_email);
944 sub parse_header_line { subroutine
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-send-email.perl835 parse_header_line($line, \%parsed_email);
944 sub parse_header_line { subroutine
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-send-email.perl772 parse_header_line($line, \%parsed_email);
867 sub parse_header_line { subroutine
/dports/www/webgrind/webgrind-1.5.0/library/
H A Dgprof2dot.py1574 if not self.parse_header_line():
1576 while self.parse_header_line():
1584 def parse_header_line(self): member in CallgrindParser
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/profiling/
H A Dgprof2dot.py1498 if not self.parse_header_line():
1500 while self.parse_header_line():
1508 def parse_header_line(self): member in CallgrindParser
/dports/biology/vcftools/vcftools-0.1.16/src/perl/
H A DVcf.pm626 my $rec = $self->parse_header_line($line);
823 sub parse_header_line subroutine
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/thirdparty/gprof2dot/
H A Dgprof2dot.py1084 while self.parse_header_line():
1090 def parse_header_line(self): member in CallgrindParser
/dports/biology/sra-tools/sra-tools-2.11.0/build/
H A Dgprof2dot.py1093 while self.parse_header_line():
1102 def parse_header_line(self): member in CallgrindParser

12