Searched refs:context_copy (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/base/debug/ |
D | stack_trace_win.cc | 182 CONTEXT context_copy; in InitTrace() local 183 memcpy(&context_copy, context_record, sizeof(context_copy)); in InitTrace() 184 context_copy.ContextFlags = CONTEXT_INTEGER | CONTEXT_CONTROL; in InitTrace() 206 &stack_frame, &context_copy, nullptr, in InitTrace()
|
/external/libchrome/base/ |
D | md5.cc | 267 MD5Context context_copy; in MD5IntermediateFinal() local 268 memcpy(&context_copy, context, sizeof(context_copy)); in MD5IntermediateFinal() 269 MD5Final(digest, &context_copy); in MD5IntermediateFinal()
|
/external/selinux/libsepol/src/ |
D | expand.c | 2110 static int context_copy(context_struct_t * dst, context_struct_t * src, in context_copy() function 2175 if (context_copy(&n->context[0], &c->context[0], in ocontext_copy_xen() 2221 if (context_copy in ocontext_copy_selinux() 2269 if (context_copy(&n->context[0], &c->context[0], state)) { in ocontext_copy_selinux() 2335 context_copy(&newc->context[0], &c->context[0], state); in genfs_copy()
|
/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 1399 context_copy(PyObject *self, PyObject *args UNUSED) in context_copy() function 1497 PyObject *tl_context = context_copy(default_context_template, NULL); in init_current_context() 1554 v = context_copy(v, NULL); in PyDec_SetCurrentContext() 1604 self->local = context_copy(local, NULL); in ctxmanager_new() 5367 { "__copy__", (PyCFunction)context_copy, METH_NOARGS, NULL }, 5369 { "copy", (PyCFunction)context_copy, METH_NOARGS, doc_ctx_copy },
|