Home
last modified time | relevance | path

Searched refs:maxRead (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/lang/tcl85/tcl8.5.19/tests/
H A Diogt.test205 query/maxRead {
537 query/maxRead
539 query/maxRead
541 query/maxRead
543 query/maxRead
545 query/maxRead
547 query/maxRead
549 query/maxRead
551 query/maxRead
553 query/maxRead
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A Diogt.test170 query/maxRead {
465 query/maxRead
467 query/maxRead
469 query/maxRead
471 query/maxRead
473 query/maxRead
475 query/maxRead
477 query/maxRead
479 query/maxRead
481 query/maxRead
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Diogt.test170 query/maxRead {
465 query/maxRead
467 query/maxRead
469 query/maxRead
471 query/maxRead
473 query/maxRead
475 query/maxRead
477 query/maxRead
479 query/maxRead
481 query/maxRead
[all …]
/dports/devel/splint/splint-3.1.2/test/
H A Dmystrncat.expect11 requires maxRead(buffer @ mystrncat.c:12:13) <= 0
13 requires maxSet(buffer @ mystrncat.c:12:13) >= maxRead(buffer @
16 requires maxSet(<parameter 1>) >= maxRead(<parameter 1>) + <parameter 3>
20 requires maxRead(malloc(256) @ mystrncat.c:10:7) <= 0
22 requires maxSet(b @ mystrncat.c:13:13) >= maxRead(b @ mystrncat.c:13:13) +
25 requires maxSet(<parameter 1>) >= maxRead(<parameter 1>) + <parameter 3>
H A DmoreBufferTests.expect8 requires maxRead(d @ initialization.c:3:14) >= 22
10 requires maxRead(e @ initialization.c:5:14) >= 22
34 requires maxRead(buffer @ strncatNotReallyGood.c:4:29) <= 0
36 requires maxSet(buffer @ strncatNotReallyGood.c:4:29) >= maxRead(buffer @
39 maxRead(<parameter 1>) + <parameter 3>
H A Dmaxset.expect7 requires maxSet(a @ maxsetnoannotations.c:2:11) >= maxRead(b @
10 requires maxSet(a @ maxsetnoannotations.c:2:11) >= maxRead(b @
13 maxRead(<parameter 2>)
/dports/games/uqm/uqm-0.8.0/src/libs/uio/
H A Duiostream.c191 size_t maxRead; in uio_fgets() local
214 maxRead = minu(stream->dataEnd - stream->dataStart, size); in uio_fgets()
215 newLinePos = memchr(stream->dataStart, '\n', maxRead); in uio_fgets()
218 maxRead = newLinePos + 1 - stream->dataStart; in uio_fgets()
219 memcpy(buf, stream->dataStart, maxRead); in uio_fgets()
220 stream->dataStart += maxRead; in uio_fgets()
221 buf[maxRead] = '\0'; in uio_fgets()
225 memcpy(buf, stream->dataStart, maxRead); in uio_fgets()
226 stream->dataStart += maxRead; in uio_fgets()
227 buf += maxRead; in uio_fgets()
[all …]
/dports/devel/tcl-trf/trf2.1.4/tests/
H A Dtransform.test76maxRead-0 read-17 query/maxRead-0 flush/read-0 flush/write-0 delete/write-0 delete/read-0} {create…
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/exporter/otlphttpexporter/
H A Dotlp.go198 maxRead := resp.ContentLength
199 if maxRead == -1 || maxRead > maxHTTPResponseReadBytes {
200 maxRead = maxHTTPResponseReadBytes
202 respBytes := make([]byte, maxRead)
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/preprocessor/
H A DInput.cpp86 size_t maxRead = maxSize; in read() local
87 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
99 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/preprocessor/
H A DInput.cpp98 size_t maxRead = maxSize; in read() local
99 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
111 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/preprocessor/
H A DInput.cpp98 size_t maxRead = maxSize; in read() local
99 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
111 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/preprocessor/
H A DInput.cpp98 size_t maxRead = maxSize; in read() local
99 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
111 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/compiler/preprocessor/
H A DInput.cpp106 size_t maxRead = maxSize; in read() local
107 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
119 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DInput.cpp99 size_t maxRead = maxSize; in read() local
100 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
112 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DInput.cpp99 size_t maxRead = maxSize; in read() local
100 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
112 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/preprocessor/
H A DInput.cpp98 size_t maxRead = maxSize; in read() local
99 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
111 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DInput.cpp99 size_t maxRead = maxSize; in read() local
100 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
112 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/compiler/preprocessor/
H A DInput.cpp106 size_t maxRead = maxSize; in read() local
107 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
119 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DInput.cpp99 size_t maxRead = maxSize; in read() local
100 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
112 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DInput.cpp99 size_t maxRead = maxSize; in read() local
100 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
112 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DInput.cpp99 size_t maxRead = maxSize; in read() local
100 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
112 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DInput.cpp99 size_t maxRead = maxSize; in read() local
100 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
112 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DInput.cpp99 size_t maxRead = maxSize; in read() local
100 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
112 maxRead = nRead + size; // Stop reading right before the backslash. in read()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/preprocessor/
H A DInput.cpp99 size_t maxRead = maxSize; in read() local
100 while ((nRead < maxRead) && (mReadLoc.sIndex < mCount)) in read()
112 maxRead = nRead + size; // Stop reading right before the backslash. in read()

12345678910>>...12