Home
last modified time | relevance | path

Searched refs:zInit (Results 1 – 25 of 34) sorted by relevance

12

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_sqllog.c295 char *zInit = 0; in sqllogCopydb() local
302 zInit = sqlite3_mprintf(""); in sqllogCopydb()
305 zInit = sqllogFindFile(zFile); in sqllogCopydb()
307 zInit = 0; in sqllogCopydb()
309 if( zInit==0 ){ in sqllogCopydb()
316 zInit = sqlite3_mprintf("%s_%02d.db", sqllogglobal.zPrefix, iDb); in sqllogCopydb()
321 rc = sqlite3_open(zInit, &copy); in sqllogCopydb()
351 zInit, zName, sqllogglobal.iClock++ in sqllogCopydb()
354 zFree = sqlite3_mprintf("-- Main database is '%q'\n", zInit); in sqllogCopydb()
359 sqlite3_free(zInit); in sqllogCopydb()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_sqllog.c295 char *zInit = 0; in sqllogCopydb() local
302 zInit = sqlite3_mprintf(""); in sqllogCopydb()
305 zInit = sqllogFindFile(zFile); in sqllogCopydb()
307 zInit = 0; in sqllogCopydb()
309 if( zInit==0 ){ in sqllogCopydb()
316 zInit = sqlite3_mprintf("%s_%02d.db", sqllogglobal.zPrefix, iDb); in sqllogCopydb()
321 rc = sqlite3_open(zInit, &copy); in sqllogCopydb()
351 zInit, zName, sqllogglobal.iClock++ in sqllogCopydb()
354 zFree = sqlite3_mprintf("-- Main database is '%q'\n", zInit); in sqllogCopydb()
359 sqlite3_free(zInit); in sqllogCopydb()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_sqllog.c295 char *zInit = 0; in sqllogCopydb() local
302 zInit = sqlite3_mprintf(""); in sqllogCopydb()
305 zInit = sqllogFindFile(zFile); in sqllogCopydb()
307 zInit = 0; in sqllogCopydb()
309 if( zInit==0 ){ in sqllogCopydb()
316 zInit = sqlite3_mprintf("%s_%02d.db", sqllogglobal.zPrefix, iDb); in sqllogCopydb()
321 rc = sqlite3_open(zInit, &copy); in sqllogCopydb()
351 zInit, zName, sqllogglobal.iClock++ in sqllogCopydb()
354 zFree = sqlite3_mprintf("-- Main database is '%q'\n", zInit); in sqllogCopydb()
359 sqlite3_free(zInit); in sqllogCopydb()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_sqllog.c295 char *zInit = 0; in sqllogCopydb() local
302 zInit = sqlite3_mprintf(""); in sqllogCopydb()
305 zInit = sqllogFindFile(zFile); in sqllogCopydb()
307 zInit = 0; in sqllogCopydb()
309 if( zInit==0 ){ in sqllogCopydb()
316 zInit = sqlite3_mprintf("%s_%02d.db", sqllogglobal.zPrefix, iDb); in sqllogCopydb()
321 rc = sqlite3_open(zInit, &copy); in sqllogCopydb()
351 zInit, zName, sqllogglobal.iClock++ in sqllogCopydb()
354 zFree = sqlite3_mprintf("-- Main database is '%q'\n", zInit); in sqllogCopydb()
359 sqlite3_free(zInit); in sqllogCopydb()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dregexp.c129 unsigned char zInit[12]; /* Initial text to match */ member
214 unsigned char x = pRe->zInit[0]; in re_match()
217 strncmp((const char*)zIn+in.i, (const char*)pRe->zInit, pRe->nInit)!=0) in re_match()
677 for(j=0, i=1; j<sizeof(pRe->zInit)-2 && pRe->aOp[i]==RE_OP_MATCH; i++){ in re_compile()
680 pRe->zInit[j++] = (unsigned char)x; in re_compile()
682 pRe->zInit[j++] = (unsigned char)(0xc0 | (x>>6)); in re_compile()
683 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
685 pRe->zInit[j++] = (unsigned char)(0xd0 | (x>>12)); in re_compile()
686 pRe->zInit[j++] = 0x80 | ((x>>6)&0x3f); in re_compile()
687 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dregexp.c129 unsigned char zInit[12]; /* Initial text to match */ member
214 unsigned char x = pRe->zInit[0]; in re_match()
217 strncmp((const char*)zIn+in.i, (const char*)pRe->zInit, pRe->nInit)!=0) in re_match()
677 for(j=0, i=1; j<sizeof(pRe->zInit)-2 && pRe->aOp[i]==RE_OP_MATCH; i++){ in re_compile()
680 pRe->zInit[j++] = (unsigned char)x; in re_compile()
682 pRe->zInit[j++] = (unsigned char)(0xc0 | (x>>6)); in re_compile()
683 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
685 pRe->zInit[j++] = (unsigned char)(0xd0 | (x>>12)); in re_compile()
686 pRe->zInit[j++] = 0x80 | ((x>>6)&0x3f); in re_compile()
687 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
[all …]
/dports/databases/sqlite-ext-regexp/sqlite-ext-regexp-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dregexp.c129 unsigned char zInit[12]; /* Initial text to match */ member
214 unsigned char x = pRe->zInit[0]; in re_match()
217 strncmp((const char*)zIn+in.i, (const char*)pRe->zInit, pRe->nInit)!=0) in re_match()
677 for(j=0, i=1; j<sizeof(pRe->zInit)-2 && pRe->aOp[i]==RE_OP_MATCH; i++){ in re_compile()
680 pRe->zInit[j++] = x; in re_compile()
682 pRe->zInit[j++] = 0xc0 | (x>>6); in re_compile()
683 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
685 pRe->zInit[j++] = 0xd0 | (x>>12); in re_compile()
686 pRe->zInit[j++] = 0x80 | ((x>>6)&0x3f); in re_compile()
687 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dregexp.c129 unsigned char zInit[12]; /* Initial text to match */ member
214 unsigned char x = pRe->zInit[0]; in re_match()
217 strncmp((const char*)zIn+in.i, (const char*)pRe->zInit, pRe->nInit)!=0) in re_match()
677 for(j=0, i=1; j<sizeof(pRe->zInit)-2 && pRe->aOp[i]==RE_OP_MATCH; i++){ in re_compile()
680 pRe->zInit[j++] = (unsigned char)x; in re_compile()
682 pRe->zInit[j++] = (unsigned char)(0xc0 | (x>>6)); in re_compile()
683 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
685 pRe->zInit[j++] = (unsigned char)(0xd0 | (x>>12)); in re_compile()
686 pRe->zInit[j++] = 0x80 | ((x>>6)&0x3f); in re_compile()
687 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dregexp.c129 unsigned char zInit[12]; /* Initial text to match */ member
214 unsigned char x = pRe->zInit[0]; in re_match()
217 strncmp((const char*)zIn+in.i, (const char*)pRe->zInit, pRe->nInit)!=0) in re_match()
677 for(j=0, i=1; j<sizeof(pRe->zInit)-2 && pRe->aOp[i]==RE_OP_MATCH; i++){ in re_compile()
680 pRe->zInit[j++] = (unsigned char)x; in re_compile()
682 pRe->zInit[j++] = (unsigned char)(0xc0 | (x>>6)); in re_compile()
683 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
685 pRe->zInit[j++] = (unsigned char)(0xd0 | (x>>12)); in re_compile()
686 pRe->zInit[j++] = 0x80 | ((x>>6)&0x3f); in re_compile()
687 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
[all …]
/dports/devel/fossil/fossil-src-2.17/src/
H A Dregexp.c117 unsigned char zInit[12]; /* Initial text to match */ member
201 unsigned char x = pRe->zInit[0]; in re_match()
204 strncmp((const char*)zIn+in.i, (const char*)pRe->zInit, pRe->nInit)!=0) in re_match()
667 for(j=0, i=1; j<(int)sizeof(pRe->zInit)-2 && pRe->aOp[i]==RE_OP_MATCH; i++){ in re_compile()
670 pRe->zInit[j++] = (unsigned char)x; in re_compile()
672 pRe->zInit[j++] = (unsigned char)(0xc0 | (x>>6)); in re_compile()
673 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
675 pRe->zInit[j++] = (unsigned char)(0xd0 | (x>>12)); in re_compile()
676 pRe->zInit[j++] = 0x80 | ((x>>6)&0x3f); in re_compile()
677 pRe->zInit[j++] = 0x80 | (x&0x3f); in re_compile()
[all …]
H A Dcheckin.c1280 char *zInit, in prepare_commit_comment() argument
1290 if( zInit && zInit[0]){ in prepare_commit_comment()
1291 blob_append(&prompt, zInit, -1); in prepare_commit_comment()
1294 blob_init(&prompt, zInit, -1); in prepare_commit_comment()
2504 char *zInit = db_text(0,"SELECT value FROM vvar WHERE name='ci-comment'"); in commit_cmd() local
2505 prepare_commit_comment(&comment, zInit, &sCiInfo, vid, dryRunFlag); in commit_cmd()
2506 if( zInit && zInit[0] && fossil_strcmp(zInit, blob_str(&comment))==0 ){ in commit_cmd()
2514 free(zInit); in commit_cmd()
/dports/science/simbody/simbody-Simbody-3.7/examples/
H A DSimpleIntegrator.cpp164 const Vector zInit(1, 0.); // initial value for the one z we want in realizeTopologyImpl() local
165 state.allocateZ(SubsystemIndex(0), zInit); in realizeTopologyImpl()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DSegmentedQuinticBezierToolkit.h778 SimTK::Vector zInit(1, bdata._initalValue); // initial value for z in realizeTopologyImpl()
779 state.allocateZ(SimTK::SubsystemIndex(0), zInit); in realizeTopologyImpl()
H A DComponent.cpp1405 SimTK::Vector zInit(1, 0.0); in extendRealizeTopology() local
1417 masv->setVarIndex(subSys.allocateZ(s, zInit)); in extendRealizeTopology()
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Simulation/include/SimTKcommon/internal/
H A DSubsystem.h92 ZIndex allocateZ(State& s, const Vector& zInit) const in allocateZ() argument
93 { return s.allocateZ(getMySubsystemIndex(), zInit); } in allocateZ()
H A DSubsystemGuts.h87 ZIndex allocateZ(State& s, const Vector& zInit) const in allocateZ() argument
88 { return s.allocateZ(getMySubsystemIndex(), zInit); } in allocateZ()
H A DState.h432 inline ZIndex allocateZ(SubsystemIndex, const Vector& zInit);
H A DStateImpl.h1083 ZIndex allocateZ(SubsystemIndex subsys, const Vector& zInit) { in allocateZ() argument
1089 ss.zInfo.push_back(ContinuousVarInfo(allocStage,nxt,zInit,Vector())); in allocateZ()
2362 inline ZIndex State::allocateZ(SubsystemIndex subsys, const Vector& zInit) { in allocateZ() argument
2363 return updImpl().allocateZ(subsys, zInit); in allocateZ()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/cosmotools/
H A DCosmoToolsHaloFinder.h198 vtkm::Vec<T, 2> zInit(vtkm::cont::ArrayGetValue(0, zLoc)); in BinParticlesAll()
205 result = DeviceAlgorithm::Reduce(zLoc, zInit, vtkm::MinAndMax<T>()); in BinParticlesAll()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/cosmotools/
H A DCosmoToolsHaloFinder.h212 vtkm::Vec<T, 2> zInit(zLoc.GetPortalConstControl().Get(0)); in BinParticlesAll()
219 result = DeviceAlgorithm::Reduce(zLoc, zInit, vtkm::MinAndMax<T>()); in BinParticlesAll()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Actuators/Test/
H A DtestMuscleFirstOrderActivationDynamicModel.cpp587 Vector zInit(1, funcData.m_ic); // initial value for z in realizeTopologyImpl() local
588 state.allocateZ(SubsystemIndex(0), zInit); in realizeTopologyImpl()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DForce_Thermostat.cpp475 const Vector zInit(2*nChains, Zero); in realizeModel() local
476 updZ0Index(state) = getForceSubsystem().allocateZ(state, zInit); in realizeModel()
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DState.h386 ZIndex allocateZ(SubsystemIndex, const Vector& zInit);
/dports/devel/svntrac/cvstrac-2.0.1/
H A Dmakeheaders.c3212 static char zInit[] = variable
3320 pList = TokenizeFile(zInit,0); in main()
/dports/net-p2p/ncdc/ncdc-1.22.1/deps/
H A Dmakeheaders.c3253 static char zInit[] = variable
3361 pList = TokenizeFile(zInit,0); in main()

12