Lines Matching refs:CL_ASSERT

286 	/* CL_ASSERT that a non-null pointer is provided. */
287 CL_ASSERT(p_list_item);
288 /* CL_ASSERT that a non-null pointer is provided. */
289 CL_ASSERT(p_new_item);
321 /* CL_ASSERT that a non-null pointer is provided. */
322 CL_ASSERT(p_list_item);
364 /* CL_ASSERT that a non-null pointer is provided. */
365 CL_ASSERT(p_list_obj);
395 /* CL_ASSERT that a non-null pointer is provided. */
396 CL_ASSERT(p_list_obj);
437 /* CL_ASSERT that a non-null pointer is provided. */
438 CL_ASSERT(p_list);
474 /* CL_ASSERT that a non-null pointer is provided. */
475 CL_ASSERT(p_list);
476 /* CL_ASSERT that the list was initialized. */
477 CL_ASSERT(p_list->state == CL_INITIALIZED);
506 /* CL_ASSERT that a non-null pointer is provided. */
507 CL_ASSERT(p_list);
508 /* CL_ASSERT that the list was initialized. */
509 CL_ASSERT(p_list->state == CL_INITIALIZED);
541 /* CL_ASSERT that a non-null pointer is provided. */
542 CL_ASSERT(p_list_item);
543 /* CL_ASSERT that the list was initialized. */
544 CL_ASSERT(p_list_item->p_list->state == CL_INITIALIZED);
579 /* CL_ASSERT that a non-null pointer is provided. */
580 CL_ASSERT(p_list_item);
581 /* CL_ASSERT that the list was initialized. */
582 CL_ASSERT(p_list_item->p_list->state == CL_INITIALIZED);
616 /* CL_ASSERT that a non-null pointer is provided. */
617 CL_ASSERT(p_list);
618 /* CL_ASSERT that the list was initialized. */
619 CL_ASSERT(p_list->state == CL_INITIALIZED);
654 /* CL_ASSERT that a non-null pointer is provided. */
655 CL_ASSERT(p_list);
656 /* CL_ASSERT that the list was initialized. */
657 CL_ASSERT(p_list->state == CL_INITIALIZED);
692 /* CL_ASSERT that a non-null pointer is provided. */
693 CL_ASSERT(p_list);
694 /* CL_ASSERT that the list was initialized. */
695 CL_ASSERT(p_list->state == CL_INITIALIZED);
735 /* CL_ASSERT that a non-null pointer is provided. */
736 CL_ASSERT(p_list);
737 /* CL_ASSERT that a non-null pointer is provided. */
738 CL_ASSERT(p_list_item);
739 /* CL_ASSERT that the list was initialized. */
740 CL_ASSERT(p_list->state == CL_INITIALIZED);
748 CL_ASSERT(p_list_item->p_list != p_list);
796 /* CL_ASSERT that a non-null pointer is provided. */
797 CL_ASSERT(p_list);
798 /* CL_ASSERT that a non-null pointer is provided. */
799 CL_ASSERT(p_list_item);
800 /* CL_ASSERT that the list was initialized. */
801 CL_ASSERT(p_list->state == CL_INITIALIZED);
809 CL_ASSERT(p_list_item->p_list != p_list);
1035 /* CL_ASSERT that a non-null pointer is provided. */
1036 CL_ASSERT(p_list);
1037 /* CL_ASSERT that a non-null pointer is provided. */
1038 CL_ASSERT(p_list_item);
1039 /* CL_ASSERT that a non-null pointer is provided. */
1040 CL_ASSERT(p_new_item);
1041 /* CL_ASSERT that the list was initialized. */
1042 CL_ASSERT(p_list->state == CL_INITIALIZED);
1050 CL_ASSERT(p_new_item->p_list != p_list);
1099 /* CL_ASSERT that a non-null pointer is provided. */
1100 CL_ASSERT(p_list);
1101 /* CL_ASSERT that a non-null pointer is provided. */
1102 CL_ASSERT(p_list_item);
1103 /* CL_ASSERT that a non-null pointer is provided. */
1104 CL_ASSERT(p_new_item);
1105 /* CL_ASSERT that the list was initialized. */
1106 CL_ASSERT(p_list->state == CL_INITIALIZED);
1114 CL_ASSERT(p_new_item->p_list != p_list);
1163 /* CL_ASSERT that a non-null pointer is provided. */
1164 CL_ASSERT(p_list);
1165 /* CL_ASSERT that the list was initialized. */
1166 CL_ASSERT(p_list->state == CL_INITIALIZED);
1169 /* CL_ASSERT that the list item is part of the list. */
1170 CL_ASSERT(p_item->p_list == p_list);
1216 /* CL_ASSERT that a non-null pointer is provided. */
1217 CL_ASSERT(p_list);
1218 /* CL_ASSERT that the list was initialized. */
1219 CL_ASSERT(p_list->state == CL_INITIALIZED);
1222 /* CL_ASSERT that the list item is part of the list. */
1223 CL_ASSERT(p_item->p_list == p_list);
1268 /* CL_ASSERT that a non-null pointer is provided. */
1269 CL_ASSERT(p_list);
1270 /* CL_ASSERT that a non-null pointer is provided. */
1271 CL_ASSERT(p_list_item);
1272 /* CL_ASSERT that the list was initialized. */
1273 CL_ASSERT(p_list->state == CL_INITIALIZED);
1274 /* CL_ASSERT that the list item is part of the list. */
1275 CL_ASSERT(p_list_item->p_list == p_list);
1324 /* CL_ASSERT that a non-null pointer is provided. */
1325 CL_ASSERT(p_list);
1326 /* CL_ASSERT that the list was initialized. */
1327 CL_ASSERT(p_list->state == CL_INITIALIZED);
1502 /* CL_ASSERT that a non-null pointer is provided. */
1503 CL_ASSERT(p_list);
1504 /* CL_ASSERT that the list was initialized. */
1505 CL_ASSERT(p_list->state == CL_INITIALIZED);
1506 /* CL_ASSERT that a find function is provided. */
1507 CL_ASSERT(pfn_func);
1564 /* CL_ASSERT that a non-null pointer is provided. */
1565 CL_ASSERT(p_list);
1566 /* CL_ASSERT that the list was initialized. */
1567 CL_ASSERT(p_list->state == CL_INITIALIZED);
1568 /* CL_ASSERT that a find function is provided. */
1569 CL_ASSERT(pfn_func);