Searched refs:InsertLength (Results 1 – 1 of 1) sorted by relevance
1616 int InsertLength; in AsInsertPrefix() local1645 InsertLength = strlen (InsertString); in AsInsertPrefix()1667 if (!strncmp (SubString - InsertLength, InsertString, InsertLength)) in AsInsertPrefix()1708 SubBuffer = SubString + InsertLength; in AsInsertPrefix()1710 if (TrailingSpaces > InsertLength) in AsInsertPrefix()1718 memmove (SubString, InsertString, InsertLength); in AsInsertPrefix()1722 AsInsertData (SubString, InsertString, InsertLength); in AsInsertPrefix()