HomeSort by: relevance | last modified time | path
    Searched refs:to_return (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/engine/
eng_init.c 22 int to_return = 1; local
29 to_return = e->init(e);
30 if (to_return) {
45 return to_return;
54 int to_return = 1; local
69 to_return = e->finish(e);
73 if (!to_return)
82 return to_return;
108 int to_return = 1; local
114 to_return = engine_unlocked_finish(e, 1)
    [all...]
eng_list.c 341 int to_return = 1; local
354 to_return = 0;
357 return to_return;
363 int to_return = 1; local
372 to_return = 0;
375 return to_return;
  /src/crypto/external/bsd/openssl/dist/crypto/engine/
eng_init.c 22 int to_return = 1; local
29 to_return = e->init(e);
30 if (to_return) {
40 return to_return;
49 int to_return = 1; local
64 to_return = e->finish(e);
68 if (!to_return)
77 return to_return;
102 int to_return = 1; local
108 to_return = engine_unlocked_finish(e, 1)
    [all...]
eng_list.c 306 int to_return = 1; local
319 to_return = 0;
322 return to_return;
328 int to_return = 1; local
337 to_return = 0;
340 return to_return;
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_init.c 19 int to_return = 1; local
26 to_return = e->init(e);
27 if (to_return) {
37 return to_return;
46 int to_return = 1; local
61 to_return = e->finish(e);
64 if (!to_return)
73 return to_return;
97 int to_return = 1; local
102 to_return = engine_unlocked_finish(e, 1)
    [all...]
eng_list.c 297 int to_return = 1; local
309 to_return = 0;
312 return to_return;
318 int to_return = 1; local
326 to_return = 0;
329 return to_return;
  /src/crypto/external/bsd/openssl.old/dist/test/
enginetest.c 51 int to_return = 0; local
172 to_return = 1;
181 return to_return;
254 int to_return = 0; local
342 to_return = 1;
349 return to_return;
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-c.cc 55 tree to_return = NULL_TREE;
98 to_return = build_qualified_type (param_type, 0 MEM_STAT_INFO);
127 gcc_assert (to_return != NULL_TREE);
128 if (! check_base_type (to_return, pattern_type))
129 return build1 (VIEW_CONVERT_EXPR, to_return, call_expr);
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-c.cc 55 tree to_return = NULL_TREE;
98 to_return = build_qualified_type (param_type, 0 MEM_STAT_INFO);
127 gcc_assert (to_return != NULL_TREE);
128 if (! check_base_type (to_return, pattern_type))
129 return build1 (VIEW_CONVERT_EXPR, to_return, call_expr);
  /src/crypto/external/apache2/openssl/dist/test/
enginetest.c 57 int to_return = 0; local
178 to_return = 1;
187 return to_return;
259 int to_return = 0; local
347 to_return = 1;
354 return to_return;
  /src/crypto/external/bsd/openssl/dist/test/
enginetest.c 57 int to_return = 0; local
178 to_return = 1;
187 return to_return;
260 int to_return = 0; local
348 to_return = 1;
355 return to_return;

Completed in 35 milliseconds