Home
last modified time | relevance | path

Searched refs:to_return (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/engine/
H A Deng_init.c65 int to_return = 1; in engine_unlocked_init() local
70 to_return = e->init(e); in engine_unlocked_init()
71 if (to_return) { in engine_unlocked_init()
79 return to_return; in engine_unlocked_init()
87 int to_return = 1; in engine_unlocked_finish() local
100 to_return = e->finish(e); in engine_unlocked_finish()
103 if (!to_return) in engine_unlocked_finish()
112 return to_return; in engine_unlocked_finish()
135 int to_return = 1; in ENGINE_finish() local
142 if (!to_return) { in ENGINE_finish()
[all …]
H A Deng_list.c262 int to_return = 1; in ENGINE_add() local
274 to_return = 0; in ENGINE_add()
277 return to_return; in ENGINE_add()
284 int to_return = 1; in ENGINE_remove() local
293 to_return = 0; in ENGINE_remove()
296 return to_return; in ENGINE_remove()
/dragonfly/contrib/ldns/
H A Ddnssec_zone.c987 ldns_rbnode_t *to_return; local
1000 to_return = ldns_rbtree_search(zone->hashed_names, hashed_name);
1002 return to_return;