Searched refs:InsertionRecord (Results 1 – 2 of 2) sorted by relevance
15 struct InsertionRecord struct17 InsertionRecord *next; argument28 tail = (InsertionRecord *) &head; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument39 InsertionRecord *record = head; in reset()45 tail = (InsertionRecord *) &head; in reset()60 …InsertionRecord *insertion = (InsertionRecord *) LE_NEW_ARRAY(char, sizeof(InsertionRecord) + (cou… in insert()87 for (InsertionRecord *rec = head; rec != NULL; rec = rec->next) { in applyInsertions()
15 struct InsertionRecord;147 InsertionRecord *head;154 InsertionRecord *tail;