Home
last modified time | relevance | path

Searched refs:pathIdx (Results 126 – 150 of 155) sorted by relevance

1234567

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/info/
H A Dmanifest.c2000 for (unsigned int pathIdx = 0; pathIdx < manifestPathTotal(this); pathIdx++) in manifestNewLoad() local
2002 ManifestPath *path = lstGet(this->pub.pathList, pathIdx); in manifestNewLoad()
2003 ManifestLoadFound *found = lstGet(loadData.pathFoundList, pathIdx); in manifestNewLoad()
2405 for (unsigned int pathIdx = 0; pathIdx < manifestPathTotal(manifest); pathIdx++) in manifestSaveCallback() local
2407 const ManifestPath *path = manifestPath(manifest, pathIdx); in manifestSaveCallback()
2513 for (unsigned int pathIdx = 0; pathIdx < manifestPathTotal(this); pathIdx++) in manifestSave() local
2515 const ManifestPath *path = manifestPath(this, pathIdx); in manifestSave()
H A Dmanifest.h325 manifestPath(const Manifest *const this, const unsigned int pathIdx) in manifestPath() argument
327 return lstGet(THIS_PUB(Manifest)->pathList, pathIdx); in manifestPath()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/backup/
H A Dbackup.c1517 for (unsigned int pathIdx = 0; pathIdx < manifestPathTotal(manifest); pathIdx++) in backupProcess() local
1521 … strNewFmt("%s/%s", strZ(backupPathExp), strZ(manifestPath(manifest, pathIdx)->name))); in backupProcess()
1674 for (unsigned int pathIdx = 0; pathIdx < manifestPathTotal(manifest); pathIdx++) in backupProcess() local
1676 …*const path = strNewFmt("%s/%s", strZ(backupPathExp), strZ(manifestPath(manifest, pathIdx)->name)); in backupProcess()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/restore/
H A Drestore.c1166 for (unsigned int pathIdx = 0; pathIdx < manifestPathTotal(manifest); pathIdx++) in restoreCleanBuild() local
1168 const ManifestPath *path = manifestPath(manifest, pathIdx); in restoreCleanBuild()
2315 for (unsigned int pathIdx = 0; pathIdx < manifestPathTotal(jobData.manifest); pathIdx++) in cmdRestore() local
2317 const String *manifestName = manifestPath(jobData.manifest, pathIdx)->name; in cmdRestore()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ccpr/
H A DGrCCStroker.cpp615 int pathIdx = 0; in prepareToDraw() local
629 builder.updateCurrentInfo(fPathInfos[pathIdx]); in prepareToDraw()
630 ++pathIdx; in prepareToDraw()
677 SkASSERT(fPathInfos.count() == pathIdx); in prepareToDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ccpr/
H A DGrCCStroker.cpp609 int pathIdx = 0; in prepareToDraw() local
623 builder.updateCurrentInfo(fPathInfos[pathIdx]); in prepareToDraw()
624 ++pathIdx; in prepareToDraw()
671 SkASSERT(fPathInfos.count() == pathIdx); in prepareToDraw()
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/
H A Ddrw_objects.h253 pathIdx = 0; in reset()
270 int pathIdx;
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/
H A Ddrw_objects.h257 pathIdx = 0; in reset()
274 int pathIdx;
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/
H A Ddrw_objects.h257 pathIdx = 0; in reset()
274 int pathIdx;
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCStroker.cpp616 int pathIdx = 0; in prepareToDraw() local
630 builder.updateCurrentInfo(fPathInfos[pathIdx]); in prepareToDraw()
631 ++pathIdx; in prepareToDraw()
678 SkASSERT(fPathInfos.count() == pathIdx); in prepareToDraw()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCStroker.cpp616 int pathIdx = 0; in prepareToDraw() local
630 builder.updateCurrentInfo(fPathInfos[pathIdx]); in prepareToDraw()
631 ++pathIdx; in prepareToDraw()
678 SkASSERT(fPathInfos.count() == pathIdx); in prepareToDraw()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCStroker.cpp616 int pathIdx = 0; in prepareToDraw() local
630 builder.updateCurrentInfo(fPathInfos[pathIdx]); in prepareToDraw()
631 ++pathIdx; in prepareToDraw()
678 SkASSERT(fPathInfos.count() == pathIdx); in prepareToDraw()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCStroker.cpp616 int pathIdx = 0; in prepareToDraw() local
630 builder.updateCurrentInfo(fPathInfos[pathIdx]); in prepareToDraw()
631 ++pathIdx; in prepareToDraw()
678 SkASSERT(fPathInfos.count() == pathIdx); in prepareToDraw()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/
H A Ddrw_objects.h249 pathIdx = 0; in reset()
266 int pathIdx;
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dtorrentimpl.cpp1868 int pathIdx = 0; in handleFileRenamedAlert() local
1869 while ((pathIdx < oldPathParts.size()) && (pathIdx < newPathParts.size())) in handleFileRenamedAlert()
1871 if (oldPathParts[pathIdx].compare(newPathParts[pathIdx], caseSensitivity) != 0) in handleFileRenamedAlert()
1873 ++pathIdx; in handleFileRenamedAlert()
1876 for (int i = (oldPathParts.size() - 1); i >= pathIdx; --i) in handleFileRenamedAlert()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/context2d/
H A Dqquickcontext2dcommandbuffer.cpp482 , pathIdx(0) in QQuickContext2DCommandBuffer()
524 pathIdx = 0; in reset()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/context2d/
H A Dqquickcontext2dcommandbuffer.cpp482 , pathIdx(0) in QQuickContext2DCommandBuffer()
524 pathIdx = 0; in reset()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vdxf/libdxfrw/
H A Ddrw_objects.cpp329 pathIdx++; in parseCode()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A DtreeList.c2193 const int pathIdx = 1; in scrollToPos() local
2215 if ( options[pathIdx].status == GNOCL_STATUS_CHANGED ) in scrollToPos()
2217 path = tclPathToPath ( interp, options[pathIdx].val.obj, model ); in scrollToPos()
2274 const int pathIdx = 0; in collapse() local
2288 if ( options[pathIdx].status == GNOCL_STATUS_CHANGED ) in collapse()
2290 path = tclPathToPath ( interp, options[pathIdx].val.obj, model ); in collapse()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/plugins/imfile/
H A Dimfile.c1159 const size_t pathIdx, in fs_node_add() argument
1167 node, toFind+pathIdx, pathIdx); in fs_node_add()
1169 for(i = pathIdx ; (toFind[i] != '\0') && (toFind[i] != '/') ; ++i) in fs_node_add()
1181 const size_t len = i - pathIdx; in fs_node_add()
1183 memcpy(name, toFind+pathIdx, len); in fs_node_add()
/dports/sysutils/kio-fuse/kio-fuse-5.0.1/
H A Dkiofusevfs.cpp364 for(int pathIdx = 0; pathIdx < targetPathComponents.size() - 1; ++pathIdx) in findAndCreateOrigin() local
366 auto name = targetPathComponents[pathIdx]; in findAndCreateOrigin()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/kde/
H A Dkdepreferencesdialog.cpp760 void KdePreferencesDialog::slotRenderPath(int pathIdx) { in slotRenderPath() argument
762 while (ipathIdx != pathIdx) { in slotRenderPath()
/dports/astro/celestia/celestia-1.6.1/src/celestia/kde/
H A Dkdepreferencesdialog.cpp760 void KdePreferencesDialog::slotRenderPath(int pathIdx) { in slotRenderPath() argument
762 while (ipathIdx != pathIdx) { in slotRenderPath()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/dwg/
H A Dqgsdwgimporter.cpp245 QString path = QString::fromUtf8( OGR_F_GetFieldAsString( f, pathIdx ) ); in import()
561 int pathIdx = OGR_FD_GetFieldIndex( dfn, "path" ); in import() local
569 OGR_F_SetFieldString( f.get(), pathIdx, fi.canonicalFilePath().toUtf8().constData() ); in import()
/dports/graphics/qgis/qgis-3.22.3/src/app/dwg/
H A Dqgsdwgimporter.cpp436 QString path = QString::fromUtf8( OGR_F_GetFieldAsString( f, pathIdx ) ); in import()
752 const int pathIdx = OGR_FD_GetFieldIndex( dfn, "path" ); in import() local
760 OGR_F_SetFieldString( f.get(), pathIdx, fi.canonicalFilePath().toUtf8().constData() ); in import()

1234567