38 while( (head = head->
next) )
40 if( !memcmp(head->
user_info, data, (
size_t)size) )
81 if( head->
next == item )
99 if( (auxp = head->
next) )
123 while( (auxp = item->
next) )
125 if( !memcmp(&(auxp->
user_info[offset]), data, (
size_t)size) )
SLL * sll_get_head(SLL *head)
SLL * sll_get_next(SLL *item)
SLL * sll_remove_head(SLL *head)
int sll_insert_queue(SLL *head, SLL *item)
SLL * sll_search_next_remove(SLL *item, int offset, char *data, int size)
int sll_remove(SLL *head, SLL *item)
SLL * sll_search(SLL *head, char *data, int size)