Searched defs:context_copy (Results 1 - 3 of 3) sorted by relevance
/external/libchrome/base/ |
H A D | md5.cc | 267 MD5Context context_copy; local 268 memcpy(&context_copy, context, sizeof(context_copy)); 269 MD5Final(digest, &context_copy);
|
/external/dbus/bus/ |
H A D | config-parser.c | 196 char *context_copy; local 199 context_copy = NULL; 210 context_copy = _dbus_strdup (context); 211 if (context_copy == NULL) 214 if (!_dbus_hash_table_insert_string (dest, service_copy, context_copy)) 218 context_copy = NULL; 227 if (context_copy) 228 dbus_free (context_copy); 1711 char *context_copy; local 1714 context_copy [all...] |
/external/selinux/libsepol/src/ |
H A D | expand.c | 2087 static int context_copy(context_struct_t * dst, context_struct_t * src, function 2152 if (context_copy(&n->context[0], &c->context[0], 2198 if (context_copy 2232 if (context_copy(&n->context[0], &c->context[0], state)) { 2298 context_copy(&newc->context[0], &c->context[0], state);
|
Completed in 127 milliseconds