Searched defs:ctx2 (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/memcheck/tests/linux/
H A Dstack_changes.c15 mycontext ctx1, ctx2, oldc; variable
58 int c2 = init_context(&ctx2);
60 makecontext(&ctx1, (void (*)()) hello, 1, &ctx2);
61 makecontext(&ctx2, (void (*)()) hello, 1, &ctx1);
68 //free(ctx2.uc_stack.ss_sp);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_context.c98 struct stw_context *ctx2; local
107 ctx2 = stw_lookup_context_locked( dhglrc2 );
109 if (ctx1 && ctx2 && ctx2->st->share)
110 ret = ctx2->st->share(ctx2->st, ctx1->st);
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c98 struct stw_context *ctx2; local
107 ctx2 = stw_lookup_context_locked( dhglrc2 );
109 if (ctx1 && ctx2 && ctx2->st->share)
110 ret = ctx2->st->share(ctx2->st, ctx1->st);
/external/libsepol/src/
H A Dmls.c656 context_struct_t *ctx1 = NULL, *ctx2 = NULL; local
658 ctx2 = malloc(sizeof(context_struct_t));
659 if (ctx1 == NULL || ctx2 == NULL)
662 context_init(ctx2);
667 if (mls_from_string(handle, &policydb->p, mls2, ctx2) < 0)
670 *response = mls_range_contains(ctx1->range, ctx2->range);
672 context_destroy(ctx2);
674 free(ctx2);
684 context_destroy(ctx2);
686 free(ctx2);
[all...]
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dx509.c531 X509V3_CTX ctx2; local
554 X509V3_set_ctx_test(&ctx2);
555 X509V3_set_nconf(&ctx2, extconf);
556 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL))
1204 X509V3_CTX ctx2; local
1206 X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0);
1207 X509V3_set_nconf(&ctx2, conf);
1208 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) goto end;
H A Ds_server.c282 static SSL_CTX *ctx2=NULL; variable
438 ctx2=NULL;
744 if (ctx2)
747 SSL_set_SSL_CTX(s,ctx2);
1588 ctx2=SSL_CTX_new(meth);
1589 if (ctx2 == NULL)
1596 if (ctx2)
1608 if(!SSL_CTX_set_generate_session_id(ctx2, generate_session_id))
1616 SSL_CTX_set_quiet_shutdown(ctx2,1);
1617 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_AL
[all...]
/external/openssl/apps/
H A Dx509.c531 X509V3_CTX ctx2; local
554 X509V3_set_ctx_test(&ctx2);
555 X509V3_set_nconf(&ctx2, extconf);
556 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL))
1204 X509V3_CTX ctx2; local
1206 X509V3_set_ctx(&ctx2, xca, x, NULL, NULL, 0);
1207 X509V3_set_nconf(&ctx2, conf);
1208 if (!X509V3_EXT_add_nconf(conf, &ctx2, section, x)) goto end;
H A Ds_server.c282 static SSL_CTX *ctx2=NULL; variable
438 ctx2=NULL;
744 if (ctx2)
747 SSL_set_SSL_CTX(s,ctx2);
1588 ctx2=SSL_CTX_new(meth);
1589 if (ctx2 == NULL)
1596 if (ctx2)
1608 if(!SSL_CTX_set_generate_session_id(ctx2, generate_session_id))
1616 SSL_CTX_set_quiet_shutdown(ctx2,1);
1617 if (bugs) SSL_CTX_set_options(ctx2,SSL_OP_AL
[all...]
/external/v8/test/cctest/
H A Dtest-heap.cc1348 v8::Persistent<v8::Context> ctx2 = v8::Context::New(); local
1358 ctx2->Enter();
1359 ctx2->Global()->Set(v8_str("o"), v);
1366 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(0));
1367 ctx2->Exit();
1373 ctx2.Dispose();
1385 v8::Persistent<v8::Context> ctx2 = v8::Context::New(); local
1395 ctx2->Enter();
1396 ctx2->Global()->Set(v8_str("o"), v);
1403 ctx2
1420 v8::Persistent<v8::Context> ctx2 = v8::Context::New(); local
1455 v8::Persistent<v8::Context> ctx2 = v8::Context::New(); local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc1710 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
1712 ctx2->Enter();
1713 ctx2->Global()->Set(v8_str("o"), v);
1720 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(0));
1721 ctx2->Exit();
1756 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
1758 ctx2->Enter();
1759 ctx2->Global()->Set(v8_str("o"), v);
1766 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(0));
1767 ctx2
1800 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
1844 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
[all...]
H A Dtest-api.cc14745 v8::Local<v8::Context> ctx2 = v8::Context::New(isolate); local
14752 ctx2->Enter();
14753 ctx2->Global()->Set(v8_str("o"), foo);
14760 ctx2->Exit();
14763 ctx2->Enter();
14773 ctx2->Exit();

Completed in 460 milliseconds