Searched refs:context_copy (Results 1 – 4 of 4) sorted by relevance
/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/dbus/bus/ |
D | config-parser.c | 196 char *context_copy; in merge_service_context_hash() local 199 context_copy = NULL; in merge_service_context_hash() 210 context_copy = _dbus_strdup (context); in merge_service_context_hash() 211 if (context_copy == NULL) in merge_service_context_hash() 214 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy)) in merge_service_context_hash() 218 context_copy = NULL; in merge_service_context_hash() 227 if (context_copy) in merge_service_context_hash() 228 dbus_free (context_copy); in merge_service_context_hash() 1711 char *context_copy; in start_selinux_child() local 1714 context_copy = NULL; in start_selinux_child() [all …]
|
/external/selinux/libsepol/src/ |
D | expand.c | 2087 static int context_copy(context_struct_t * dst, context_struct_t * src, in context_copy() function 2152 if (context_copy(&n->context[0], &c->context[0], in ocontext_copy_xen() 2198 if (context_copy in ocontext_copy_selinux() 2232 if (context_copy(&n->context[0], &c->context[0], state)) { in ocontext_copy_selinux() 2298 context_copy(&newc->context[0], &c->context[0], state); in genfs_copy()
|
/external/selinux/libsepol/ |
D | ChangeLog | 79 * Move context_copy() after switch block in ocontext_copy_*().
|