Home
last modified time | relevance | path

Searched refs:iCursor (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/devel/codeworker/CodeWorker4_5_3/
H A DBNFFindToken.cpp176 … "int _compilerClauseIntermediateLocation_" << iCursor << " = _compilerClauseNotEmptyLocation_" <<… in compileCpp()
180 theCompilerEnvironment.setBNFStepperCursor(iCursor); in compileCpp()
187iCursor << " = 0; (_compilerClauseLoop_" << iCursor << " <= _compilerClauseBegin_" << iCursor << "… in compileCpp()
208 …Y_INDENT << "if (_compilerClauseNextLocation_" << iCursor << " > _compilerClauseStartToken_" << iC… in compileCpp()
211 …T << "\t_compilerClauseIntermediateLocation_" << iCursor << " = _compilerClauseNextLocation_" << i… in compileCpp()
222 …NT << "\t_compilerClauseIntermediateLocation_" << iCursor << " = _compilerClauseStartToken_" << iC… in compileCpp()
232 …_compilerClauseSuccess && (_compilerClauseLoop_" << iCursor << " >= _compilerClauseBegin_" << iCur… in compileCpp()
288iCursor << " = CGRuntime::getLastReadChars(_compilerClause" << sEndLocation << "_" << iCursor << "… in compileCppResolveAssignment()
298 CW_BODY_STREAM << "_compilerClauseText_" << iCursor << " == "; in compileCppResolveAssignment()
310iCursor << " = CGRuntime::getLastReadChars(_compilerClause" << sEndLocation << "_" << iCursor << "… in compileCppResolveAssignment()
[all …]
H A DBNFReadUptoIgnore.cpp121 …INDENT << "int _compilerClauseLastLocation_" << iCursor << " = _compilerClauseFirstLocation_" << i… in compileCpp()
122 BNFIgnore::compileCppRuntimeIgnore(theCompilerEnvironment, _eMode, _pIgnoreClause, iCursor); in compileCpp()
124 CW_BODY_INDENT << "\t++_compilerClauseLastLocation_" << iCursor << ";";CW_BODY_ENDL; in compileCpp()
128 …useSuccess = (_compilerClauseFirstLocation_" << iCursor << " != _compilerClauseLastLocation_" << i… in compileCpp()
129 CW_BODY_INDENT << "std::string _compilerClauseText_" << iCursor << ";";CW_BODY_ENDL; in compileCpp()
132 …Text_" << iCursor << " = CGRuntime::getLastReadChars(_compilerClauseLastLocation_" << iCursor << "… in compileCpp()
136 CW_BODY_STREAM << "(_compilerClauseText_" << iCursor << " == "; in compileCpp()
146 …Text_" << iCursor << " = CGRuntime::getLastReadChars(_compilerClauseLastLocation_" << iCursor << "… in compileCpp()
150 sprintf(tcText, "_compilerClauseText_%d", iCursor); in compileCpp()
168 …Text_" << iCursor << " = CGRuntime::getLastReadChars(_compilerClauseLastLocation_" << iCursor << "… in compileCpp()
[all …]
H A DBNFReadChar.cpp106 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
111 CW_BODY_INDENT << "int _compilerClauseChar_" << iCursor << " = CGRuntime::readCharAsInt();"; in compileCpp()
113 CW_BODY_INDENT << "if (_compilerClauseChar_" << iCursor << " < 0) {"; in compileCpp()
122 CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseLocation_" << iCursor << ");"; in compileCpp()
124 …compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::resizeOutputStream(_compilerClauseIm… in compileCpp()
134 CW_BODY_INDENT << "\tswitch(_compilerClauseChar_" << iCursor << ") {"; in compileCpp()
159 compileCppAssignment(theCompilerEnvironment, iCursor); in compileCpp()
172 CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseLocation_" << iCursor << ");"; in compileCpp()
174 …compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::resizeOutputStream(_compilerClauseIm… in compileCpp()
180 CW_BODY_STREAM << "if (_compilerClauseImplicitCopy_" << iCursor << " >= 0) {"; in compileCpp()
[all …]
H A DBNFReadCChar.cpp103 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
104 …CW_BODY_INDENT << "int _compilerClauseLocation_" << iCursor << " = CGRuntime::getInputLocation();"… in compileCpp()
105 …CW_BODY_INDENT << "int _compilerClauseImplicitCopy_" << iCursor << " = theEnvironment.skipEmptyCha… in compileCpp()
107 …CW_BODY_INDENT << "std::string _compilerClauseText_" << iCursor << " = CGRuntime::readCChar();";CW… in compileCpp()
108 …seSuccess = (_compilerClauseNotEmptyLocation_" << iCursor << " != _compilerClauseLocation_" << iCu… in compileCpp()
117 CW_BODY_STREAM << "stricmp(_compilerClauseText_" << iCursor << ".c_str(), "; in compileCpp()
121 CW_BODY_STREAM << "_compilerClauseText_" << iCursor << " == "; in compileCpp()
135 sprintf(tcText, "_compilerClauseText_%d", iCursor); in compileCpp()
147 CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseLocation_" << iCursor << ");"; in compileCpp()
149 …compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::resizeOutputStream(_compilerClauseIm… in compileCpp()
[all …]
H A DBNFReadCString.cpp105 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
106 …CW_BODY_INDENT << "int _compilerClauseLocation_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
108 …CW_BODY_INDENT << "int _compilerClauseImplicitCopy_" << iCursor << " = theEnvironment.skipEmptyCha… in compileCpp()
110 CW_BODY_INDENT << "std::string _compilerClauseText_" << iCursor << ";"; in compileCpp()
112 …INDENT << "_compilerClauseSuccess = CGRuntime::readString(_compilerClauseText_" << iCursor << ");"; in compileCpp()
122 CW_BODY_STREAM << "stricmp(_compilerClauseText_" << iCursor << ".c_str(), "; in compileCpp()
126 CW_BODY_STREAM << "_compilerClauseText_" << iCursor << " == "; in compileCpp()
140 sprintf(tcText, "_compilerClauseText_%d", iCursor); in compileCpp()
152 CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseLocation_" << iCursor << ");"; in compileCpp()
154 …compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::resizeOutputStream(_compilerClauseIm… in compileCpp()
[all …]
H A DBNFReadPythonString.cpp105 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
106 …CW_BODY_INDENT << "int _compilerClauseLocation_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
108 …CW_BODY_INDENT << "int _compilerClauseImplicitCopy_" << iCursor << " = theEnvironment.skipEmptyCha… in compileCpp()
110 CW_BODY_INDENT << "std::string _compilerClauseText_" << iCursor << ";"; in compileCpp()
112 … << "_compilerClauseSuccess = CGRuntime::readPythonString(_compilerClauseText_" << iCursor << ");"; in compileCpp()
122 CW_BODY_STREAM << "stricmp(_compilerClauseText_" << iCursor << ".c_str(), "; in compileCpp()
126 CW_BODY_STREAM << "_compilerClauseText_" << iCursor << " == "; in compileCpp()
140 sprintf(tcText, "_compilerClauseText_%d", iCursor); in compileCpp()
152 CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseLocation_" << iCursor << ");"; in compileCpp()
154 …compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::resizeOutputStream(_compilerClauseIm… in compileCpp()
[all …]
H A DBNFReadAdaString.cpp105 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
106 …CW_BODY_INDENT << "int _compilerClauseLocation_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
108 …CW_BODY_INDENT << "int _compilerClauseImplicitCopy_" << iCursor << " = theEnvironment.skipEmptyCha… in compileCpp()
110 CW_BODY_INDENT << "std::string _compilerClauseText_" << iCursor << ";"; in compileCpp()
112 …ENT << "_compilerClauseSuccess = CGRuntime::readAdaString(_compilerClauseText_" << iCursor << ");"; in compileCpp()
122 CW_BODY_STREAM << "stricmp(_compilerClauseText_" << iCursor << ".c_str(), "; in compileCpp()
126 CW_BODY_STREAM << "_compilerClauseText_" << iCursor << " == "; in compileCpp()
140 sprintf(tcText, "_compilerClauseText_%d", iCursor); in compileCpp()
151 …CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseLocation_" << iCursor << ");";CW_B… in compileCpp()
152 …compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::resizeOutputStream(_compilerClauseIm… in compileCpp()
[all …]
H A DBNFReadToken.cpp101 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
102 …CW_BODY_INDENT << "int _compilerClauseLocation_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
104 …CW_BODY_INDENT << "int _compilerClauseImplicitCopy_" << iCursor << " = theEnvironment.skipEmptyCha… in compileCpp()
106 …CW_BODY_INDENT << "std::string _compilerClauseText_" << iCursor << " = " << compileCppExtraction()… in compileCpp()
108 CW_BODY_INDENT << "_compilerClauseSuccess = !_compilerClauseText_" << iCursor << ".empty();"; in compileCpp()
118 CW_BODY_STREAM << "stricmp(_compilerClauseText_" << iCursor << ".c_str(), "; in compileCpp()
122 CW_BODY_STREAM << "_compilerClauseText_" << iCursor << " == "; in compileCpp()
136 sprintf(tcText, "_compilerClauseText_%d", iCursor); in compileCpp()
148 CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseLocation_" << iCursor << ");"; in compileCpp()
150 …compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::resizeOutputStream(_compilerClauseIm… in compileCpp()
[all …]
H A DBNFComplementary.cpp103 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
104 …CW_BODY_INDENT << "int _compilerClauseLocation_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
106 …CW_BODY_INDENT << "int _compilerClauseImplicitCopy_" << iCursor << " = theEnvironment.skipEmptyCha… in compileCpp()
108 …CW_BODY_INDENT << "int _compilerClauseNotEmptyLocation_" << iCursor << " = CGRuntime::getInputLoca… in compileCpp()
111 theCompilerEnvironment.setBNFStepperCursor(iCursor); in compileCpp()
112 CW_BODY_INDENT << "int _compilerClauseNextLocation_" << iCursor << " = 0;";CW_BODY_ENDL; in compileCpp()
116 …ilerClauseMatching.purgeChildsAfterPosition(_compilerClauseLocation_" << iCursor << ");";CW_BODY_E… in compileCpp()
122 …CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseNotEmptyLocation_" << iCursor << "… in compileCpp()
155 CW_BODY_INDENT << "\tif (_compilerClauseImplicitCopy_" << iCursor << " >= 0) {";CW_BODY_ENDL; in compileCpp()
168 …CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseLocation_" << iCursor << ");";CW_B… in compileCpp()
[all …]
H A DBNFSkipIgnore.cpp89 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
91 sprintf(tcLocation, "_compilerClauseLocation_%d", iCursor); in compileCpp()
93 sprintf(tcImplicitCopy, "_compilerClauseImplicitCopy_%d", iCursor); in compileCpp()
98 BNFIgnore::compileCppRuntimeIgnore(theCompilerEnvironment, _eMode, _pIgnoreClause, iCursor); in compileCpp()
100 CW_BODY_INDENT << "std::string _compilerClauseText_" << iCursor << ";";CW_BODY_ENDL; in compileCpp()
103 …CW_BODY_INDENT << "\t_compilerClauseText_" << iCursor << " = CGRuntime::getLastReadChars(CGRuntime… in compileCpp()
107 CW_BODY_STREAM << "(_compilerClauseText_" << iCursor << " == "; in compileCpp()
117 …CW_BODY_INDENT << "\t_compilerClauseText_" << iCursor << " = CGRuntime::getLastReadChars(CGRuntime… in compileCpp()
121 sprintf(tcText, "_compilerClauseText_%d", iCursor); in compileCpp()
139 …CW_BODY_INDENT << "\t_compilerClauseText_" << iCursor << " = CGRuntime::getLastReadChars(CGRuntime… in compileCpp()
[all …]
H A DBNFInsert.cpp55 int iCursor = CGRuntime::getInputLocation(); in execute() local
60 CGRuntime::setInputLocation(iCursor); in execute()
71 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
72 CW_BODY_INDENT << "int _compilerClauseCursor_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
74 CW_BODY_INDENT << "bool _compilerClauseCreation_" << iCursor << " = CGRuntime::existVariable("; in compileCpp()
81 CW_BODY_INDENT << "if (_compilerClauseCreation_" << iCursor << " && "; in compileCpp()
87 CW_BODY_INDENT << "\tif (_compilerClauseCreation_" << iCursor << ") CGRuntime::removeVariable("; in compileCpp()
91 CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseCursor_" << iCursor << ");"; in compileCpp()
H A DBNFMultiplicity.cpp211 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
212 theCompilerEnvironment.pushLastRepeatCursor(iCursor); in compileCpp()
213 CW_BODY_INDENT << "int _compilerClauseCursor_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
218 sprintf(tcImplicitCopy, "_compilerClauseImplicitCopy_%d", iCursor); in compileCpp()
221 sprintf(tcNotEmptyLocation, "_compilerClauseNotEmptyLocation_%d", iCursor); in compileCpp()
227 CW_BODY_INDENT << "int _compilerClause_iteration_" << iCursor << " = 0;"; in compileCpp()
238 CW_BODY_INDENT << " CGRuntime::setInputLocation(_compilerClauseCursor_" << iCursor << ");"; in compileCpp()
249 CW_BODY_INDENT << " ++_compilerClause_iteration_" << iCursor << ";"; in compileCpp()
254 CW_BODY_STREAM << "_compilerClauseCursor_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
270 CW_BODY_INDENT << " CGRuntime::setInputLocation(_compilerClauseCursor_" << iCursor << ");"; in compileCpp()
[all …]
H A DBNFPushItem.cpp58 int iCursor = CGRuntime::getInputLocation(); in execute() local
64 CGRuntime::setInputLocation(iCursor); in execute()
75 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
76 CW_BODY_INDENT << "int _compilerClauseCursor_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
78 CW_BODY_INDENT << "bool _compilerClauseCreation_" << iCursor << " = CGRuntime::existVariable("; in compileCpp()
85 CW_BODY_INDENT << "if (_compilerClauseCreation_" << iCursor << " && "; in compileCpp()
90 CW_BODY_INDENT << "\tif (!_compilerClauseCreation_" << iCursor << ") CGRuntime::removeVariable("; in compileCpp()
96 …CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseCursor_" << iCursor << ");";CW_BOD… in compileCpp()
H A DBNFNot.cpp74 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
75 CW_BODY_INDENT << "int _compilerClauseCursor_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
77 …CW_BODY_INDENT << "int _compilerClauseImplicitCopy_" << iCursor << " = theEnvironment.skipEmptyCha… in compileCpp()
82 …mpilerClauseMatching.purgeChildsAfterPosition(_compilerClauseCursor_" << iCursor << ");";CW_BODY_E… in compileCpp()
95 …compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::resizeOutputStream(_compilerClauseIm… in compileCpp()
96 …CW_BODY_INDENT << "CGRuntime::setInputLocation(_compilerClauseCursor_" << iCursor << ");";CW_BODY_… in compileCpp()
H A DBNFString.cpp99 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
100 …CW_BODY_INDENT << "int _compilerClauseLocation_" << iCursor << " = CGRuntime::getInputLocation();"; in compileCpp()
102 …CW_BODY_INDENT << "int _compilerClauseImplicitCopy_" << iCursor << " = theEnvironment.skipEmptyCha… in compileCpp()
124 CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseLocation_" << iCursor << ");"; in compileCpp()
126 …compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::resizeOutputStream(_compilerClauseIm… in compileCpp()
129 …CW_BODY_INDENT << "} else if (_compilerClauseImplicitCopy_" << iCursor << " >= 0) CGRuntime::write… in compileCpp()
H A DBNFTransformationMode.cpp71 int iCursor = CGRuntime::getInputLocation(); in executeInternal() local
75 CGRuntime::setInputLocation(iCursor); in executeInternal()
104 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
106 sprintf(tcImplicitCopy, "_compilerClauseImplicitCopy_%d", iCursor); in compileCpp()
108 …CW_BODY_INDENT << "int _compilerClauseCursor_" << iCursor << " = CGRuntime::getInputLocation();";C… in compileCpp()
111 …CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseCursor_" << iCursor << ");";CW_BOD… in compileCpp()
H A DBNFReadText.cpp102 CW_BODY_INDENT << "std::string _compilerClauseText_" << iCursor << " = "; in compileCpp()
107 CW_BODY_STREAM << "(_compilerClauseText_" << iCursor << ");";CW_BODY_ENDL; in compileCpp()
115 CW_BODY_STREAM << "stricmp(_compilerClauseText_" << iCursor << ".c_str(), "; in compileCpp()
119 CW_BODY_STREAM << "_compilerClauseText_" << iCursor << " == "; in compileCpp()
131 sprintf(tcText, "_compilerClauseText_%d", iCursor); in compileCpp()
147 …untime::writeBinaryData(_compilerClauseText_" << iCursor << ".c_str(), _compilerClauseText_" << iC… in compileCpp()
H A DBNFIgnore.cpp94 int iCursor = theCompilerEnvironment.newCursor(); in compileCpp() local
95 compileCppRuntimeIgnore(theCompilerEnvironment, _eMode, _pIgnoreClause, iCursor); in compileCpp()
98 …CW_BODY_INDENT << "int _compilerClauseCursor_" << iCursor << " = CGRuntime::getInputLocation();";C… in compileCpp()
100 …f (!_compilerClauseSuccess) CGRuntime::setInputLocation(_compilerClauseCursor_" << iCursor << ");"; in compileCpp()
107 …lerEnvironment& theCompilerEnvironment, IGNORE_MODE eMode, BNFClause* pIgnoreClause, int iCursor) { in compileCppRuntimeIgnore() argument
120 …CW_BODY_INDENT << "CGBNFRuntimeIgnore _compilerClause_ignore" << iCursor << "(theEnvironment, " <<… in compileCppRuntimeIgnore()
H A DBNFScanWindow.cpp80 …CW_BODY_INDENT << "int _compilerClauseFinalLocation" << iCursor << " = CGRuntime::getInputLocation… in compileCpp()
83 …CW_BODY_INDENT << "if (_compilerClauseFinalLocation" << iCursor << " < " << tcLocation << ") _comp… in compileCpp()
88 …imeResizeInput _compilerClauseSizeAttrs(_compilerClauseFinalLocation" << iCursor << ");";CW_BODY_E… in compileCpp()
93 …CW_BODY_INDENT << "\tCGRuntime::setInputLocation(_compilerClauseFinalLocation" << iCursor << ");";… in compileCpp()
99 …CW_BODY_INDENT << "\tif (_compilerClauseFinalLocation" << iCursor << " < " << tcLocation << ") thr… in compileCpp()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dhttp_transport.c210 transport.iCursor = 0; in transport_close()
363 transport.iCursor += toMove; in transport_receive()
364 if( transport.iCursor>=transport.nUsed ){ in transport_receive()
366 transport.iCursor = 0; in transport_receive()
393 transport.iCursor = 0; in transport_load_buffer()
396 if( transport.iCursor>0 ){ in transport_load_buffer()
400 transport.nUsed -= transport.iCursor; in transport_load_buffer()
401 transport.iCursor = 0; in transport_load_buffer()
430 i = iStart = transport.iCursor; in transport_receive_line()
438 transport.iCursor = i; in transport_receive_line()
[all …]
H A Dblob.c172 pBlob->iCursor = 0; in blobReallocMalloc()
274 pBlob->iCursor = 0; in blob_zero()
649 pTo->iCursor = 0; in blob_extract()
659 p->iCursor = 0; in blob_rewind()
681 return p->iCursor; in blob_seek()
688 return p->iCursor; in blob_tell()
752 pFrom->iCursor = i; in blob_token()
756 pFrom->iCursor = i; in blob_token()
780 pFrom->iCursor = i; in blob_sqltoken()
804 int iCursor = pFrom->iCursor; in blob_tail() local
[all …]
/dports/www/itop/web/core/
H A Dormlinkset.class.inc.php75 protected $iCursor = 0; variable in ormLinkSet
351 if ($this->iCursor < $iPreservedCount)
360 if($this->iCursor < $iPreservedCount + $iModifiedCount)
382 if ($this->iCursor < $iPreservedCount)
389 if($this->iCursor < $iPreservedCount + $iModifiedCount)
399 $this->iCursor++;
409 return $this->iCursor;
423 $bRet = ($this->iCursor < $iCount);
436 $this->iCursor = 0;
495 $this->iCursor = 0;
[all …]
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/symbian/src/
H A Dsdlexe.cpp319 TVirtualCursor iCursor;
784 iSdl->AppendOverlay(iCursor, 0);
860 iCursor.ToggleOn();
865 if(iCursor.IsOn())
870 iCursor.Move(0, -1);
873 iCursor.Move(0, 1);
876 iCursor.Move(-1, 0);
879 iCursor.Move(1, 0);
892 iCursor.ToggleMove();
894 iCursor.Set(iSDLWin->Rect(), bmp, iAlpha);
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dvtablog.c53 int iCursor; /* Cursor number */ member
265 pCur->iCursor = pTab->nCursor; in vtablogOpen()
276 printf("vtablogClose(tab=%d, cursor=%d)\n", pTab->iInst, pCur->iCursor); in vtablogClose()
289 pTab->iInst, pCur->iCursor, (int)pCur->iRowid, (int)pCur->iRowid+1); in vtablogNext()
314 pTab->iInst, pCur->iCursor, i, zVal); in vtablogColumn()
327 pTab->iInst, pCur->iCursor, (int)pCur->iRowid); in vtablogRowid()
341 pTab->iInst, pCur->iCursor, rc); in vtablogEof()
420 printf("vtablogFilter(tab=%d, cursor=%d):\n", pTab->iInst, pCur->iCursor); in vtablogFilter()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dvtablog.c53 int iCursor; /* Cursor number */ member
265 pCur->iCursor = pTab->nCursor; in vtablogOpen()
276 printf("vtablogClose(tab=%d, cursor=%d)\n", pTab->iInst, pCur->iCursor); in vtablogClose()
289 pTab->iInst, pCur->iCursor, (int)pCur->iRowid, (int)pCur->iRowid+1); in vtablogNext()
314 pTab->iInst, pCur->iCursor, i, zVal); in vtablogColumn()
327 pTab->iInst, pCur->iCursor, (int)pCur->iRowid); in vtablogRowid()
341 pTab->iInst, pCur->iCursor, rc); in vtablogEof()
420 printf("vtablogFilter(tab=%d, cursor=%d):\n", pTab->iInst, pCur->iCursor); in vtablogFilter()

12345678910>>...14