/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/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/ |
s_server.c | 282 static SSL_CTX *ctx2=NULL; variable 438 ctx2=NULL; 742 if (ctx2) 745 SSL_set_SSL_CTX(s,ctx2); [all...] |
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...] |
/external/v8/test/cctest/ |
test-heap.cc | 1348 v8::Persistent<v8::Context> ctx2 = v8::Context::New(); local 1385 v8::Persistent<v8::Context> ctx2 = v8::Context::New(); local 1420 v8::Persistent<v8::Context> ctx2 = v8::Context::New(); local 1455 v8::Persistent<v8::Context> ctx2 = v8::Context::New(); local [all...] |
/external/llvm/lib/VMCore/ |
DebugLoc.cpp | 107 LLVMContext &Ctx2 = Scope->getContext(); 108 Type *Int32 = Type::getInt32Ty(Ctx2); 113 return MDNode::get(Ctx2, Elts);
|