Searched defs:toret (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dex_data.c220 int toret = 0; local
225 toret = 1;
228 return toret;
269 int toret = 1; local
273 toret = 0;
275 return toret;
337 int toret = -1; local
360 toret = item->meth_num++;
361 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
364 return toret;
372 int toret; local
[all...]
/external/openssl/crypto/
H A Dex_data.c220 int toret = 0; local
225 toret = 1;
228 return toret;
269 int toret = 1; local
273 toret = 0;
275 return toret;
337 int toret = -1; local
360 toret = item->meth_num++;
361 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
364 return toret;
372 int toret; local
[all...]

Completed in 71 milliseconds