Lines Matching refs:uhash_count
179 if(uhash_count(hash) != 1){ in TestOtherAPI()
180 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
190 if(uhash_count(hash) != 5){ in TestOtherAPI()
191 log_err("FAIL: uhas_count() failed. Expected: 5, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
205 if(uhash_count(hash) != 4){ in TestOtherAPI()
206 log_err("FAIL: uhas_count() failed. Expected: 4, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
210 if(uhash_count(hash) != 3){ in TestOtherAPI()
215 if(uhash_count(hash) != 3){ in TestOtherAPI()
221 if(uhash_count(hash) != 4){ in TestOtherAPI()
233 if(uhash_count(hash) != 0){ in TestOtherAPI()
234 log_err("FAIL: uhas_count() failed. Expected: 0, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
253 if(uhash_count(hash) != 6){ in TestOtherAPI()
254 log_err("FAIL: uhash_count() failed. Expected: 6, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
266 if(uhash_count(hash) != 2){ in TestOtherAPI()
267 log_err("FAIL: uhash_count() failed. Expected: 2, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
275 if(uhash_count(hash) != 1){ in TestOtherAPI()
276 log_err("FAIL: uhash_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in TestOtherAPI()
305 if(uhash_count(hash) != 2){ in hashIChars()
306 log_err("FAIL: uhas_count() failed. Expected: 1, Got: %d\n", uhash_count(hash)); in hashIChars()