Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/engine/
Deng_init.c22 int to_return = 1; in engine_unlocked_init() local
29 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() local
64 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() local
108 to_return = engine_unlocked_finish(e, 1); in ENGINE_finish()
[all …]
Deng_list.c303 int to_return = 1; in ENGINE_add() local
316 to_return = 0; in ENGINE_add()
319 return to_return; in ENGINE_add()
325 int to_return = 1; in ENGINE_remove() local
334 to_return = 0; in ENGINE_remove()
337 return to_return; in ENGINE_remove()
/third_party/openssl/crypto/engine/
Deng_init.c22 int to_return = 1; in engine_unlocked_init() local
29 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() local
64 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() local
108 to_return = engine_unlocked_finish(e, 1); in ENGINE_finish()
[all …]
Deng_list.c303 int to_return = 1; in ENGINE_add() local
316 to_return = 0; in ENGINE_add()
319 return to_return; in ENGINE_add()
325 int to_return = 1; in ENGINE_remove() local
334 to_return = 0; in ENGINE_remove()
337 return to_return; in ENGINE_remove()
/third_party/python/Lib/test/
Dtest_multiprocessing_main_handling.py113 to_return = make_script(script_dir, script_basename,
119 return to_return
123 to_return = make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename,
126 return to_return
144 to_return = make_script(script_dir, script_basename, source)
146 return to_return
Dtest_cmd_line_script.py81 to_return = make_script(script_dir, script_basename, source)
83 return to_return
87 to_return = make_zip_pkg(zip_dir, zip_basename, pkg_name, script_basename,
90 return to_return
/third_party/openssl/test/
Denginetest.c57 int to_return = 0; in test_engines() local
178 to_return = 1; in test_engines()
187 return to_return; in test_engines()
260 int to_return = 0; in test_redirect() local
348 to_return = 1; in test_redirect()
355 return to_return; in test_redirect()
/third_party/python/Lib/test/test_importlib/import_/
Dtest_path.py122 return self.to_return
124 failing_finder.to_return = None
132 success_finder.to_return = __loader__
/third_party/python/Python/
Dimport.c1663 PyObject *to_return = PyUnicode_Substring(abs_name, 0, in PyImport_ImportModuleLevelObject() local
1665 if (to_return == NULL) { in PyImport_ImportModuleLevelObject()
1669 final_mod = import_get_module(tstate, to_return); in PyImport_ImportModuleLevelObject()
1670 Py_DECREF(to_return); in PyImport_ImportModuleLevelObject()
1675 to_return); in PyImport_ImportModuleLevelObject()
/third_party/python/Lib/test/test_importlib/
Dutil.py316 to_return = fxn(*args, **kwargs)
319 return to_return