Home
last modified time | relevance | path

Searched refs:HeaderEntry (Results 51 – 75 of 401) sorted by relevance

12345678910>>...17

/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dprocheader.h46 HeaderEntry hentry[]);
57 HeaderEntry hentry[]);
92 HeaderEntry *procheader_entries_from_str(const gchar *str);
93 void procheader_entries_free (HeaderEntry *entries);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/modularize/
H A DModularize.cpp459 struct HeaderEntry { struct
463 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
466 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
469 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
472 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
475 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
478 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
483 typedef std::vector<HeaderEntry> HeaderContents;
491 HeaderEntry HE = { Name, Loc }; in add()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/modularize/
H A DModularize.cpp458 struct HeaderEntry { struct
462 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
465 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
468 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
471 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
474 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
477 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
482 typedef std::vector<HeaderEntry> HeaderContents;
490 HeaderEntry HE = { Name, Loc }; in add()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/modularize/
H A DModularize.cpp459 struct HeaderEntry { struct
463 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
466 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
469 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
472 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
475 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
478 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
483 typedef std::vector<HeaderEntry> HeaderContents;
491 HeaderEntry HE = { Name, Loc }; in add()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/modularize/
H A DModularize.cpp459 struct HeaderEntry { struct
463 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
466 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
469 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
472 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
475 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
478 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
483 typedef std::vector<HeaderEntry> HeaderContents;
491 HeaderEntry HE = { Name, Loc }; in add()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/modularize/
H A DModularize.cpp459 struct HeaderEntry { struct
463 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
466 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
469 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
472 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
475 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
478 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
483 typedef std::vector<HeaderEntry> HeaderContents;
491 HeaderEntry HE = { Name, Loc }; in add()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/modularize/
H A DModularize.cpp459 struct HeaderEntry { struct
463 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
466 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
469 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
472 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
475 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
478 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
483 typedef std::vector<HeaderEntry> HeaderContents;
491 HeaderEntry HE = { Name, Loc }; in add()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/modularize/
H A DModularize.cpp459 struct HeaderEntry { struct
463 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
466 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
469 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
472 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
475 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
478 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
483 typedef std::vector<HeaderEntry> HeaderContents;
491 HeaderEntry HE = { Name, Loc }; in add()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/modularize/
H A DModularize.cpp458 struct HeaderEntry { struct
462 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
465 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
468 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
471 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
474 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
477 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
482 typedef std::vector<HeaderEntry> HeaderContents;
490 HeaderEntry HE = { Name, Loc }; in add()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/modularize/
H A DModularize.cpp458 struct HeaderEntry { struct
462 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
465 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
468 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
471 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
474 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
477 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
482 typedef std::vector<HeaderEntry> HeaderContents;
490 HeaderEntry HE = { Name, Loc }; in add()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/modularize/
H A DModularize.cpp459 struct HeaderEntry { struct
463 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
466 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
469 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
472 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
475 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
478 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
483 typedef std::vector<HeaderEntry> HeaderContents;
491 HeaderEntry HE = { Name, Loc }; in add()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/modularize/
H A DModularize.cpp458 struct HeaderEntry { struct
462 friend bool operator==(const HeaderEntry &X, const HeaderEntry &Y) { in operator ==() argument
465 friend bool operator!=(const HeaderEntry &X, const HeaderEntry &Y) { in operator !=()
468 friend bool operator<(const HeaderEntry &X, const HeaderEntry &Y) { in operator <()
471 friend bool operator>(const HeaderEntry &X, const HeaderEntry &Y) { in operator >()
474 friend bool operator<=(const HeaderEntry &X, const HeaderEntry &Y) { in operator <=()
477 friend bool operator>=(const HeaderEntry &X, const HeaderEntry &Y) { in operator >=()
482 typedef std::vector<HeaderEntry> HeaderContents;
490 HeaderEntry HE = { Name, Loc }; in add()

12345678910>>...17