Lines Matching defs:key1
578 btree_compare(DB * db, const DBT *key1, const DBT *key2, size_t* locp)
580 btree_compare(db, key1, key2, locp)
582 const DBT * key1 ;
591 btree_compare(DB * db, const DBT *key1, const DBT *key2)
593 btree_compare(db, key1, key2)
595 const DBT * key1 ;
602 btree_compare(const DBT *key1, const DBT *key2)
604 btree_compare(key1, key2)
605 const DBT * key1 ;
634 data1 = (char *) key1->data ;
642 if (key1->size == 0)
657 PUSHs(sv_2mortal(newSVpvn((const char*)data1,key1->size)));
684 btree_prefix(DB * db, const DBT *key1, const DBT *key2)
686 btree_prefix(db, key1, key2)
688 const DBT * key1 ;
695 btree_prefix(const DBT *key1, const DBT *key2)
697 btree_prefix(key1, key2)
698 const DBT * key1 ;
722 data1 = (char *) key1->data ;
730 if (key1->size == 0)
745 PUSHs(sv_2mortal(newSVpvn(data1,key1->size)));