/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_mutl.c | 84 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 D | dso_dlfcn.c | 447 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 D | trivial.rs | 73 if let Some(ret) = &efn.ret { 74 match ret {
|
H A D | types.rs | 151 if let Some(ret) = &efn.ret { 152 visit(&mut all, ret);
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | types.rs | 151 if let Some(ret) = &efn.ret { 152 visit(&mut all, ret);
|
H A D | trivial.rs | 73 if let Some(ret) = &efn.ret { 74 match ret {
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | types.rs | 151 if let Some(ret) = &efn.ret { 152 visit(&mut all, ret);
|
H A D | trivial.rs | 73 if let Some(ret) = &efn.ret { 74 match ret {
|
/third_party/rust/crates/cxx/syntax/ |
H A D | types.rs | 151 if let Some(ret) = &efn.ret { 152 visit(&mut all, ret);
|
H A D | trivial.rs | 73 if let Some(ret) = &efn.ret { 74 match ret {
|
/third_party/openssl/test/ |
H A D | ciphername_test.c | 386 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 D | module-sine-source.c | 168 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 D | module-null-source.c | 153 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 D | module-match.c | 85 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 D | hyperparser.py | 268 ret = self._eat_identifier(rawtext, brck_limit, pos) 269 if ret: 271 pos = pos - ret
|
/third_party/openssl/crypto/ |
H A D | initthread.c | 155 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 D | ocsp_prn.c | 134 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 D | p12_mutl.c | 84 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 D | export_targets.py | 275 ret = True 302 ret = False 306 return ret
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor.y | 449 int ret = yyparse(&context); 450 switch (ret) 466 return ret == 0;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | ExpressionParser.y | 459 int ret = yyparse(&context); 460 switch (ret) 476 return ret == 0;
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | pbkdf2.c | 279 int ret = 0; in pbkdf2_derive() local 357 ret = 1; in pbkdf2_derive() 362 return ret; in pbkdf2_derive()
|
H A D | tls1_prf.c | 296 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 D | pkcs12kdf.c | 57 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 D | test_get_chunked.c | 110 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()
|