OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:insert_into_typenames
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
gen.c
181
insert_into_typenames
(int, const char *, const char *);
356
insert_into_typenames
(int type, const char *typebuf, const char *attr) {
function
445
insert_into_typenames
(type, typebuf, NULL);
816
insert_into_typenames
(100, "uinfo", RESERVEDNAME);
817
insert_into_typenames
(101, "uid", RESERVEDNAME);
818
insert_into_typenames
(102, "gid", RESERVEDNAME);
819
insert_into_typenames
(103, "unspec", RESERVEDNAME);
820
insert_into_typenames
(251, "ixfr", METAQUESTIONONLY);
821
insert_into_typenames
(252, "axfr", METAQUESTIONONLY);
822
insert_into_typenames
(253, "mailb", METAQUESTIONONLY)
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c
191
insert_into_typenames
(int, const char *, const char *);
318
insert_into_typenames
(int type, const char *typebuf, const char *attr) {
function
406
insert_into_typenames
(type, typebuf, NULL);
787
insert_into_typenames
(100, "uinfo", RESERVEDNAME);
788
insert_into_typenames
(101, "uid", RESERVEDNAME);
789
insert_into_typenames
(102, "gid", RESERVEDNAME);
790
insert_into_typenames
(103, "unspec", RESERVEDNAME);
791
insert_into_typenames
(251, "ixfr", METAQUESTIONONLY);
792
insert_into_typenames
(252, "axfr", METAQUESTIONONLY);
793
insert_into_typenames
(253, "mailb", METAQUESTIONONLY)
[
all
...]
Completed in 39 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026