py_lp_ctx 199 source4/auth/credentials/pycredentials.c PyObject *py_lp_ctx = Py_None; py_lp_ctx 201 source4/auth/credentials/pycredentials.c if (!PyArg_ParseTuple(args, "|O", &py_lp_ctx)) py_lp_ctx 204 source4/auth/credentials/pycredentials.c lp_ctx = lp_from_py_object(py_lp_ctx); py_lp_ctx 215 source4/auth/credentials/pycredentials.c PyObject *py_lp_ctx = Py_None; py_lp_ctx 218 source4/auth/credentials/pycredentials.c if (!PyArg_ParseTuple(args, "|O", &py_lp_ctx)) py_lp_ctx 221 source4/auth/credentials/pycredentials.c lp_ctx = lp_from_py_object(py_lp_ctx); py_lp_ctx 40 source4/auth/pyauth.c PyObject *py_lp_ctx = Py_None; py_lp_ctx 43 source4/auth/pyauth.c if (!PyArg_ParseTuple(args, "|O", &py_lp_ctx)) py_lp_ctx 46 source4/auth/pyauth.c lp_ctx = lp_from_py_object(py_lp_ctx); py_lp_ctx 58 source4/auth/pyauth.c PyObject *py_lp_ctx = Py_None; py_lp_ctx 61 source4/auth/pyauth.c if (!PyArg_ParseTuple(args, "|O", &py_lp_ctx)) py_lp_ctx 64 source4/auth/pyauth.c lp_ctx = lp_from_py_object(py_lp_ctx); py_lp_ctx 274 source4/lib/registry/pyregistry.c PyObject *py_lp_ctx, *py_session_info, *py_credentials; py_lp_ctx 278 source4/lib/registry/pyregistry.c &py_lp_ctx, &py_session_info, &py_credentials)) py_lp_ctx 281 source4/lib/registry/pyregistry.c lp_ctx = lp_from_py_object(py_lp_ctx); py_lp_ctx 338 source4/lib/registry/pyregistry.c PyObject *py_session_info = Py_None, *py_credentials = Py_None, *py_lp_ctx = Py_None; py_lp_ctx 350 source4/lib/registry/pyregistry.c &py_lp_ctx)) py_lp_ctx 353 source4/lib/registry/pyregistry.c lp_ctx = lp_from_py_object(py_lp_ctx); py_lp_ctx 306 source4/librpc/rpc/pyrpc.c PyObject *py_lp_ctx = Py_None, *py_credentials = Py_None, *py_basis = Py_None; py_lp_ctx 316 source4/librpc/rpc/pyrpc.c if (!PyArg_ParseTupleAndKeywords(args, kwargs, "s|OOO:samr", discard_const_p(char *, kwnames), &binding_string, &py_lp_ctx, &py_credentials, &py_basis)) { py_lp_ctx 320 source4/librpc/rpc/pyrpc.c lp_ctx = lp_from_py_object(py_lp_ctx); py_lp_ctx 386 source4/librpc/rpc/pyrpc.c PyObject *py_lp_ctx = Py_None, *py_credentials = Py_None; py_lp_ctx 398 source4/librpc/rpc/pyrpc.c if (!PyArg_ParseTupleAndKeywords(args, kwargs, "sO|OOO:connect", discard_const_p(char *, kwnames), &binding_string, &syntax, &py_lp_ctx, &py_credentials, &py_basis)) { py_lp_ctx 402 source4/librpc/rpc/pyrpc.c lp_ctx = lp_from_py_object(py_lp_ctx); py_lp_ctx 100 source4/scripting/python/pyglue.c PyObject *py_lp_ctx, *py_ldb; py_lp_ctx 103 source4/scripting/python/pyglue.c if (!PyArg_ParseTuple(args, "OO", &py_ldb, &py_lp_ctx)) py_lp_ctx 108 source4/scripting/python/pyglue.c lp_ctx = lp_from_py_object(py_lp_ctx);