HomeSort by relevance Sort by last modified time
    Searched refs:to_return (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/engine/
eng_init.c 62 int to_return = 1; local
67 to_return = e->init(e);
68 if(to_return)
77 return to_return;
84 int to_return = 1; local
98 to_return = e->finish(e);
101 if(!to_return)
117 return to_return;
138 int to_return = 1; local
146 to_return = engine_unlocked_finish(e, 1)
    [all...]
enginetest.c 102 int to_return = 1; local
265 to_return = 0;
267 if(to_return)
281 return to_return;
eng_list.c 272 int to_return = 1; local
289 to_return = 0;
292 return to_return;
298 int to_return = 1; local
310 to_return = 0;
313 return to_return;
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_helper_unittest.cc 90 em::PolicyData to_return; local
92 to_return.set_policy_type(SignedSettings::kDevicePolicyType);
93 to_return.set_policy_value(pol.SerializeAsString());
94 return to_return;
signed_settings_unittest.cc 131 em::PolicyData to_return; local
146 to_return.set_policy_type(SignedSettings::kDevicePolicyType);
147 to_return.set_policy_value(pol.SerializeAsString());
148 return to_return;
  /external/chromium/chrome/common/net/gaia/
gaia_auth_fetcher.cc 125 URLFetcher* to_return = local
130 to_return->set_request_context(getter);
131 to_return->set_load_flags(net::LOAD_DO_NOT_SEND_COOKIES);
132 to_return->set_upload_data("application/x-www-form-urlencoded", body);
133 return to_return;

Completed in 382 milliseconds