Searched refs:newRec (Results 1 – 2 of 2) sorted by relevance
98 newRec(type) in newRec() function162 newRec(Type);201 newRec(Type); in scWrite()459 newRec(Type); in scWlog()
262 List newRec = new List(record); in insertAfter() local263 newRec.next = next; in insertAfter()264 newRec.prev = this; in insertAfter()267 next.prev = newRec; in insertAfter()271 this.next = newRec; in insertAfter()273 return newRec; in insertAfter()3098 ServiceRecordInMemory newRec) in mergeOldRecordIntoNew() argument3101 Vector newAttrs = newRec.getAttrList(); in mergeOldRecordIntoNew()3133 newRec.setAttrList(newAttrs); in mergeOldRecordIntoNew()3138 Vector newScopes = newRec.getScopes(); in mergeOldRecordIntoNew()[all …]