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

/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 26 milliseconds