Code

store: Added support for ALL matchers.
authorSebastian Harl <sh@tokkee.org>
Sat, 25 Oct 2014 19:43:28 +0000 (21:43 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 25 Oct 2014 19:43:28 +0000 (21:43 +0200)
commit99d12b86d046b983801fd9381d5b9cea0200a64c
tree3facc45e08688682665c3c6d79337c915130c5a6
parent82605756814adadc0fcad9ee55e472c1730bf9ba
store: Added support for ALL matchers.

Similar to ANY, this matcher iterators over objects. It matches, if *all* of
those objects match another matcher.
src/core/store-private.h
src/core/store_lookup.c
src/include/core/store.h