HomeSort by: relevance | last modified time | path
    Searched refs:lmdb (Results 1 - 23 of 23) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
lmdb_cache_test_2.sh 8 rm -f foo.lmdb
11 cache lmdb:foo
15 cache lmdb:foo
27 cache lmdb:foo
40 ../../bin/postmap -s lmdb:foo | diff /dev/null -
42 rm -f foo.lmdb
lmdb_cache_test_1.sh 9 rm -f foo.lmdb
12 cache lmdb:foo
16 cache lmdb:foo
28 cache lmdb:foo
42 cache lmdb:foo
53 ../../bin/postmap -s lmdb:foo | diff /dev/null -
55 rm -f foo.lmdb
mkmap_lmdb.c 7 /* create or open database, LMDB style
15 /* This module implements support for creating LMDB databases.
17 /* mkmap_lmdb_open() takes a file name, appends the ".lmdb"
19 /* before the OpenLDAP LMDB open routine is called.
23 /* dict_lmdb(3), LMDB dictionary interface.
55 #include <lmdb.h>
72 * LMDB uses MVCC so it needs no special lock management here.
slmdb.h 10 /* LMDB API wrapper
24 #include <lmdb.h>
49 int lmdb_flags; /* LMDB-specific flags */
  /src/crypto/external/bsd/heimdal/dist/tests/db/
have-db.in 66 lmdb:*) exit 0 ;;
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-lmdb-mapsize-bogus.conf 15 lmdb-mapsize bogusvalue;
bad-lmdb-mapsize-toolarge.conf 15 lmdb-mapsize 2048G;
bad-lmdb-mapsize-toosmall.conf 15 lmdb-mapsize 1;
bad-lmdb-mapsize-unlimited.conf 15 lmdb-mapsize unlimited;
lmdb-mapsize-largest.conf 15 lmdb-mapsize 1024G;
lmdb-mapsize-smallest.conf 15 lmdb-mapsize 1M;
tests.sh 108 for lmdb in lmdb-*.conf; do
112 if $FEATURETEST --with-lmdb; then
113 echo_i "checking that named-checkconf detects no error in $lmdb ($n)"
115 $CHECKCONF $lmdb >checkconf.out$n 2>&1
123 echo_i "checking that named-checkconf detects error in $lmdb ($n)"
125 $CHECKCONF $lmdb >checkconf.out$n 2>&1
  /src/external/bsd/openldap/dist/libraries/liblmdb/
Makefile 40 IHDRS = lmdb.h
83 mdb.o: mdb.c lmdb.h midl.h
89 mdb.lo: mdb.c lmdb.h midl.h
98 %.o: %.c lmdb.h
114 xmdb.o: mdb.c lmdb.h midl.h
  /src/external/mpl/bind/dist/bin/tools/
named-nzd2nzf.c 17 #error This program requires the LMDB library.
20 #include <lmdb.h>
  /src/external/mpl/bind/dist/bin/tests/system/addzone/
tests.sh 39 # When LMDB support is compiled in, this tests that migration from
50 if $FEATURETEST --with-lmdb; then
129 if ! $FEATURETEST --with-lmdb; then
148 if $FEATURETEST --with-lmdb; then
174 if $FEATURETEST --with-lmdb; then
181 if ! $FEATURETEST --with-lmdb; then
510 if ! $FEATURETEST --with-lmdb; then
520 if $FEATURETEST --with-lmdb; then
546 if ! $FEATURETEST --with-lmdb; then
652 if $FEATURETEST --with-lmdb; the
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-mdb.c 41 /* LMDB */
43 #include <lmdb.h>
188 else if (strncmp(new_name, "lmdb:", sizeof("lmdb:") - 1) == 0)
189 new_name += sizeof("lmdb:") - 1;
  /src/crypto/external/bsd/heimdal/dist/tests/kdc/
check-iprop.in 286 # See note below in LMDB sanity checking
463 if [ "$db_type" = lmdb ] && type mdb_stat > /dev/null 2>&1; then
465 # and LMDB levels.
470 echo "checking that principals in DB == entries in LMDB"
471 # Add one to match lmdb overhead
  /src/external/ibm-public/postfix/dist/conf/
postfix-tls-script 764 lmdb) _prio=2;;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
view.c 23 #include <lmdb.h>
25 #include <dns/lmdb.h>
  /src/external/mpl/bind/dist/lib/dns/
view.c 23 #include <lmdb.h>
  /src/external/ibm-public/postfix/dist/mantools/
postlink 902 s/[<bB>]*lmdb[<\/bBiI>]*_[<\/iIbB>]*ta[-<\/bB>]*\n*[ <bB>]*ble[<\/bB>]*\(5\)/<a href="lmdb_table.5.html">$&<\/a>/g;
1265 s/\b(lmdb):/<a href="lmdb_table.5.html">$1<\/a>:/g;
  /src/external/mpl/bind/dist/
configure 1726 --with-lmdb=[PATH] use LMDB library [default=auto], optionally specify
1727 the prefix for lmdb library
1789 LMDB_CFLAGS C compiler flags for LMDB, overriding pkg-config
1790 LMDB_LIBS linker flags for LMDB, overriding pkg-config
24456 # was --with-lmdb specified?
24459 # [pairwise: --with-lmdb=auto, --with-lmdb=yes, --without-lmdb]
24461 # Check whether --with-lmdb was given
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 153 #include <lmdb.h>
7934 result = named_config_get(maps, "lmdb-mapsize", &obj);
7939 "'lmdb-mapsize "
7946 "'lmdb-mapsize "
9517 * If we're using LMDB, we may have created newzones databases

Completed in 74 milliseconds