Home
last modified time | relevance | path

Searched refs:MAXLABEL (Results 1 – 25 of 131) sorted by path

123456

/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/include/arpa/
H A Dnameser_compat.h91 #define MAXLABEL NS_MAXLABEL macro
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/arpa/
H A Dnameser.h358 #define MAXLABEL NS_MAXLABEL macro
/dports/devel/grpc130/grpc-1.30.2/third_party/upb/upb/pb/
H A Dcompile_decoder.c20 #define MAXLABEL 5 macro
88 int fwd_labels[MAXLABEL];
89 int back_labels[MAXLABEL];
101 for (i = 0; i < MAXLABEL; i++) { in newcompiler()
168 UPB_ASSERT(label < MAXLABEL); in label()
189 UPB_ASSERT(label < MAXLABEL); in labelref()
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/upb/pb/
H A Dcompile_decoder.c20 #define MAXLABEL 5 macro
88 int fwd_labels[MAXLABEL];
89 int back_labels[MAXLABEL];
101 for (i = 0; i < MAXLABEL; i++) { in newcompiler()
170 UPB_ASSERT(label < MAXLABEL); in label()
191 UPB_ASSERT(label < MAXLABEL); in labelref()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/cares/cares/
H A Dares_create_query.c153 if (len > MAXLABEL) { in ares_create_query()
H A Dnameser.h131 #define MAXLABEL NS_MAXLABEL macro
/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dhints.c76 #define MAXLABEL 20 macro
81 } oldHint[MAXLABEL];
91 for (i = 0; i < MAXLABEL; i++) in InitHints()
107 for (i = 0; i < MAXLABEL; i++)
250 if ((hP->label >= 0) && (hP->label < MAXLABEL))
278 if ((hP->label >= 0) && (hP->label < MAXLABEL))
H A Dtype1.c298 #define MAXLABEL 256 /* Maximum number of new hints */ macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/arpa/
H A Dnameser.h359 #define MAXLABEL NS_MAXLABEL macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/include/arpa/
H A Dnameser.h358 #define MAXLABEL NS_MAXLABEL macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/arpa/
H A Dnameser_compat.h91 #define MAXLABEL NS_MAXLABEL macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/include/arpa/
H A Dnameser_compat.h91 #define MAXLABEL NS_MAXLABEL macro
/dports/dns/ares/ares-1.1.1/
H A Dares_mkquery.c129 if (len > MAXLABEL) in ares_mkquery()
/dports/dns/c-ares/c-ares-1.17.2/src/lib/
H A Dares_create_query.c144 if (len > MAXLABEL) { in ares_create_query()
H A Dares_nameser.h198 #ifndef MAXLABEL
199 # define MAXLABEL NS_MAXLABEL macro
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Ddns-protocol.h33 #define MAXLABEL 63 /* maximum length of domain label */ macro
/dports/dns/dnsjava/dnsjava-2.1.9/org/xbill/DNS/
H A DName.java48 private static final int MAXLABEL = 63; field in Name
145 if (len > MAXLABEL) in append()
220 byte [] label = new byte[MAXLABEL + 1]; in Name()
240 if (pos > MAXLABEL) in Name()
259 if (pos > MAXLABEL) in Name()
348 byte [] label = new byte[MAXLABEL + 1]; in Name()
627 if (len > MAXLABEL) in toString()
745 if (len > MAXLABEL) in toWireCanonical()
778 if (len > MAXLABEL) in equals()
/dports/dns/dnsreflector/dnsreflector-1.02/
H A Ddnsreflector.c117 while (((len = *pkt) != 0) && (len < MAXLABEL)) { in dnstoa()
/dports/dns/libbind/libbind-6.0/include/arpa/
H A Dnameser_compat.h134 #define MAXLABEL NS_MAXLABEL macro
/dports/dns/p5-Net-DNS-Codes/Net-DNS-Codes-0.12/
H A DREADME51 MAXLABEL NS_MAXLABEL HFIXEDSZ NS_HFIXEDSZ QFIXEDSZ NS_QFIXEDSZ RRFIXEDSZ
215 MAXLABEL NS_MAXLABEL 63
270 MAXLABEL NS_MAXLABEL HFIXEDSZ NS_HFIXEDSZ QFIXEDSZ NS_QFIXEDSZ RRFIXEDSZ
/dports/dns/p5-Net-DNS-Codes/Net-DNS-Codes-0.12/t/
H A Dconstants.t46 MAXLABEL 63
/dports/dns/py-pycares/pycares-3.1.1/deps/c-ares/src/
H A Dares_create_query.c153 if (len > MAXLABEL) { in ares_create_query()
H A Dnameser.h131 #define MAXLABEL NS_MAXLABEL macro
/dports/graphics/grads/grads-1.9b4/src/
H A Dgagui.c997 #define MAXLABEL 80 macro
1002 static char dummy_label[MAXLABEL]; in make_text_viewer()
1006 for(i=0; i < MAXLABEL-1; i++) in make_text_viewer()
1056 static char dummy_label[MAXLABEL]; in make_text_editor()
1060 for(i=0; i < MAXLABEL-1; i++) in make_text_editor()
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dnameser_def.h99 #define MAXLABEL 63 /* maximum length of domain label */ macro

123456