Searched refs:qpol_constraint_from_void (Results 1 - 3 of 3) sorted by relevance

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
H A Dqpol.py183 @QpolGenerator(_qpol.qpol_constraint_from_void)
533 @QpolGenerator(_qpol.qpol_constraint_from_void)
741 def qpol_constraint_from_void(*args): function
742 return _qpol.qpol_constraint_from_void(*args)
743 qpol_constraint_from_void = _qpol.qpol_constraint_from_void variable
H A Dqpol.i601 %pythoncode %{ @QpolGenerator(_qpol.qpol_constraint_from_void) %}
1876 %pythoncode %{ @QpolGenerator(_qpol.qpol_constraint_from_void) %}
2387 qpol_constraint_t *qpol_constraint_from_void(void *x) {
H A Dqpol_wrap.c5208 qpol_constraint_t *qpol_constraint_from_void(void *x) { function
11953 if (!PyArg_ParseTuple(args,(char *)"O:qpol_constraint_from_void",&obj0)) SWIG_fail;
11956 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "qpol_constraint_from_void" "', argument " "1"" of type '" "void *""'");
11958 result = (qpol_constraint_t *)qpol_constraint_from_void(arg1);
15828 { (char *)"qpol_constraint_from_void", _wrap_qpol_constraint_from_void, METH_VARARGS, NULL},

Completed in 85 milliseconds