Lines Matching defs:key2
578 btree_compare(DB * db, const DBT *key1, const DBT *key2, size_t* locp)
580 btree_compare(db, key1, key2, locp)
583 const DBT * key2 ;
591 btree_compare(DB * db, const DBT *key1, const DBT *key2)
593 btree_compare(db, key1, key2)
596 const DBT * key2 ;
602 btree_compare(const DBT *key1, const DBT *key2)
604 btree_compare(key1, key2)
606 const DBT * key2 ;
635 data2 = (char *) key2->data ;
644 if (key2->size == 0)
658 PUSHs(sv_2mortal(newSVpvn((const char*)data2,key2->size)));
684 btree_prefix(DB * db, const DBT *key1, const DBT *key2)
686 btree_prefix(db, key1, key2)
689 const DBT * key2 ;
695 btree_prefix(const DBT *key1, const DBT *key2)
697 btree_prefix(key1, key2)
699 const DBT * key2 ;
723 data2 = (char *) key2->data ;
732 if (key2->size == 0)
746 PUSHs(sv_2mortal(newSVpvn(data2,key2->size)));