Lines Matching full:api
62 * This API is used to initialize a doubly linked list.
72 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
87 * <li>This API is used to point to the next node pointed to by the current node.</li>
98 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
108 * This API is used to insert a new node to a doubly linked list.
119 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
135 * This API is used to insert a new node to the tail of a doubly linked list.
146 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
159 * This API is used to insert a new node to the head of a doubly linked list.
170 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
184 * <li>This API is used to delete a specified node from a doubly linked list.</li>
195 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
212 * <li>This API is used to return whether a doubly linked list is empty.</li>
224 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
237 * This API is used to obtain the pointer to a doubly linked list in a structure.
248 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
258 * This API is used to obtain the pointer to a structure that contains a doubly linked list.
273 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
284 * This API is used to iterate over a doubly linked list of given type.
297 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
310 * This API is used to iterate over a doubly linked list safe against removal of list entry.
324 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
338 * This API is used to delete initialize a doubly linked list.
348 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
363 * This API is used to iterate over a doubly linked list.
374 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
385 * This API is used to iterate over a doubly linked list safe against removal of list entry.
397 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>
409 * This API is used to initialize a double linked list.
419 * <ul><li>los_list.h: the header file that contains the API declaration.</li></ul>