Searched refs:PyLdbResult_AsResult (Results 1 – 5 of 5) sorted by relevance
/dports/databases/ldb15/ldb-1.5.6/ |
H A D | pyldb.c | 471 static struct ldb_result *PyLdbResult_AsResult(TALLOC_CTX *mem_ctx, 3813 req->op.search.res = PyLdbResult_AsResult(NULL, py_result);
|
/dports/net/samba412/samba-4.12.15/lib/ldb/ |
H A D | pyldb.c | 453 static struct ldb_result *PyLdbResult_AsResult(TALLOC_CTX *mem_ctx, in PyLdbResult_AsResult() function 3906 req->op.search.res = PyLdbResult_AsResult(NULL, py_result); in py_module_search()
|
/dports/databases/ldb20/ldb-2.0.10/ |
H A D | pyldb.c | 453 static struct ldb_result *PyLdbResult_AsResult(TALLOC_CTX *mem_ctx, in PyLdbResult_AsResult() function 3907 req->op.search.res = PyLdbResult_AsResult(NULL, py_result); in py_module_search()
|
/dports/databases/ldb21/ldb-2.1.5/ |
H A D | pyldb.c | 453 static struct ldb_result *PyLdbResult_AsResult(TALLOC_CTX *mem_ctx, in PyLdbResult_AsResult() function 3906 req->op.search.res = PyLdbResult_AsResult(NULL, py_result); in py_module_search()
|
/dports/databases/ldb22/ldb-2.2.1/ |
H A D | pyldb.c | 452 static struct ldb_result *PyLdbResult_AsResult(TALLOC_CTX *mem_ctx, in PyLdbResult_AsResult() function 3905 req->op.search.res = PyLdbResult_AsResult(NULL, py_result); in py_module_search()
|