Lines Matching refs:rc
436 int rc = 0; in grow_hashtable() local
503 rc = 1; in grow_hashtable()
506 return rc; in grow_hashtable()
643 int rc = 0; in ossl_ht_insert() local
660 (rc = ossl_ht_insert_locked(h, hash, newval, olddata)) == -1 in ossl_ht_insert()
664 rc = -1; in ossl_ht_insert()
668 if (rc <= 0) in ossl_ht_insert()
672 return rc; in ossl_ht_insert()
730 int rc = 0; in ossl_ht_delete() local
751 rc = 1; in ossl_ht_delete()
755 if (rc == 1) { in ossl_ht_delete()
759 return rc; in ossl_ht_delete()