Searched refs:hash_entry_num (Results 1 – 2 of 2) sorted by relevance
349 parse_hash_entry_number(const char *hash_entry_num) in parse_hash_entry_number() argument354 hash_en = strtoul(hash_entry_num, &end, 16); in parse_hash_entry_number()355 if ((hash_entry_num[0] == '\0') || (end == NULL) || (*end != '\0')) in parse_hash_entry_number()
2696 parse_hash_entry_number(const char *hash_entry_num) in parse_hash_entry_number() argument2702 hash_en = strtoul(hash_entry_num, &end, 16); in parse_hash_entry_number()2703 if ((hash_entry_num[0] == '\0') || (end == NULL) || (*end != '\0')) in parse_hash_entry_number()