Searched refs:ql_first (Results 1 – 3 of 3) sorted by relevance
24 ((ql_first(a_head) != NULL) \37 if (ql_first(a_head) == (a_qlelm)) { \38 ql_first(a_head) = (a_elm); \46 if (ql_first(a_head) != NULL) { \49 ql_first(a_head) = (a_elm); \53 if (ql_first(a_head) != NULL) { \60 if (ql_first(a_head) == (a_elm)) { \61 ql_first(a_head) = qr_next(ql_first(a_head), a_field); \63 if (ql_first(a_head) != (a_elm)) { \66 ql_first(a_head) = NULL; \[all …]
20 assert_ptr_null(ql_first(head), "Unexpected element for empty list"); in test_empty_list()63 assert_c_eq(ql_first(head)->id, entries[0].id, "Element id mismatch"); in test_entries_list()
67 msg = ql_first(&mq->msgs); \
Completed in 4 milliseconds