Searched refs:entry_end (Results 1 – 7 of 7) sorted by relevance
78 struct hash_entry *entry, *entry_end; in hash_free() local80 entry_end = entry + bucket->used; in hash_free()81 for (; entry < entry_end; entry++) in hash_free()152 struct hash_entry *entry, *entry_end; in hash_add() local165 entry_end = entry + bucket->used; in hash_add()166 for (; entry < entry_end; entry++) { in hash_add()176 (entry_end - entry) * sizeof(struct hash_entry)); in hash_add()195 struct hash_entry *entry, *entry_end; in hash_add_unique() local208 entry_end = entry + bucket->used; in hash_add_unique()209 for (; entry < entry_end; entry++) { in hash_add_unique()[all …]
32 const char *entry, *entry_end; in env_attr_walk() local43 entry_end = strchr(entry, ENV_ATTR_LIST_DELIM); in env_attr_walk()45 if (entry_end == NULL) { in env_attr_walk()62 int entry_len = entry_end - entry; in env_attr_walk()106 entry = entry_end + 1; in env_attr_walk()107 } while (entry_end != NULL); in env_attr_walk()
142 entry_end = offset + 1 + destination_address_count + 4143 if entry_end > len(byte_string):151 router_address = byte_string[destination_address_end:entry_end]155 offset = entry_end
332 const char* entry_end = str; in ParseDefaultValuesString() local333 std::string spec_id_str(entry_begin, entry_end - entry_begin); in ParseDefaultValuesString()
220 entry_end = loca_map->end(); in Initialize() local221 entry != entry_end; entry++) { in Initialize()
2091 const char *entry_end; in Start() local2097 cursor = entry_end, all_ok = all_ok && ok) { in Start()2113 entry_end = fde.end; in Start()2118 entry_end = fde.end; in Start()