Lines Matching full:element
299 * @return a pointer to the head element, NULL if list is empty
314 * @return a pointer to the head element
328 * @param node the node from which to get the next element in the list
330 * @return a pointer to the next element from a node, NULL if node is the tail
343 * @param node the node from which to get the next element in the list
345 * @return a pointer to the next element from a node, NULL if node is the tail
361 * @param node the node from which to get the previous element in the list
363 * @return a pointer to the previous element from a node, NULL if node is the
377 * @param node the node from which to get the previous element in the list
379 * @return a pointer to the previous element from a node, NULL if node is the
395 * @return a pointer to the tail element, NULL if list is empty
409 * @param node the element to append
429 * @param node the element to append
449 * @param node the element to insert
470 * @param node the element to insert