Searched refs:aResultLine (Results 1 – 5 of 5) sorted by relevance
73 char* aResultLine = NULL; in ReadLine() local77 while (aResultLine == NULL) in ReadLine()100 aResultLine = myReadBufferLastStr.data(); in ReadLine()131 aResultLine = myReadBufferLastStr.data(); in ReadLine()140 aResultLine = myReadBuffer.data() + aStartLinePos; in ReadLine()143 if (theLineLength > 1 && aResultLine[theLineLength - 2] == '\r') in ReadLine()145 aResultLine[theLineLength - 2] = '\0'; in ReadLine()150 aResultLine[theLineLength - 1] = '\0'; in ReadLine()164 return aResultLine; in ReadLine()
79 char* aResultLine = NULL; in ReadLine() local84 while (aResultLine == NULL) in ReadLine()107 aResultLine = &myReadBufferLastStr.front(); in ReadLine()203 aResultLine = &myReadBufferLastStr.front(); in ReadLine()212 aResultLine = &myReadBuffer.front() + aStartLinePos; in ReadLine()215 if (theLineLength > 1 && aResultLine[theLineLength - 2] == '\r') in ReadLine()217 aResultLine[theLineLength - 2] = '\0'; in ReadLine()222 aResultLine[theLineLength - 1] = '\0'; in ReadLine()243 return aResultLine; in ReadLine()
72 LINE& aResultLine );121 LINE& aResultLine, const HULL_SET& aHulls );128 LINE& aResultLine );
229 LINE& aResultLine ) in shoveLineFromLoneVia() argument261 aResultLine.SetShape( shortest ); in shoveLineFromLoneVia()263 if( aResultLine.Collide( &aCurLine, m_currentNode ) ) in shoveLineFromLoneVia()274 LINE& aResultLine, const HULL_SET& aHulls ) in shoveLineToHullSet() argument346 aResultLine.SetShape( l.CLine() ); in shoveLineToHullSet()382 aResultLine.SetShape( l.CLine() ); in shoveLineToHullSet()396 LINE& aResultLine ) in ShoveObstacleLine() argument398 aResultLine.ClearLinks(); in ShoveObstacleLine()418 rv = shoveLineFromLoneVia( aCurLine, aObstacleLine, aResultLine ); in ShoveObstacleLine()471 rv = shoveLineToHullSet( aCurLine, aObstacleLine, aResultLine, hulls ); in ShoveObstacleLine()[all …]