Searched refs:ADDR_NULL (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/ssl/
H A Dssl_lru.c93 #define ADDR_NULL ((uint32_t)-1) macro
140 * Find a node by ID. Returned value is the node address, or ADDR_NULL if
145 * empty, then '*addr_link' is set to ADDR_NULL.
154 y = ADDR_NULL;
155 while (x != ADDR_NULL) {
175 return ADDR_NULL;
181 * -- If node x has no child, then this returns ADDR_NULL.
188 * set to ADDR_NULL.
192 * to ADDR_NULL only when no node is found and ADDR_NULL i
[all...]

Completed in 92 milliseconds