For internal use only.
This file contains the implementation of the ll_find() function, used to locate a specific element within a linked list.
Definition in file ll_find.c.
#include "dbprim.h"
#include "dbprim_int.h"
Include dependency graph for ll_find.c:

Go to the source code of this file.
Functions | |
| unsigned long | ll_find (link_head_t *list, link_elem_t **elem_p, link_comp_t comp_func, link_elem_t *start, db_key_t *key) |
| Find an element in a linked list. | |
1.4.4