Searched refs:to_return (Results 1 – 4 of 4) sorted by relevance
22 int to_return = 1; in engine_unlocked_init() local29 to_return = e->init(e); in engine_unlocked_init()30 if (to_return) { in engine_unlocked_init()40 return to_return; in engine_unlocked_init()49 int to_return = 1; in engine_unlocked_finish() local64 to_return = e->finish(e); in engine_unlocked_finish()68 if (!to_return) in engine_unlocked_finish()77 return to_return; in engine_unlocked_finish()102 int to_return = 1; in ENGINE_finish() local108 to_return = engine_unlocked_finish(e, 1); in ENGINE_finish()[all …]
306 int to_return = 1; in ENGINE_add() local319 to_return = 0; in ENGINE_add()322 return to_return; in ENGINE_add()328 int to_return = 1; in ENGINE_remove() local337 to_return = 0; in ENGINE_remove()340 return to_return; in ENGINE_remove()
57 int to_return = 0; in test_engines() local178 to_return = 1; in test_engines()187 return to_return; in test_engines()260 int to_return = 0; in test_redirect() local348 to_return = 1; in test_redirect()355 return to_return; in test_redirect()
984 ldns_rbnode_t *to_return; local997 to_return = ldns_rbtree_search(zone->hashed_names, hashed_name);999 return to_return;