Home
last modified time | relevance | path

Searched refs:SMDB_TYPE_BTREE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmdb.c219 (strncmp(type, SMDB_TYPE_BTREE, SMDB_TYPE_BTREE_LEN) == 0))
531 { SMDB_TYPE_BTREE, "NEWDB" },
H A Dsmdb1.c78 if (strncmp(type, SMDB_TYPE_BTREE, SMDB_TYPE_BTREE_LEN) == 0)
475 strncmp(SMDB_TYPE_BTREE, type, SMDB_TYPE_BTREE_LEN) != 0))
528 (strncmp(SMDB_TYPE_BTREE, type, SMDB_TYPE_BTREE_LEN) == 0))
H A Dsmdb2.c54 if (strncmp(type, SMDB_TYPE_BTREE, SMDB_TYPE_BTREE_LEN) == 0)
/illumos-gate/usr/src/cmd/sendmail/include/libsmdb/
H A Dsmdb.h318 # define SMDB_TYPE_BTREE "btree" macro