Home
last modified time | relevance | path

Searched refs:ret (Results 14201 - 14225 of 18157) sorted by relevance

1...<<561562563564565566567568569570>>...727

/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_mutl.c84 int ret = 0; in pkcs12_gen_mac() local
169 ret = 1; in pkcs12_gen_mac()
175 return ret; in pkcs12_gen_mac()
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_dlfcn.c447 void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY); in dlfcn_globallookup() local
450 ret = dlsym(handle, name); in dlfcn_globallookup()
454 return ret; in dlfcn_globallookup()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtrivial.rs73 if let Some(ret) = &efn.ret {
74 match ret {
H A Dtypes.rs151 if let Some(ret) = &efn.ret {
152 visit(&mut all, ret);
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtypes.rs151 if let Some(ret) = &efn.ret {
152 visit(&mut all, ret);
H A Dtrivial.rs73 if let Some(ret) = &efn.ret {
74 match ret {
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtypes.rs151 if let Some(ret) = &efn.ret {
152 visit(&mut all, ret);
H A Dtrivial.rs73 if let Some(ret) = &efn.ret {
74 match ret {
/third_party/rust/crates/cxx/syntax/
H A Dtypes.rs151 if let Some(ret) = &efn.ret {
152 visit(&mut all, ret);
H A Dtrivial.rs73 if let Some(ret) = &efn.ret {
74 match ret {
/third_party/openssl/test/
H A Dciphername_test.c386 int i, id = 0, ret = 0; in test_cipher_name() local
459 ret = 1; in test_cipher_name()
463 return ret; in test_cipher_name()
/third_party/pulseaudio/src/modules/
H A Dmodule-sine-source.c168 int ret; in thread_func() local
183 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
186 if (ret == 0) in thread_func()
H A Dmodule-null-source.c153 int ret; in thread_func() local
180 if ((ret = pa_rtpoll_run(u->rtpoll)) < 0) in thread_func()
185 if (ret == 0) in thread_func()
H A Dmodule-match.c85 int ret = -1; in load_rules() local
199 ret = 0; in load_rules()
209 return ret; in load_rules()
/third_party/python/Lib/idlelib/
H A Dhyperparser.py268 ret = self._eat_identifier(rawtext, brck_limit, pos)
269 if ret:
271 pos = pos - ret
/third_party/openssl/crypto/
H A Dinitthread.c155 int ret; in init_thread_push_handlers() local
164 ret = (sk_THREAD_EVENT_HANDLER_PTR_push(gtr->skhands, hands) != 0); in init_thread_push_handlers()
167 return ret; in init_thread_push_handlers()
/third_party/openssl/crypto/ocsp/
H A Docsp_prn.c134 int i, ret = 0; in OCSP_RESPONSE_print() local
242 ret = 1; in OCSP_RESPONSE_print()
245 return ret; in OCSP_RESPONSE_print()
/third_party/openssl/crypto/pkcs12/
H A Dp12_mutl.c84 int ret = 0; in pkcs12_gen_mac() local
164 ret = 1; in pkcs12_gen_mac()
170 return ret; in pkcs12_gen_mac()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dexport_targets.py275 ret = True
302 ret = False
306 return ret
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor.y449 int ret = yyparse(&context);
450 switch (ret)
466 return ret == 0;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.y459 int ret = yyparse(&context);
460 switch (ret)
476 return ret == 0;
/third_party/openssl/providers/implementations/kdfs/
H A Dpbkdf2.c279 int ret = 0; in pbkdf2_derive() local
357 ret = 1; in pbkdf2_derive()
362 return ret; in pbkdf2_derive()
H A Dtls1_prf.c296 int ret = 0; in tls1_prf_P_hash() local
345 ret = 1; in tls1_prf_P_hash()
350 return ret; in tls1_prf_P_hash()
H A Dpkcs12kdf.c57 int ret = 0, ui, vi; in pkcs12kdf_derive() local
108 ret = 1; in pkcs12kdf_derive()
135 return ret; in pkcs12kdf_derive()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_chunked.c110 int ret; in ahc_echo() local
127 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
129 return ret; in ahc_echo()

Completed in 20 milliseconds

1...<<561562563564565566567568569570>>...727