Lines Matching refs:old_src
617 AsciiSrcObject old_src = (AsciiSrcObject) current;
621 if ( old_src->ascii_src.use_string_in_place !=
626 old_src->ascii_src.use_string_in_place;
629 if ( (old_src->ascii_src.string != src->ascii_src.string) ||
630 (old_src->ascii_src.type != src->ascii_src.type) ) {
631 if (old_src->ascii_src.string == src->ascii_src.string) {
634 RemoveOldStringOrFile(old_src); /* remove old info. */
638 RemoveOldStringOrFile(old_src); /* remove old info. */
653 if ( old_src->ascii_src.ascii_length != src->ascii_src.ascii_length )
657 (old_src->ascii_src.piece_size != src->ascii_src.piece_size) ) {
658 String string = StorePiecesInString(old_src);
659 FreeAllPieces(old_src);