Lines Matching refs:IRDA_ASSERT
395 IRDA_ASSERT(hashbin != NULL, return -1;); in hashbin_delete()
396 IRDA_ASSERT(hashbin->magic == HB_MAGIC, return -1;); in hashbin_delete()
453 IRDA_ASSERT( hashbin != NULL, return;); in hashbin_insert()
454 IRDA_ASSERT( hashbin->magic == HB_MAGIC, return;); in hashbin_insert()
564 IRDA_ASSERT( hashbin != NULL, return NULL;); in hashbin_remove()
565 IRDA_ASSERT( hashbin->magic == HB_MAGIC, return NULL;); in hashbin_remove()
655 IRDA_ASSERT( hashbin != NULL, return NULL;); in hashbin_remove_this()
656 IRDA_ASSERT( hashbin->magic == HB_MAGIC, return NULL;); in hashbin_remove_this()
657 IRDA_ASSERT( entry != NULL, return NULL;); in hashbin_remove_this()
716 IRDA_ASSERT( hashbin != NULL, return NULL;); in hashbin_find()
717 IRDA_ASSERT( hashbin->magic == HB_MAGIC, return NULL;); in hashbin_find()
837 IRDA_ASSERT( hashbin != NULL, return NULL;); in hashbin_get_first()
838 IRDA_ASSERT( hashbin->magic == HB_MAGIC, return NULL;); in hashbin_get_first()
873 IRDA_ASSERT( hashbin != NULL, return NULL;); in hashbin_get_next()
874 IRDA_ASSERT( hashbin->magic == HB_MAGIC, return NULL;); in hashbin_get_next()
877 IRDA_ASSERT( hashbin->hb_current != NULL, return NULL;); in hashbin_get_next()