Lines Matching refs:uhash_count
181 if(uhash_count(hash) != 1){ in TestOtherAPI()
182 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
192 if(uhash_count(hash) != 5){ in TestOtherAPI()
193 log_err("FAIL: uhas_count() failed. Expected: 5, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
207 if(uhash_count(hash) != 4){ in TestOtherAPI()
208 log_err("FAIL: uhas_count() failed. Expected: 4, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
212 if(uhash_count(hash) != 3){ in TestOtherAPI()
217 if(uhash_count(hash) != 3){ in TestOtherAPI()
223 if(uhash_count(hash) != 4){ in TestOtherAPI()
235 if(uhash_count(hash) != 0){ in TestOtherAPI()
236 log_err("FAIL: uhas_count() failed. Expected: 0, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
255 if(uhash_count(hash) != 6){ in TestOtherAPI()
256 log_err("FAIL: uhash_count() failed. Expected: 6, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
268 if(uhash_count(hash) != 2){ in TestOtherAPI()
269 log_err("FAIL: uhash_count() failed. Expected: 2, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
277 if(uhash_count(hash) != 1){ in TestOtherAPI()
278 log_err("FAIL: uhash_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
307 if(uhash_count(hash) != 2){ in hashIChars()
308 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in hashIChars()