Code

Renamed in-memory store types and functions to sdb_memstore*.
authorSebastian Harl <sh@tokkee.org>
Wed, 7 Oct 2015 20:25:29 +0000 (22:25 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 7 Oct 2015 20:25:29 +0000 (22:25 +0200)
commitb54d9fff4bc9e70efe83123403a4c9f935efb74e
tree8cf5d38f6fbf90aab59cfd0edaab52dd36863275
parente98b8be3912212943863522fa466edc131993d70
Renamed in-memory store types and functions to sdb_memstore*.
15 files changed:
src/core/store-private.h
src/core/store.c
src/core/store_exec.c
src/core/store_expr.c
src/core/store_json.c
src/core/store_lookup.c
src/core/store_query.c
src/include/core/store.h
src/plugins/store/memory.c
t/unit/core/store_expr_test.c
t/unit/core/store_json_test.c
t/unit/core/store_lookup_test.c
t/unit/core/store_test.c
t/unit/frontend/query_test.c
t/unit/parser/parser_test.c