HomeSort by relevance Sort by last modified time
    Searched defs:ctx2 (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 15 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/
stw_context.c 98 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/
stw_context.c 98 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/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFunctionalTest.java 69 SSLContext ctx1, ctx2; local
72 ctx2 = ctx_other;
84 SSLSocket csocket = (SSLSocket) ctx2
103 SSLContext ctx1, ctx2; local
112 ctx2 = (((k & 2) >> 1) > 0) ? context : ctx_other;
122 SSLSocket csocket = (SSLSocket) ctx2
  /external/libsepol/src/
mls.c 656 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/openssl/apps/
x509.c 531 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;
    [all...]
s_server.c 282 static SSL_CTX *ctx2=NULL; variable
438 ctx2=NULL;
750 if (ctx2)
753 SSL_set_SSL_CTX(s,ctx2);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap.cc 1808 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
1854 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
1898 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
1942 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p); local
    [all...]
test-api.cc 15611 v8::Local<v8::Context> ctx2 = v8::Context::New(isolate); local
    [all...]

Completed in 158 milliseconds