OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPENAMES
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
gen.c
132
#define
TYPENAMES
256
160
}
typenames
[
TYPENAMES
];
variable in typeref:struct:ttnam
363
for (i = 0; i <
TYPENAMES
&&
typenames
[i].typebuf[0] != 0; i++) {
364
if (
typenames
[i].type != type) {
367
if (strcmp(typebuf,
typenames
[i].typebuf) != 0) {
370
typenames
[i].typebuf, typebuf);
373
ttn = &
typenames
[i];
376
if (i >=
TYPENAMES
- 1)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c
148
#define
TYPENAMES
256
175
}
typenames
[
TYPENAMES
];
variable in typeref:struct:ttnam
309
for (i = 0; i <
TYPENAMES
; i++) {
310
if (
typenames
[i].typebuf[0] != 0 &&
typenames
[i].type == type) {
311
return (&
typenames
[i]);
325
for (i = 0; i <
TYPENAMES
; i++) {
326
if (
typenames
[i].typebuf[0] != 0 &&
typenames
[i].type == type &
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026