Lines Matching full:insertion
64 * than to a cl_list_item_t structure. Insertion operations on a list can
67 * Use quick list in situations where insertion failures cannot be tolerated.
420 * CL_SUCCESS if the insertion was successful.
422 * CL_INSUFFICIENT_MEMORY if there was not enough memory for the insertion.
425 * Inserts the specified object at the head of the list. List insertion
471 * CL_SUCCESS if the insertion was successful.
473 * CL_INSUFFICIENT_MEMORY if there was not enough memory for the insertion.
476 * Inserts the specified object at the tail of the list. List insertion
516 * CL_SUCCESS if the insertion was successful.
518 * CL_INSUFFICIENT_MEMORY if there was not enough memory for the insertion.
523 * List insertion operations are guaranteed to work for the minimum number
561 * CL_SUCCESS if the insertion was successful.
563 * CL_INSUFFICIENT_MEMORY if there was not enough memory for the insertion.
568 * List insertion operations are guaranteed to work for the minimum number
620 * CL_SUCCESS if the insertion was successful.
622 * CL_INSUFFICIENT_MEMORY if there was not enough memory for the insertion.
673 * CL_SUCCESS if the insertion was successful.
675 * CL_INSUFFICIENT_MEMORY if there was not enough memory for the insertion.