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

/freebsd-12-stable/contrib/bearssl/src/ssl/
H A Dssl_lru.c234 * Set the link at address 'alx' to point to node 'x'. If 'alx' is
238 set_link(br_ssl_session_cache_lru *cc, uint32_t alx, uint32_t x) argument
240 if (alx == ADDR_NULL) {
243 br_enc32be(cc->store + alx, x);
254 uint32_t alx, y, aly; local
275 * root, then alx is set to ADDR_NULL.
277 find_node(cc, cc->store + x + SESSION_ID_OFF, &alx);
303 set_link(cc, alx, y);
317 set_link(cc, alx, ADDR_NUL
328 uint32_t x, alx; local
[all...]

Completed in 56 milliseconds