Searched refs:search (Results 1 - 17 of 17) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/lwresd/lwresd1/
H A Dresolv.conf20 search example1.
H A Dlwresd.conf32 search {example1.;};
/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dresolv.conf20 search example1.
/bind-9.6-ESV-R11/contrib/zkt/
H A Dsoaserial.c59 static const char *strfindstr (const char *str, const char *search);
142 ** Find string 'search' in 'str' and ignore case in comparison.
143 ** returns the position of 'search' in 'str' or NULL if not found.
145 static const char *strfindstr (const char *str, const char *search) argument
151 assert ( search != NULL );
153 c = tolower (*search);
158 if ( strncasecmp (p, search, strlen (search)) == 0 )
H A Ddki.c1127 ** dki_search () search a key with the given tag, or the first
1172 ** dki_tsearch () search a key with the given tag, or the first
1177 dki_t search; local
1180 search.tag = tag;
1181 snprintf (search.name, sizeof (search.name), "%s", name);
1182 p = tfind (&search, &tree, dki_namecmp);
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c2566 rbtdb_search_t *search = arg; local
2578 if (search->zonecut != NULL)
2583 onode = search->rbtdb->origin_node;
2585 NODE_LOCK(&(search->rbtdb->node_locks[node->locknum].lock),
2600 if (header->serial <= search->serial &&
2619 IS_STUB(search->rbtdb)) {
2637 if (!IS_CACHE(search->rbtdb) && !IS_STUB(search->rbtdb) &&
2644 search->zonecut_sigrdataset = NULL;
2647 search
2777 setup_delegation(rbtdb_search_t *search, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
2834 valid_glue(rbtdb_search_t *search, dns_name_t *name, rbtdb_rdatatype_t type, dns_rbtnode_t *node) argument
2899 activeempty(rbtdb_search_t *search, dns_rbtnodechain_t *chain, dns_name_t *name) argument
2951 activeemtpynode(rbtdb_search_t *search, dns_name_t *qname, dns_name_t *wname) argument
3066 find_wildcard(rbtdb_search_t *search, dns_rbtnode_t **nodep, dns_name_t *qname) argument
3222 matchparams(rdatasetheader_t *header, rbtdb_search_t *search) argument
3269 find_closest_nsec(rbtdb_search_t *search, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_rbt_t *tree, dns_db_secure_t secure) argument
3446 rbtdb_search_t search; local
3969 rbtdb_search_t *search = arg; local
4084 find_deepest_zonecut(rbtdb_search_t *search, dns_rbtnode_t *node, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4258 find_coveringnsec(rbtdb_search_t *search, dns_dbnode_t **nodep, isc_stdtime_t now, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4384 rbtdb_search_t search; local
4731 rbtdb_search_t search; local
[all...]
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwconfig.c245 confdata->search[i] = NULL;
272 if (confdata->search[i] != NULL) {
273 CTXFREE(confdata->search[i],
274 strlen(confdata->search[i]) + 1);
275 confdata->search[i] = NULL;
378 if (confdata->search[i] != NULL) {
379 CTXFREE(confdata->search[i],
380 strlen(confdata->search[i])+1);
381 confdata->search[i] = NULL;
412 * Remove any previous search definition
[all...]
/bind-9.6-ESV-R11/lib/lwres/win32/
H A Dlwconfig.c31 * contents of resolv.conf. Since the "search" or "domain" keyword, on
32 * Win32 if a search list is found it is used, otherwise the domain name
33 * is used since they are mutually exclusive. The search list can be entered
82 confdata->search[confdata->searchnxt] = lwres_strdup(ctx, cp);
83 if (confdata->search[confdata->searchnxt] != NULL)
124 /* Get the search list from the registry */
127 /* Use only if there is no search list */
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dlwresd.h37 ns_lwsearchlist_t *search; member in struct:ns_lwresd
/bind-9.6-ESV-R11/bin/named/
H A Dlwresd.c219 * Build the search path
226 CHECK(buffer_putstr(&b, lwc->search[i]));
308 lwresd->search = NULL;
345 (void)cfg_map_get(lwres, "search", &searchobj);
347 lwresd->search = NULL;
349 &lwresd->search);
360 const cfg_obj_t *search; local
366 search = cfg_listelt_value(element);
367 searchstr = cfg_obj_asstring(search);
387 result = ns_lwsearchlist_append(lwresd->search, nam
[all...]
H A Dlwdgabn.c204 * If there are no addresses, try the next element in the search
626 cm->listener->manager->search,
H A Dlwdgrbn.c410 * In this case, just go on to the next entry in the search path.
480 cm->listener->manager->search,
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c997 dig_searchlist_t *search; local
998 search = isc_mem_allocate(mctx, sizeof(*search));
999 if (search == NULL)
1002 strlcpy(search->origin, domain, MXNAME);
1003 search->origin[MXNAME-1] = 0;
1004 ISC_LINK_INIT(search, link);
1005 return (search);
1010 dig_searchlist_t *search; local
1011 while ((search
1020 dig_searchlist_t *search; local
1126 dig_searchlist_t *search; local
1710 dig_searchlist_t *search; local
[all...]
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dlwres.h218 #define LWRES_CONFMAXSEARCH 8 /*%< max 8 domains in "search" entry */
233 char *search[LWRES_CONFMAXSEARCH]; member in struct:__anon223
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh1568 -LLIBDIR search LIBDIR for required installed libraries
2889 # Add the dll search path components to the executable PATH
3705 /* no slashes; search PATH */
3783 /* search backwards for last DIR_SEPARATOR */
5423 # Remove this search path later
5428 # Remove this search path later
5521 # search path.
5546 # We only need to search for static libraries
5595 # search path.
5894 # Add the search path
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh1337 # search path, unless they have been requested with -R.
2924 # Add the dll search path components to the executable PATH
3966 -LLIBDIR search LIBDIR for required installed libraries
/bind-9.6-ESV-R11/
H A Dltmain.sh2447 -LLIBDIR search LIBDIR for required installed libraries
4131 # Add the dll search path components to the executable PATH
4704 /* no slashes; search PATH */
4785 /* search backwards for last DIR_SEPARATOR */
6580 # Remove this search path later
6585 # Remove this search path later
6705 # search path.
6730 # We only need to search for static libraries
6779 # search path.
7084 # Add the search path
[all...]

Completed in 83 milliseconds