Home
last modified time | relevance | path

Searched refs:Host16 (Results 1 – 25 of 55) sorted by relevance

123

/dports/net/socketapi/socketapi-2.2.19/socketapi/
H A Dinternetaddress.cc160 AddrSpec.Host16[i] = address.Host[i]; in InternetAddress()
208 AddrSpec.Host16[i] = 0x0000; in reset()
246 AddrSpec.Host16[i] = address.AddrSpec.Host16[i]; in init()
258 AddrSpec.Host16[i] = 0x0000; in init()
281 AddrSpec.Host16[i] = 0x0000; in init()
283 AddrSpec.Host16[5] = 0xffff; in init()
287 memcpy((char*)&AddrSpec.Host16,&address,16); in init()
301 AddrSpec.Host16[i] = address.Host[i]; in init()
416 if(AddrSpec.Host16[j] != 0) { in getAddressString()
578 AddrSpec.Host16[i] = 0x0000; in setSystemAddress()
[all …]
H A Dinternetaddress.icc57 if(AddrSpec.Host16[i] != 0x0000) {
58 if(!((i == 5) && (AddrSpec.Host16[i] == 0xffff))) {
94 const card8 a = (card8)(ntohs(AddrSpec.Host16[6]) >> 8);
103 if(&AddrSpec.Host16[i] != 0x0000) {
104 if(!((i == 5) && (AddrSpec.Host16[i] == 0xffff))) {
169 const card8 a = (card8)(ntohs(AddrSpec.Host16[6]) >> 8);
265 if(ntohs(AddrSpec.Host16[i]) < ntohs(address.AddrSpec.Host16[i])) {
268 else if(ntohs(AddrSpec.Host16[i]) > ntohs(address.AddrSpec.Host16[i])) {
280 if(ntohs(AddrSpec.Host16[i]) > ntohs(address.AddrSpec.Host16[i])) {
283 else if(ntohs(AddrSpec.Host16[i]) < ntohs(address.AddrSpec.Host16[i])) {
[all …]
/dports/sysutils/siegfried/siegfried-1.9.1/pkg/mimeinfo/
H A Dpattern_test.go111 if !Host16(i16).Equals(Host16(i16)) {
114 if r, _ := Host16(i16).Test(b32); len(r) > 0 {
117 if r, _ := Host16(i16).Test(l16); len(r) != 1 || r[0] != 2 {
120 if r, _ := Host16(i16).Test(b16); len(r) != 1 || r[0] != 2 {
123 if r, _ := Host16(i16).TestR(l16); len(r) != 1 || r[0] != 2 {
126 if r, _ := Host16(i16).TestR(b16); len(r) != 1 || r[0] != 2 {
130 Host16(i16).Save(saver)
134 if !p.Equals(Host16(i16)) {
H A Dpatterns.go384 type Host16 uint16 type
387 func (n Host16) Test(b []byte) ([]int, int) {
401 func (n Host16) TestR(b []byte) ([]int, int) {
415 func (n Host16) Equals(pat patterns.Pattern) bool {
416 n2, ok := pat.(Host16)
424 func (n Host16) Length() (int, int) {
429 func (n Host16) NumSequences() int {
434 func (n Host16) Sequences() []patterns.Sequence {
441 func (n Host16) String() string {
448 func (n Host16) Save(ls *persist.LoadSaver) {
[all …]
/dports/archivers/libarchive-qt/libarchive-qt-9863127fb8dda7242215c09efbc976193365fee4/lib/MimeHandler/
H A DNBMimeMagicRule_p.hpp53 enum Type { Invalid = 0, String, Host16, Host32, Big16, Big32, Little16, Little32, Byte }; enumerator
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/mimetypes/
H A Dmimemagicrule_p.h71 … enum Type { Invalid = 0, String, RegExp, Host16, Host32, Big16, Big32, Little16, Little32, Byte }; enumerator
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimemagicrule.cpp254 if (m_type >= Host16 && m_type <= Byte) { in QMimeMagicRule()
307 case Host16: in QMimeMagicRule()

123