Searched refs:best_el (Results 1 – 1 of 1) sorted by relevance
1399 struct tdb_transaction_el *el, *best_el=NULL; in transaction_write() local1417 if (best_el == NULL && off == el->offset+el->length) { in transaction_write()1418 best_el = el; in transaction_write()1457 if (best_el && best_el->offset + best_el->length == off && in transaction_write()1460 unsigned char *data = best_el->data; in transaction_write()1461 el = best_el; in transaction_write()