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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/
H A Dpyldb.c1005 PyObject *py_base = Py_None; local
1022 &py_base, &scope, &expr, &py_attrs, &py_controls))
1035 if (py_base == Py_None) {
1038 if (!PyObject_AsDn(ldb_ctx, py_base, ldb_ctx, &base)) {
1347 PyObject *py_base, *py_tree, *py_attrs, *py_ret; local
1356 &py_base, &scope, &py_tree, &py_attrs))
1369 ret = ldb_build_search_req(&req, mod->ldb, NULL, PyLdbDn_AsDn(py_base),
2071 PyObject *py_result, *py_base, *py_attrs, *py_tree; local
2073 py_base = PyLdbDn_FromDn(req->op.search.base);
2075 if (py_base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/
H A Dpyldb.c1005 PyObject *py_base = Py_None; local
1022 &py_base, &scope, &expr, &py_attrs, &py_controls))
1035 if (py_base == Py_None) {
1038 if (!PyObject_AsDn(ldb_ctx, py_base, ldb_ctx, &base)) {
1347 PyObject *py_base, *py_tree, *py_attrs, *py_ret; local
1356 &py_base, &scope, &py_tree, &py_attrs))
1369 ret = ldb_build_search_req(&req, mod->ldb, NULL, PyLdbDn_AsDn(py_base),
2071 PyObject *py_result, *py_base, *py_attrs, *py_tree; local
2073 py_base = PyLdbDn_FromDn(req->op.search.base);
2075 if (py_base
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/
H A Dpyldb.c1005 PyObject *py_base = Py_None; local
1022 &py_base, &scope, &expr, &py_attrs, &py_controls))
1035 if (py_base == Py_None) {
1038 if (!PyObject_AsDn(ldb_ctx, py_base, ldb_ctx, &base)) {
1347 PyObject *py_base, *py_tree, *py_attrs, *py_ret; local
1356 &py_base, &scope, &py_tree, &py_attrs))
1369 ret = ldb_build_search_req(&req, mod->ldb, NULL, PyLdbDn_AsDn(py_base),
2071 PyObject *py_result, *py_base, *py_attrs, *py_tree; local
2073 py_base = PyLdbDn_FromDn(req->op.search.base);
2075 if (py_base
[all...]

Completed in 109 milliseconds