mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
85b6f71c65
* Rework pack routines to remove unused features: - ldb_unpack_data_only_attr_list_flags() is removed - LDB_UNPACK_DATA_FLAG_NO_DATA_ALLOC is now always implied This improves the unpack performace significantly. * Improve search performance via new internal flag LDB_UNPACK_DATA_FLAG_READ_LOCKED which removes a memdup * Improve search performance during full scan by ignoring index records early. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
3 lines
136 B
Plaintext
3 lines
136 B
Plaintext
pyldb_Dn_FromDn: PyObject *(struct ldb_dn *)
|
|
pyldb_Object_AsDn: bool (TALLOC_CTX *, PyObject *, struct ldb_context *, struct ldb_dn **)
|