lib ldb: Rename functions to ldb_kv
authorGary Lockyer <gary@catalyst.net.nz>
Thu, 19 Jul 2018 19:23:10 +0000 (07:23 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 30 Jul 2018 12:31:52 +0000 (14:31 +0200)
commit1c8ea099ce57ae35879e9a1cebcfd2de5c89bfdf
tree602c75e568c3ae654442a0a97d54931ce6098b4b
parent4fcbaae57b129deaacfab0a226cefca99aa78256
lib ldb: Rename functions to ldb_kv

Rename the ldb key value functions from ltdb_* to ldb_kv_*. The renaming
is preparation for the separation of the tdb specific code from the key
value code.  This work is a follow on from the addition of the lmdb
backend.

Note that the next commit tidies up the code formatting.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/ldb/ldb_mdb/ldb_mdb.c
lib/ldb/ldb_tdb/ldb_cache.c
lib/ldb/ldb_tdb/ldb_index.c
lib/ldb/ldb_tdb/ldb_search.c
lib/ldb/ldb_tdb/ldb_tdb.c
lib/ldb/ldb_tdb/ldb_tdb.h