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

  /external/selinux/libselinux/src/
context.c 22 context_t context_new(const char *str) function
85 hidden_def(context_new)
  /external/dnsmasq/src/
rfc2131.c 291 struct dhcp_context *context_tmp, *context_new = NULL; local
314 context_new = context;
319 if (!context_new)
325 context_tmp->current = context_new;
326 context_new = context_tmp;
329 if (context_new || force)
330 context = context_new;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 432 def context_new(*args): function
433 return _selinux.context_new(*args)
434 context_new = _selinux.context_new variable
    [all...]
  /external/python/cpython2/Modules/
_ssl.c 2095 context_new(PyTypeObject *type, PyObject *args, PyObject *kwds) function
    [all...]

Completed in 516 milliseconds