Home
last modified time | relevance | path

Searched refs:nextLineStart (Results 1 – 25 of 66) sorted by relevance

123

/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/idswitch/
H A DFileBody.java31 private int nextLineStart; field in FileBody
119 lineBegin = lineEnd = nextLineStart = 0; in startLineLoop()
123 if (nextLineStart == bufferEnd) { in nextLine()
127 for (i = nextLineStart; i != bufferEnd; ++i) { in nextLine()
131 lineBegin = nextLineStart; in nextLine()
134 nextLineStart = i; in nextLine()
137 nextLineStart = i + 2; in nextLine()
140 nextLineStart = i + 1; in nextLine()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/apps/
H A DAppSignatureVerification.cpp315 eol = nextLineStart + strlen(nextLineStart); in ReadLine()
319 line.Append(nextLineStart, eol - nextLineStart); in ReadLine()
342 nextLineStart = eol; in ReadLine()
447 const char* nextLineStart = filebuf; in ParseSF() local
455 rv = ReadLine(nextLineStart, curLine); in ParseSF()
506 const char* nextLineStart = filebuf; in ParseMF() local
517 rv = ReadLine(nextLineStart, line); in ParseMF()
524 if (*nextLineStart == '\0') { in ParseMF()
1163 const char* nextLineStart = aFilebuf; in ParseMFUnpacked() local
1181 if (*nextLineStart == '\0') { in ParseMFUnpacked()
[all …]
/dports/www/nextcloud/nextcloud/lib/private/Preview/
H A DMarkDown.php85 $nextLineStart = 0;
114 $y += (int)($nextLineStart + $actualFontSize);
125 $nextLineStart = (int)($linesWrapped * ceil($actualFontSize * 2));
127 $nextLineStart -= $actualFontSize;
132 $nextLineStart = $fontSize;
/dports/lang/spidermonkey78/firefox-78.9.0/security/apps/
H A DAppSignatureVerification.cpp283 eol = nextLineStart + strlen(nextLineStart); in ReadLine()
287 line.Append(nextLineStart, eol - nextLineStart); in ReadLine()
310 nextLineStart = eol; in ReadLine()
322 ++nextLineStart; // skip space and keep appending in ReadLine()
418 const char* nextLineStart = filebuf; in ParseSF() local
427 rv = ReadLine(nextLineStart, curLine); in ParseSF()
493 const char* nextLineStart = filebuf; in ParseMF() local
504 rv = ReadLine(nextLineStart, line); in ParseMF()
511 if (*nextLineStart == '\0') { in ParseMF()
521 rv = ReadLine(nextLineStart, curLine); in ParseMF()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/apps/
H A DAppSignatureVerification.cpp349 eol = nextLineStart + strlen(nextLineStart); in ReadLine()
353 line.Append(nextLineStart, eol - nextLineStart); in ReadLine()
376 nextLineStart = eol; in ReadLine()
484 const char* nextLineStart = filebuf; in ParseSF() local
559 const char* nextLineStart = filebuf; in ParseMF() local
570 rv = ReadLine(nextLineStart, line); in ParseMF()
577 if (*nextLineStart == '\0') { in ParseMF()
622 if (*nextLineStart == '\0') { in ParseMF()
1544 const char* nextLineStart = aFilebuf; in ParseMFUnpacked() local
1562 if (*nextLineStart == '\0') { in ParseMFUnpacked()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/apps/
H A DAppSignatureVerification.cpp283 eol = nextLineStart + strlen(nextLineStart);
287 line.Append(nextLineStart, eol - nextLineStart);
310 nextLineStart = eol;
322 ++nextLineStart; // skip space and keep appending
418 const char* nextLineStart = filebuf;
427 rv = ReadLine(nextLineStart, curLine);
493 const char* nextLineStart = filebuf;
504 rv = ReadLine(nextLineStart, line);
511 if (*nextLineStart == '\0') {
521 rv = ReadLine(nextLineStart, curLine);
[all …]
/dports/www/firefox/firefox-99.0/security/apps/
H A DAppSignatureVerification.cpp279 const char* eol = strpbrk(nextLineStart, "\r\n"); in ReadLine()
282 eol = nextLineStart + strlen(nextLineStart); in ReadLine()
286 line.Append(nextLineStart, eol - nextLineStart); in ReadLine()
309 nextLineStart = eol; in ReadLine()
417 const char* nextLineStart = filebuf; in ParseSF() local
426 rv = ReadLine(nextLineStart, curLine); in ParseSF()
492 const char* nextLineStart = filebuf; in ParseMF() local
503 rv = ReadLine(nextLineStart, line); in ParseMF()
510 if (*nextLineStart == '\0') { in ParseMF()
520 rv = ReadLine(nextLineStart, curLine); in ParseMF()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/apps/
H A DAppSignatureVerification.cpp283 eol = nextLineStart + strlen(nextLineStart); in ReadLine()
287 line.Append(nextLineStart, eol - nextLineStart); in ReadLine()
310 nextLineStart = eol; in ReadLine()
322 ++nextLineStart; // skip space and keep appending in ReadLine()
418 const char* nextLineStart = filebuf; in ParseSF() local
427 rv = ReadLine(nextLineStart, curLine); in ParseSF()
493 const char* nextLineStart = filebuf; in ParseMF() local
504 rv = ReadLine(nextLineStart, line); in ParseMF()
511 if (*nextLineStart == '\0') { in ParseMF()
521 rv = ReadLine(nextLineStart, curLine); in ParseMF()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/
H A Derrorformat.cpp103 size_t nextLineStart = wrapper.findNextLine(text, lineStart); in printFatalErrorMessageLine() local
104 int lineLength = static_cast<int>(nextLineStart - lineStart); in printFatalErrorMessageLine()
110 lineStart = nextLineStart; in printFatalErrorMessageLine()
H A Dstringutil.cpp450 size_t nextLineStart = findNextLine(input, lineStart); in wrapToString() local
451 result.append(formatLine(input, lineStart, nextLineStart)); in wrapToString()
452 if (nextLineStart < length || (nextLineStart == length && input[length - 1] == '\n')) in wrapToString()
456 lineStart = nextLineStart; in wrapToString()
468 size_t nextLineStart = findNextLine(input, lineStart); in wrapToVector() local
469 result.push_back(formatLine(input, lineStart, nextLineStart)); in wrapToVector()
470 lineStart = nextLineStart; in wrapToVector()
/dports/net/liveMedia/live/testProgs/
H A DplaySIP.cpp117 char* nextLineStart = sdp; in setupSubsession() local
119 lineStart = nextLineStart; in setupSubsession()
123 nextLineStart = getLine(lineStart); in setupSubsession()
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/libjar/
H A DnsJAR.cpp657 const char* nextLineStart = filebuf; in ParseOneFile() local
660 linelen = ReadLine(&nextLineStart); in ParseOneFile()
671 linelen = ReadLine(&nextLineStart); in ParseOneFile()
676 const char* sectionStart = nextLineStart; in ParseOneFile()
689 curPos = nextLineStart; in ParseOneFile()
690 linelen = ReadLine(&nextLineStart); in ParseOneFile()
731 if (nextLineStart == nullptr) // end-of-file in ParseOneFile()
734 sectionStart = nextLineStart; in ParseOneFile()
764 if(nextLineStart == nullptr) // end-of-file in ParseOneFile()
773 while(*nextLineStart == ' ') in ParseOneFile()
[all …]
/dports/net/liveMedia/live/liveMedia/
H A DSIPClient.cpp471 char* nextLineStart = NULL; in getResponseCode() local
480 nextLineStart = getLine(firstLine); in getResponseCode()
493 lineStart = nextLineStart; in getResponseCode()
496 nextLineStart = getLine(lineStart); in getResponseCode()
533 lineStart = nextLineStart; in getResponseCode()
536 nextLineStart = getLine(lineStart); in getResponseCode()
565 char* bodyStart = nextLineStart; in getResponseCode()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/tools/
H A Dqcommandlineparser.cpp1093 int nextLineStart = -1; in wrapText() local
1097 nextLineStart = lastBreakable + 1; in wrapText()
1101 nextLineStart = breakAt; in wrapText()
1105 nextLineStart = i + 1; in wrapText()
1115 lineStart = nextLineStart; in wrapText()

123