Lines Matching defs:data
64 * data: data return value
71 __bt_seq(const DB *dbp, DBT *key, DBT *data, u_int flags)
112 __bt_ret(t, &e, key, &t->bt_rkey, data, &t->bt_rdata, 0);
116 * key/data, toss the page.
160 if (key->data == NULL || key->size == 0) {
221 * Pins the page the new key/data record is on.
426 if (t->bt_cursor.key.data != NULL) {
427 free(t->bt_cursor.key.data);
429 t->bt_cursor.key.data = NULL;