Searched defs:map_entry (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dmap.c40 struct map_entry { struct
47 struct map_entry *
50 struct map_entry *me;
52 me = (struct map_entry *)malloc(sizeof(*me));
78 const struct map_entry *me = citer.m_entry;
86 const struct map_entry *me = citer.m_entry;
98 newciter.m_entry = ((const struct map_entry *)
122 const struct map_entry *me = iter.m_entry;
130 const struct map_entry *me = iter.m_entry;
142 newiter.m_entry = ((struct map_entry *)
[all...]
/forgerock/web-agents-v4/source/
H A Dproperty_map.c32 struct map_entry struct
41 struct map_entry *entries;
64 struct map_entry *e;
80 struct map_entry *e;
101 struct map_entry *entries = realloc(map->entries, alloc * sizeof(struct map_entry));
114 static struct map_entry *property_map_get_or_create(struct property_map *map, const char *key, size_t len) {
116 struct map_entry *e;
141 struct map_entry *property_map_add_plaintext(struct property_map *map, const char *text, size_t len) {
142 struct map_entry *
[all...]

Completed in 65 milliseconds