Searched refs:map (Results 1 - 25 of 61) sorted by relevance

123

/bind-9.11.3/unit/atf-src/tools/
H A Drequirements.hpp33 #include <map>
39 std::string check_requirements(const std::map< std::string, std::string >&,
40 const std::map< std::string, std::string >&);
42 const std::map< std::string, std::string >&,
43 const std::map< std::string, std::string >&);
H A Dconfig_file.hpp33 #include <map>
58 std::map< std::string, std::string > merge_configs(
59 const std::map< std::string, std::string >&,
60 const std::map< std::string, std::string >&);
61 std::map< std::string, std::string > read_config_files(const std::string&);
H A Dconfig.hpp33 #include <map>
55 //! Returns a name to value map containing all build-time configuration
58 const std::map< std::string, std::string >& get_all(void);
H A Datffile.hpp33 #include <map>
70 std::map< std::string, std::string > m_conf;
72 std::map< std::string, std::string > m_props;
75 atffile(const std::map< std::string, std::string >&,
77 const std::map< std::string, std::string >&);
79 const std::map< std::string, std::string >& conf(void) const;
81 const std::map< std::string, std::string >& props(void) const;
H A Dtest-program.hpp33 #include <map>
89 std::map< std::string, std::string >&);
93 const std::map< std::string, std::string >&);
127 typedef std::map< std::string, std::map< std::string, std::string > >
146 const std::map< std::string, std::string >&);
150 const std::map< std::string, std::string >&,
151 const std::map< std::string, std::string >&,
H A Datf-config.cpp32 #include <map>
115 std::map< std::string, std::string > cv = tools::config::get_all();
117 for (std::map< std::string, std::string >::const_iterator iter =
H A Dconfig.cpp31 #include <map>
37 static std::map< std::string, std::string > m_variables;
64 // map, considering the values a user may have provided in the environment.
101 const std::map< std::string, std::string >&
H A Dfs.hpp38 #include <map>
304 class directory : public std::map< std::string, file_info > {
319 //! I.e. the keys of the directory map.
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dmap_test.c26 #include "atf-c/detail/map.h"
51 atf_map_t map; local
53 RE(atf_map_init(&map));
54 ATF_REQUIRE_EQ(atf_map_size(&map), 0);
55 atf_map_fini(&map);
61 atf_map_t map; local
63 RE(atf_map_init_charpp(&map, NULL));
64 ATF_REQUIRE_EQ(atf_map_size(&map), 0);
65 atf_map_fini(&map);
72 atf_map_t map; local
83 atf_map_t map; local
106 atf_map_t map; local
124 atf_map_t map; local
162 atf_map_t map; local
190 atf_map_t map; local
204 atf_map_t map; local
239 atf_map_t map; local
282 atf_map_t map; local
323 atf_map_t map; local
370 atf_map_t map; local
[all...]
H A Dmap.h79 /* A list-based map. Typically very inefficient, but our maps are small
105 #define atf_map_for_each(iter, map) \
106 for (iter = atf_map_begin(map); \
107 !atf_equal_map_iter_map_iter((iter), atf_map_end(map)); \
109 #define atf_map_for_each_c(iter, map) \
110 for (iter = atf_map_begin_c(map); \
111 !atf_equal_map_citer_map_citer((iter), atf_map_end_c(map)); \
H A DMakefile.am.inc34 atf-c/detail/map.c \
35 atf-c/detail/map.h \
/bind-9.11.3/bin/tests/system/checkzone/
H A Dclean.sh7 rm -f test.* good1.db.map good1.db.raw named-compilezone
H A Dsetup.sh15 ./named-compilezone -D -F map -o good1.db.map example \
/bind-9.11.3/lib/dns/rdata/in_1/
H A Dwks_11.h19 unsigned char *map; member in struct:dns_rdata_in_wks
/bind-9.11.3/bin/tests/system/masterformat/
H A Dclean.sh14 rm -f ns1/example.db.map ns1/signed.db.map
25 rm -f ns3/example.db.map ns3/dynamic.db.map
26 rm -f baseline.txt text.1 text.2 raw.1 raw.2 map.1 map.2 map.5 text.5 badmap
H A Dtests.sh43 "not raw or map\n");' < $1
104 ismap ns1/example.db.map || ret=1
108 [ "`rawversion ns1/example.db.map`" = 1 ] || ret=1
170 echo "I:checking format transitions: text->raw->map->text"
174 ./named-compilezone -D -f raw -F map -o map.1 example.nil raw.1 > /dev/null
175 ./named-compilezone -D -f map -F text -o text.1 example.nil map.1 > /dev/null
180 echo "I:checking format transitions: text->map->raw->text"
182 ./named-compilezone -D -f text -F map
[all...]
/bind-9.11.3/bin/tests/system/masterformat/ns1/
H A Dcompile.sh14 ../named-compilezone -D -F map -o ../ns3/example.db.map example \
16 ../named-compilezone -D -F map -o ../ns3/dynamic.db.map dynamic \
25 ../named-compilezone -D -F map -o example.db.map example-map \
31 ../named-compilezone -D -F map -o signed.db.map signed signed.db.signed > /dev/null 2>&1
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dfilemapper.c76 idn_ucsmap_t map; member in struct:idn__filemapper
84 idn_ucsmap_t map);
107 if ((r = idn_ucsmap_create(&ctx->map)) != idn_success) {
112 r = read_file(file, fp, ctx->map);
116 idn_ucsmap_fix(ctx->map);
119 idn_ucsmap_destroy(ctx->map);
132 idn_ucsmap_destroy(ctx->map);
153 r = idn_ucsmap_map(ctx->map, *from, ub.ucs, ub.size, &ub.len);
238 read_file(const char *file, FILE *fp, idn_ucsmap_t map) { argument
264 r = idn_ucsmap_add(map, u
[all...]
H A Ducsmap.c77 unsigned long *map; /* mapped sequence of code points */ member in struct:__anon80
115 unsigned long *map,
169 unsigned long *map, size_t maplen)
180 WARNING(("idn_ucsmap_add: attempt to add to fixed map\n"));
207 e->map = save_mapped_sequence(ctx, map, maplen);
208 if (e->map == NULL)
215 e->map = NULL;
302 memcpy(to, e[mid].map, sizeof(*to) * e[mid].len);
326 save_mapped_sequence(idn_ucsmap_t ctx, unsigned long *map, size_ argument
168 idn_ucsmap_add(idn_ucsmap_t ctx, unsigned long ucs, unsigned long *map, size_t maplen) argument
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/
H A Ducsmap.h83 * the map can be shared.
90 * 'ucs' is the character to be mapped, 'map' points an array of mapped
91 * characters of length 'maplen'. 'map' may be NULL if 'maplen' is zero,
101 idn_ucsmap_add(idn_ucsmap_t ctx, unsigned long ucs, unsigned long *map,
105 * Perform internal arrangement of the map for lookup.
106 * Once it is fixed, 'idn_ucsmap_add' cannot be permitted to the map.
H A Dmapper.h153 idn_mapper_mapproc_t map);
/bind-9.11.3/bin/tests/system/masterformat/ns3/
H A Dnamed.conf36 masterfile-format map;
37 file "example.db.map";
42 masterfile-format map;
43 file "dynamic.db.map";
/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-maxttlmap.conf11 masterfile-format map;
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.hpp33 #include <map>
332 class directory : public std::map< std::string, file_info > {
347 //! I.e. the keys of the directory map.
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.hpp29 #include <map>
63 typedef std::map< std::string, std::string > vars_map;

Completed in 1313 milliseconds

123