OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESCONFMAXSEARCH
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/
resconf.c
77
#define
RESCONFMAXSEARCH
8U /*%< max 8 domains in "search" entry */
97
char *search[
RESCONFMAXSEARCH
];
343
for (i = 0; i <
RESCONFMAXSEARCH
; i++) {
373
for (idx = 0; idx <
RESCONFMAXSEARCH
; idx++) {
388
if (conf->searchnxt ==
RESCONFMAXSEARCH
) {
554
for (i = 0; i <
RESCONFMAXSEARCH
; i++) {
675
for (i = 0; i <
RESCONFMAXSEARCH
; i++) {
/src/external/mpl/dhcp/bind/dist/lib/irs/
resconf.c
81
#define
RESCONFMAXSEARCH
8U /*%< max 8 domains in "search" entry */
102
char *search[
RESCONFMAXSEARCH
];
341
for (i = 0; i <
RESCONFMAXSEARCH
; i++) {
371
for (idx = 0; idx <
RESCONFMAXSEARCH
; idx++) {
386
if (conf->searchnxt ==
RESCONFMAXSEARCH
) {
537
for (i = 0; i <
RESCONFMAXSEARCH
; i++) {
663
for (i = 0; i <
RESCONFMAXSEARCH
; i++) {
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026