• Home
  • Raw
  • Download

Lines Matching full:api

61  * This API is used to initialize a doubly linked list.
71 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
86 * <li>This API is used to point to the next node pointed to by the current node.</li>
97 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
108 * <li>This API is used to test node is the end of the list.</li>
120 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
131 * <li>This API is used to test node is on the list.</li>
142 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
153 * <li>This API is used to point to the previous node pointed to by the current node.</li>
164 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
174 * This API is used to insert a new node to a doubly linked list.
185 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
201 * This API is used to insert a new node to the tail of a doubly linked list.
212 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
225 * This API is used to insert a new node to the head of a doubly linked list.
236 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
249 * <li>This API is used to delete a specified node from a doubly linked list.</li>
260 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
277 * <li>This API is used to return whether a doubly linked list is empty.</li>
289 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
302 * This API is used to insert a new list to a doubly linked list.
313 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
334 * This API is used to insert a new doubly list to the tail of a doubly linked list.
345 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
358 * This API is used to insert a new doubly list to the head of a doubly linked list.
369 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
382 * This API is used to obtain the offset of a field to a structure address.
393 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
403 * This API is used to obtain the pointer to a structure that contains a doubly linked list.
418 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
429 * This API is used to iterate over a doubly linked list of given type.
442 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
455 * This API is used to iterate over a doubly linked list safe against removal of list entry.
469 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
483 * This API is used to delete initialize a doubly linked list.
493 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
508 * This API is used to iterate over a doubly linked list.
519 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
532 * This API is used to iterate over a doubly linked list safe against removal of list entry.
544 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
557 * This API is used to initialize a double linked list.
567 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>