Searched defs:equal_func (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c201 const EqualityFunction equal_func, ListNode **output);
513 * Find a value in the list using the equal_func to compare each node with the
517 const EqualityFunction equal_func, ListNode **output) {
521 if (equal_func(current->value, value)) {
516 list_find(ListNode * const head, const void *value, const EqualityFunction equal_func, ListNode **output) argument

Completed in 157 milliseconds