Home
last modified time | relevance | path

Searched refs:logPos (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/rdbms/database/position/
H A DMySQLMasterPos.php25 private $logPos; variable in Wikimedia\\Rdbms\\MySQLMasterPos
62 $this->logPos = [ self::CORD_INDEX => (int)$m[2], self::CORD_EVENT => (int)$m[3] ];
173 return $this->gtids ? null : $this->logPos;
182 return $this->gtids ? null : "{$this->binLog}.{$this->logPos[self::CORD_INDEX]}";
316 return ( $this->binLog !== null && $this->logPos !== null )
317 ? [ 'binlog' => $this->binLog, 'pos' => $this->logPos ]
356 : $this->getLogFile() . "/{$this->logPos[self::CORD_EVENT]}";
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/rdbms/database/position/
H A DMySQLPrimaryPos.php26 private $logPos; variable in Wikimedia\\Rdbms\\MySQLPrimaryPos
63 $this->logPos = [ self::CORD_INDEX => (int)$m[2], self::CORD_EVENT => $m[3] ];
174 return $this->gtids ? null : $this->logPos;
183 return $this->gtids ? null : "{$this->binLog}.{$this->logPos[self::CORD_INDEX]}";
324 return ( $this->binLog !== null && $this->logPos !== null )
325 ? [ 'binlog' => $this->binLog, 'pos' => $this->logPos ]
364 : $this->getLogFile() . "/{$this->logPos[self::CORD_EVENT]}";
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/rdbms/database/position/
H A DMySQLMasterPos.php25 private $logPos; variable in Wikimedia\\Rdbms\\MySQLMasterPos
62 $this->logPos = [ self::CORD_INDEX => (int)$m[2], self::CORD_EVENT => (int)$m[3] ];
173 return $this->gtids ? null : $this->logPos;
182 return $this->gtids ? null : "{$this->binLog}.{$this->logPos[self::CORD_INDEX]}";
316 return ( $this->binLog !== null && $this->logPos !== null )
317 ? [ 'binlog' => $this->binLog, 'pos' => $this->logPos ]
356 : $this->getLogFile() . "/{$this->logPos[self::CORD_EVENT]}";
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/test/unit/src/
H A Ddispatcher_util.cpp34 size_t logPos = consoleOutput.find(expectedString); in CheckDispatcherLog() local
37 EXPECT_NE(logPos, std::string::npos); in CheckDispatcherLog()
39 EXPECT_EQ(logPos, std::string::npos); in CheckDispatcherLog()
50 size_t logPos = consoleOutput.find(expectedString); in CheckRuntimeLog() local
53 EXPECT_NE(logPos, std::string::npos); in CheckRuntimeLog()
55 EXPECT_EQ(logPos, std::string::npos); in CheckRuntimeLog()
H A Dlow-latency.cpp141 size_t logPos = consoleOutput.find("message: low latency mode enabled"); in EnableLowLatency() local
144 EXPECT_NE(logPos, std::string::npos); in EnableLowLatency()
146 EXPECT_EQ(logPos, std::string::npos); in EnableLowLatency()
/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Dtext.c1352 const int logPos = d->glyphInfo[i].cluster; in advance_GlyphBuffer_() local
1353 if (logPos < wrapPosRange.start || logPos >= wrapPosRange.end) { in advance_GlyphBuffer_()
1357 if (d->logicalText[logPos] == '\t') { in advance_GlyphBuffer_()
1498 if (logPos < wrapPosRange.start || logPos >= wrapPosRange.end) { in run_Font_()
1520 safeBreakPos = logPos; in run_Font_()
1525 safeBreakPos = logPos; in run_Font_()
1533 safeBreakPos = logPos; in run_Font_()
1564 wrapPosRange.end = logPos; in run_Font_()
1692 if (logPos < wrapPosRange.start || logPos >= wrapPosRange.end) { in run_Font_()
1701 if (logicalText[logPos] == '\t') { in run_Font_()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsBlockReflowContext.cpp446 LogicalPoint logPos = in PlaceBlock() local
454 aReflowInput.ApplyRelativePositioning(&logPos, mContainerSize); in PlaceBlock()
458 &aReflowInput, frameWM, logPos, in PlaceBlock()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsBlockReflowContext.cpp431 LogicalPoint logPos = in PlaceBlock() local
439 aReflowInput.ApplyRelativePositioning(&logPos, mContainerSize); in PlaceBlock()
443 &aReflowInput, frameWM, logPos, in PlaceBlock()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp99 wxPoint logPos(event.GetLogicalPosition(dc)); in OnMouseEvent() local
102 x = (double) logPos.x; in OnMouseEvent()
103 y = (double) logPos.y; in OnMouseEvent()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp99 wxPoint logPos(event.GetLogicalPosition(dc)); in OnMouseEvent() local
102 x = (double) logPos.x; in OnMouseEvent()
103 y = (double) logPos.y; in OnMouseEvent()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp99 wxPoint logPos(event.GetLogicalPosition(dc)); in OnMouseEvent() local
102 x = (double) logPos.x; in OnMouseEvent()
103 y = (double) logPos.y; in OnMouseEvent()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp99 wxPoint logPos(event.GetLogicalPosition(dc)); in OnMouseEvent() local
102 x = (double) logPos.x; in OnMouseEvent()
103 y = (double) logPos.y; in OnMouseEvent()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ogl/
H A Dcanvas.cpp127 wxPoint logPos(event.GetLogicalPosition(dc)); in OnMouseEvent() local
130 x = (double) logPos.x; in OnMouseEvent()
131 y = (double) logPos.y; in OnMouseEvent()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ctl/
H A DexplainCanvas.cpp191 wxPoint logPos(ev.GetLogicalPosition(dc)); in OnMouseMotion() local
194 x = (double) logPos.x; in OnMouseMotion()
195 y = (double) logPos.y; in OnMouseMotion()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp5553 Uint32 logPos, endPos, dataLen; in writeKey() local
5561 endPos = logPos + dataLen; in writeKey()
5575 logPos = endPos; in writeKey()
5612 Uint32 endPos = logPos + lqhLen; in writeAttrinfoLab()
5626 logPos = endPos; in writeAttrinfoLab()
17937 ndbrequire(logPos < ZPAGE_SIZE); in readLogword()
17939 logPos++; in readLogword()
17941 if (logPos >= ZPAGE_SIZE) { in readLogword()
17963 ndbrequire(logPos < ZPAGE_SIZE); in readLogwordExec()
17965 logPos++; in readLogwordExec()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp21374 ndbrequire(logPos < ZPAGE_SIZE); in readLogword()
21376 logPos++; in readLogword()
21378 if (logPos >= ZPAGE_SIZE) { in readLogword()
21400 ndbrequire(logPos < ZPAGE_SIZE); in readLogwordExec()
21402 logPos++; in readLogwordExec()
21404 if (logPos >= ZPAGE_SIZE) { in readLogwordExec()
22046 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWord()
22049 if ((logPos + 1) == ZPAGE_SIZE) { in writeLogWord()
22067 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
22089 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp21374 ndbrequire(logPos < ZPAGE_SIZE); in readLogword()
21376 logPos++; in readLogword()
21378 if (logPos >= ZPAGE_SIZE) { in readLogword()
21400 ndbrequire(logPos < ZPAGE_SIZE); in readLogwordExec()
21402 logPos++; in readLogwordExec()
21404 if (logPos >= ZPAGE_SIZE) { in readLogwordExec()
22046 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWord()
22049 if ((logPos + 1) == ZPAGE_SIZE) { in writeLogWord()
22067 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
22089 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp21374 ndbrequire(logPos < ZPAGE_SIZE); in readLogword()
21376 logPos++; in readLogword()
21378 if (logPos >= ZPAGE_SIZE) { in readLogword()
21400 ndbrequire(logPos < ZPAGE_SIZE); in readLogwordExec()
21402 logPos++; in readLogwordExec()
21404 if (logPos >= ZPAGE_SIZE) { in readLogwordExec()
22046 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWord()
22049 if ((logPos + 1) == ZPAGE_SIZE) { in writeLogWord()
22067 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
22089 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp21374 ndbrequire(logPos < ZPAGE_SIZE); in readLogword()
21376 logPos++; in readLogword()
21378 if (logPos >= ZPAGE_SIZE) { in readLogword()
21400 ndbrequire(logPos < ZPAGE_SIZE); in readLogwordExec()
21402 logPos++; in readLogwordExec()
21404 if (logPos >= ZPAGE_SIZE) { in readLogwordExec()
22046 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWord()
22049 if ((logPos + 1) == ZPAGE_SIZE) { in writeLogWord()
22067 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
22089 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp21374 ndbrequire(logPos < ZPAGE_SIZE); in readLogword()
21376 logPos++; in readLogword()
21378 if (logPos >= ZPAGE_SIZE) { in readLogword()
21400 ndbrequire(logPos < ZPAGE_SIZE); in readLogwordExec()
21402 logPos++; in readLogwordExec()
21404 if (logPos >= ZPAGE_SIZE) { in readLogwordExec()
22046 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWord()
22049 if ((logPos + 1) == ZPAGE_SIZE) { in writeLogWord()
22067 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
22089 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp23383 ndbrequire(logPos < ZPAGE_SIZE); in readLogword()
23385 logPos++; in readLogword()
23387 if (logPos >= ZPAGE_SIZE) { in readLogword()
23409 ndbrequire(logPos < ZPAGE_SIZE); in readLogwordExec()
23411 logPos++; in readLogwordExec()
23413 if (logPos >= ZPAGE_SIZE) { in readLogwordExec()
24027 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWord()
24030 if ((logPos + 1) == ZPAGE_SIZE) { in writeLogWord()
24048 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
24070 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp23383 ndbrequire(logPos < ZPAGE_SIZE); in readLogword()
23385 logPos++; in readLogword()
23387 if (logPos >= ZPAGE_SIZE) { in readLogword()
23409 ndbrequire(logPos < ZPAGE_SIZE); in readLogwordExec()
23411 logPos++; in readLogwordExec()
23413 if (logPos >= ZPAGE_SIZE) { in readLogwordExec()
24027 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWord()
24030 if ((logPos + 1) == ZPAGE_SIZE) { in writeLogWord()
24048 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
24070 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp23383 ndbrequire(logPos < ZPAGE_SIZE); in readLogword()
23385 logPos++; in readLogword()
23387 if (logPos >= ZPAGE_SIZE) { in readLogword()
23409 ndbrequire(logPos < ZPAGE_SIZE); in readLogwordExec()
23411 logPos++; in readLogwordExec()
23413 if (logPos >= ZPAGE_SIZE) { in readLogwordExec()
24027 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWord()
24030 if ((logPos + 1) == ZPAGE_SIZE) { in writeLogWord()
24048 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
24070 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp23383 ndbrequire(logPos < ZPAGE_SIZE); in readLogword()
23385 logPos++; in readLogword()
23387 if (logPos >= ZPAGE_SIZE) { in readLogword()
23409 ndbrequire(logPos < ZPAGE_SIZE); in readLogwordExec()
23411 logPos++; in readLogwordExec()
23413 if (logPos >= ZPAGE_SIZE) { in readLogwordExec()
24027 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWord()
24030 if ((logPos + 1) == ZPAGE_SIZE) { in writeLogWord()
24048 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
24070 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp23383 ndbrequire(logPos < ZPAGE_SIZE); in readLogword()
23385 logPos++; in readLogword()
23387 if (logPos >= ZPAGE_SIZE) { in readLogword()
23409 ndbrequire(logPos < ZPAGE_SIZE); in readLogwordExec()
23411 logPos++; in readLogwordExec()
23413 if (logPos >= ZPAGE_SIZE) { in readLogwordExec()
24027 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWord()
24030 if ((logPos + 1) == ZPAGE_SIZE) { in writeLogWord()
24048 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
24070 ndbrequire(logPos < ZPAGE_SIZE); in writeLogWords()
[all …]

12