Home
last modified time | relevance | path

Searched refs:pLineStart (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Drawdataset.cpp258 pLineStart = static_cast<char *>(poFirstBand->pLineBuffer) + (nBand - 1) * nDTSize; in Initialize()
288 pLineStart = pLineBuffer; in Initialize()
290 pLineStart = static_cast<char *>(pLineBuffer) + in Initialize()
523 if( nBand > 1 && pLineStart != nullptr ) in AccessLine()
618 GDALCopyWords(pLineStart, eDataType, nPixelOffset, in IReadBlock()
639 GDALCopyWords(poOtherBand->pLineStart, eDataType, nPixelOffset, in IReadBlock()
736 GByte *pabyOut = static_cast<GByte *>(pLineStart) + iBand * nDTSize; in BIPWriteBlock()
799 pLineStart, eDataType, nPixelOffset, nBlockXSize); in IWriteBlock()
H A Drawdataset.h106 void *pLineStart{};
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Drawdataset.cpp258 pLineStart = static_cast<char *>(poFirstBand->pLineBuffer) + (nBand - 1) * nDTSize; in Initialize()
288 pLineStart = pLineBuffer; in Initialize()
290 pLineStart = static_cast<char *>(pLineBuffer) + in Initialize()
523 if( nBand > 1 && pLineStart != nullptr ) in AccessLine()
618 GDALCopyWords(pLineStart, eDataType, nPixelOffset, in IReadBlock()
639 GDALCopyWords(poOtherBand->pLineStart, eDataType, nPixelOffset, in IReadBlock()
736 GByte *pabyOut = static_cast<GByte *>(pLineStart) + iBand * nDTSize; in BIPWriteBlock()
799 pLineStart, eDataType, nPixelOffset, nBlockXSize); in IWriteBlock()
H A Drawdataset.h106 void *pLineStart{};
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Drawdataset.cpp258 pLineStart = static_cast<char *>(poFirstBand->pLineBuffer) + (nBand - 1) * nDTSize; in Initialize()
288 pLineStart = pLineBuffer; in Initialize()
290 pLineStart = static_cast<char *>(pLineBuffer) + in Initialize()
523 if( nBand > 1 && pLineStart != nullptr ) in AccessLine()
618 GDALCopyWords(pLineStart, eDataType, nPixelOffset, in IReadBlock()
639 GDALCopyWords(poOtherBand->pLineStart, eDataType, nPixelOffset, in IReadBlock()
736 GByte *pabyOut = static_cast<GByte *>(pLineStart) + iBand * nDTSize; in BIPWriteBlock()
799 pLineStart, eDataType, nPixelOffset, nBlockXSize); in IWriteBlock()
H A Drawdataset.h106 void *pLineStart{};
/dports/ftp/php-fastdfs/fastdfs-6.06/storage/trunk_mgr/
H A Dtrunk_mem.c1518 char *pLineStart; in storage_trunk_load() local
1591 pLineStart = pLineEnd + 1; //skip \n in storage_trunk_load()
1595 pLineEnd = strchr(pLineStart, '\n'); in storage_trunk_load()
1603 len = strlen(pLineStart); in storage_trunk_load()
1613 memcpy(buff, pLineStart, len); in storage_trunk_load()
1640 pLineStart = buff; in storage_trunk_load()
1646 col_count = splitEx(pLineStart, ' ', cols, in storage_trunk_load()
1678 pLineStart = pLineEnd + 1; //next line in storage_trunk_load()
1683 if (*pLineStart != '\0') in storage_trunk_load()
/dports/ftp/fastdfs/fastdfs-6.06/storage/trunk_mgr/
H A Dtrunk_mem.c1518 char *pLineStart; in storage_trunk_load() local
1591 pLineStart = pLineEnd + 1; //skip \n in storage_trunk_load()
1595 pLineEnd = strchr(pLineStart, '\n'); in storage_trunk_load()
1603 len = strlen(pLineStart); in storage_trunk_load()
1613 memcpy(buff, pLineStart, len); in storage_trunk_load()
1640 pLineStart = buff; in storage_trunk_load()
1646 col_count = splitEx(pLineStart, ' ', cols, in storage_trunk_load()
1678 pLineStart = pLineEnd + 1; //next line in storage_trunk_load()
1683 if (*pLineStart != '\0') in storage_trunk_load()
/dports/ftp/php-fastdfs/fastdfs-6.06/storage/
H A Dtracker_client_thread.c2532 char *pLineStart; in tracker_deal_changelog_response() local
2561 pLineStart = pInBuff; in tracker_deal_changelog_response()
2563 while (pLineStart < pBuffEnd) in tracker_deal_changelog_response()
2565 if (*pLineStart == '\0') //skip empty line in tracker_deal_changelog_response()
2567 pLineStart++; in tracker_deal_changelog_response()
2571 pLineEnd = strchr(pLineStart, '\n'); in tracker_deal_changelog_response()
2577 snprintf(szLine, sizeof(szLine), "%s", pLineStart); in tracker_deal_changelog_response()
2588 FDFS_CHANGELOG_FIELDS, pLineStart); in tracker_deal_changelog_response()
2632 server_status, pLineStart); in tracker_deal_changelog_response()
2641 pLineStart = pLineEnd + 1; in tracker_deal_changelog_response()
/dports/ftp/fastdfs/fastdfs-6.06/storage/
H A Dtracker_client_thread.c2532 char *pLineStart; in tracker_deal_changelog_response() local
2561 pLineStart = pInBuff; in tracker_deal_changelog_response()
2563 while (pLineStart < pBuffEnd) in tracker_deal_changelog_response()
2565 if (*pLineStart == '\0') //skip empty line in tracker_deal_changelog_response()
2567 pLineStart++; in tracker_deal_changelog_response()
2571 pLineEnd = strchr(pLineStart, '\n'); in tracker_deal_changelog_response()
2577 snprintf(szLine, sizeof(szLine), "%s", pLineStart); in tracker_deal_changelog_response()
2588 FDFS_CHANGELOG_FIELDS, pLineStart); in tracker_deal_changelog_response()
2632 server_status, pLineStart); in tracker_deal_changelog_response()
2641 pLineStart = pLineEnd + 1; in tracker_deal_changelog_response()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Drawdataset.cpp180 pLineStart = pLineBuffer; in Initialize()
182 pLineStart = ((char *) pLineBuffer) + ABS(nPixelOffset) * (nBlockXSize-1); in Initialize()
367 GDALCopyWords( pLineStart, eDataType, nPixelOffset, in IReadBlock()
400 pLineStart, eDataType, nPixelOffset, in IWriteBlock()
H A Drawdataset.h93 void *pLineStart; variable