Lines Matching full:provided

13  *     without modification, are permitted provided that the following
23 * provided with the distribution.
25 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
60 * Quick list implements a doubly linked that stores user provided
71 * treated as opaque and should be manipulated only through the provided
178 * manipulated only through the provided functions.
227 * This function type is provided as function prototype reference for the
228 * function provided by users as a parameter to the cl_qlist_apply_func
262 * This function type is provided as function prototype reference for the
263 * function provided by users as a parameter to the cl_qlist_find_from_head,
286 /* CL_ASSERT that a non-null pointer is provided. */ in __cl_primitive_insert()
288 /* CL_ASSERT that a non-null pointer is provided. */ in __cl_primitive_insert()
321 /* CL_ASSERT that a non-null pointer is provided. */ in __cl_primitive_remove()
364 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_set_obj()
395 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_obj()
437 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_init()
474 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_count()
506 /* CL_ASSERT that a non-null pointer is provided. */ in cl_is_qlist_empty()
541 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_next()
579 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_prev()
616 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_head()
654 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_tail()
692 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_end()
735 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_insert_head()
737 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_insert_head()
796 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_insert_tail()
798 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_insert_tail()
1035 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_insert_prev()
1037 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_insert_prev()
1039 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_insert_prev()
1099 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_insert_next()
1101 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_insert_next()
1103 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_insert_next()
1163 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_remove_head()
1216 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_remove_tail()
1268 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_remove_item()
1270 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_remove_item()
1324 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_remove_all()
1410 * callback function is provided, or value compared to the quick list's
1424 * The function provided by the pfn_func must not perform any list operations,
1462 * callback function is provided, or value compared to the quick list's
1476 * The function provided by the pfn_func must not perform any list operations,
1502 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_find_from_head()
1506 /* CL_ASSERT that a find function is provided. */ in cl_qlist_find_from_head()
1525 * callback function is provided, or value compared to the quick list's
1538 * The function provided by the pfn_func parameter must not perform any list
1564 /* CL_ASSERT that a non-null pointer is provided. */ in cl_qlist_find_from_tail()
1568 /* CL_ASSERT that a find function is provided. */ in cl_qlist_find_from_tail()
1587 * callback function is provided, or value compared to the quick list's
1600 * The function provided by the pfn_func parameter must not perform any list
1640 * The function provided must not perform any list operations, as these