Home
last modified time | relevance | path

Searched refs:pszDebug (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/avce00/avce00-2.0.0/
H A Dcpl_error.c168 const char *pszDebug = getenv("CPL_DEBUG"); in CPLDebug() local
173 if( pszDebug == NULL ) in CPLDebug()
176 if( !EQUAL(pszDebug,"ON") && !EQUAL(pszDebug,"") ) in CPLDebug()
180 for( i = 0; pszDebug[i] != '\0'; i++ ) in CPLDebug()
182 if( EQUALN(pszCategory,pszDebug+i,nLen) ) in CPLDebug()
186 if( pszDebug[i] == '\0' ) in CPLDebug()
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/src/
H A Dcpl_error.cpp250 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG",NULL); in CPLDebug() local
257 if( pszDebug == NULL ) in CPLDebug()
260 if( !EQUAL(pszDebug,"ON") && !EQUAL(pszDebug,"") ) in CPLDebug()
264 for( i = 0; pszDebug[i] != '\0'; i++ ) in CPLDebug()
266 if( EQUALN(pszCategory,pszDebug+i,nLen) ) in CPLDebug()
270 if( pszDebug[i] == '\0' ) in CPLDebug()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalabstractbandblockcache.cpp221 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG", nullptr); in StartDirtyBlockFlushingLog() local
222 if( pszDebug && (EQUAL(pszDebug, "ON") || EQUAL(pszDebug, "GDAL")) && in StartDirtyBlockFlushingLog()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalabstractbandblockcache.cpp221 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG", nullptr); in StartDirtyBlockFlushingLog() local
222 if( pszDebug && (EQUAL(pszDebug, "ON") || EQUAL(pszDebug, "GDAL")) && in StartDirtyBlockFlushingLog()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalabstractbandblockcache.cpp221 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG", nullptr); in StartDirtyBlockFlushingLog() local
222 if( pszDebug && (EQUAL(pszDebug, "ON") || EQUAL(pszDebug, "GDAL")) && in StartDirtyBlockFlushingLog()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_error.cpp267 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG",NULL); in CPLDebug() local
274 if( pszDebug == NULL ) in CPLDebug()
277 if( !EQUAL(pszDebug,"ON") && !EQUAL(pszDebug,"") ) in CPLDebug()
281 for( i = 0; pszDebug[i] != '\0'; i++ ) in CPLDebug()
283 if( EQUALN(pszCategory,pszDebug+i,nLen) ) in CPLDebug()
287 if( pszDebug[i] == '\0' ) in CPLDebug()
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_error.cpp400 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG",NULL); in CPLDebug() local
407 if( pszDebug == NULL ) in CPLDebug()
410 if( !EQUAL(pszDebug,"ON") && !EQUAL(pszDebug,"") ) in CPLDebug()
414 for( i = 0; pszDebug[i] != '\0'; i++ ) in CPLDebug()
416 if( EQUALN(pszCategory,pszDebug+i,nLen) ) in CPLDebug()
420 if( pszDebug[i] == '\0' ) in CPLDebug()
/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dgdalwarp_bin.cpp49 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG",nullptr); in GDALExit() local
50 if( pszDebug && (EQUAL(pszDebug,"ON") || EQUAL(pszDebug,"") ) ) in GDALExit()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dgdalwarp_bin.cpp49 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG",nullptr); in GDALExit() local
50 if( pszDebug && (EQUAL(pszDebug,"ON") || EQUAL(pszDebug,"") ) ) in GDALExit()
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dgdalwarp_bin.cpp49 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG",nullptr); in GDALExit() local
50 if( pszDebug && (EQUAL(pszDebug,"ON") || EQUAL(pszDebug,"") ) ) in GDALExit()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_error.cpp614 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG", nullptr); in CPLDebug() local
619 if( pszDebug == nullptr ) in CPLDebug()
622 if( !EQUAL(pszDebug, "ON") && !EQUAL(pszDebug, "") ) in CPLDebug()
627 for( i = 0; pszDebug[i] != '\0'; i++ ) in CPLDebug()
629 if( EQUALN(pszCategory, pszDebug+i, nLen) ) in CPLDebug()
633 if( pszDebug[i] == '\0' ) in CPLDebug()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_error.cpp614 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG", nullptr);
619 if( pszDebug == nullptr )
622 if( !EQUAL(pszDebug, "ON") && !EQUAL(pszDebug, "") )
627 for( i = 0; pszDebug[i] != '\0'; i++ )
629 if( EQUALN(pszCategory, pszDebug+i, nLen) )
633 if( pszDebug[i] == '\0' )
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_error.cpp614 const char *pszDebug = CPLGetConfigOption("CPL_DEBUG", nullptr); in CPLDebug() local
619 if( pszDebug == nullptr ) in CPLDebug()
622 if( !EQUAL(pszDebug, "ON") && !EQUAL(pszDebug, "") ) in CPLDebug()
627 for( i = 0; pszDebug[i] != '\0'; i++ ) in CPLDebug()
629 if( EQUALN(pszCategory, pszDebug+i, nLen) ) in CPLDebug()
633 if( pszDebug[i] == '\0' ) in CPLDebug()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_connections.cpp2310 void CSteamNetworkConnectionBase::APICloseConnection( int nReason, const char *pszDebug, bool bEnab… in APICloseConnection() argument
2325 pszDebug = "Invalid numeric reason code"; in APICloseConnection()
2331 if ( pszDebug == nullptr || *pszDebug == '\0' ) in APICloseConnection()
2335 pszDebug = "Application closed connection in an unusual way"; in APICloseConnection()
2339 pszDebug = "Application closed connection"; in APICloseConnection()
2342 V_strcpy_safe( m_szEndDebug, pszDebug ); in APICloseConnection()
2992 void CSteamNetworkConnectionBase::ConnectionState_ClosedByPeer( int nReason, const char *pszDebug ) in ConnectionState_ClosedByPeer() argument
3029 if ( pszDebug && *pszDebug ) in ConnectionState_ClosedByPeer()
3030 V_strcpy_safe( m_szEndDebug, pszDebug ); in ConnectionState_ClosedByPeer()
H A Dcsteamnetworkingmessages.h63 void CloseConnection( int nReason, const char *pszDebug );
H A Dsteamnetworkingsockets_connections.h308 void APICloseConnection( int nReason, const char *pszDebug, bool bEnableLinger );
408 void ConnectionState_ClosedByPeer( int nReason, const char *pszDebug );
761 void SNP_SenderProcessPacketNack( int64 nPktNum, SNPInFlightPacket_t &pkt, const char *pszDebug );
H A Dcsteamnetworkingmessages.cpp594 void SteamNetworkingMessagesSession::CloseConnection( int nReason, const char *pszDebug ) in CloseConnection() argument
601 pConn->APICloseConnection( nReason, pszDebug, false ); in CloseConnection()
H A Dsteamnetworkingsockets_flat.cpp42 …kingSockets* self, HSteamNetConnection hPeer, int nReason, const char * pszDebug, bool bEnableLing… in SteamAPI_ISteamNetworkingSockets_CloseConnection() argument
44 return self->CloseConnection( hPeer,nReason,pszDebug,bEnableLinger ); in SteamAPI_ISteamNetworkingSockets_CloseConnection()
H A Dsteamnetworkingsockets_p2p.h224 …nalReliableMessage( CMsgSteamNetworkingP2PRendezvous_ReliableMessage &&msg, const char *pszDebug );
/dports/print/ghostscript8-x11/ghostscript-8.71/contrib/
H A Dgomni.c563 const char *pszDebug = ""; in GetDeviceParams() local
580 pszDebug = pDev->pcoreOmni->cDebugFile; in GetDeviceParams()
589 if (fDebugOutput) dprintf1 ("GetDeviceParams: pszDebug = %s\n", pszDebug); in GetDeviceParams()
601 strdata.data = pszDebug; in GetDeviceParams()
602 strdata.size = strlen(pszDebug); in GetDeviceParams()
/dports/print/ghostscript8-base/ghostscript-8.71/contrib/
H A Dgomni.c563 const char *pszDebug = ""; in GetDeviceParams() local
580 pszDebug = pDev->pcoreOmni->cDebugFile; in GetDeviceParams()
589 if (fDebugOutput) dprintf1 ("GetDeviceParams: pszDebug = %s\n", pszDebug); in GetDeviceParams()
601 strdata.data = pszDebug; in GetDeviceParams()
602 strdata.size = strlen(pszDebug); in GetDeviceParams()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/include/steam/
H A Disteamnetworkingsockets.h186 …virtual bool CloseConnection( HSteamNetConnection hPeer, int nReason, const char *pszDebug, bool b…
H A Dsteamnetworkingsockets_flat.h29 …kingSockets* self, HSteamNetConnection hPeer, int nReason, const char * pszDebug, bool bEnableLing…
/dports/print/ghostscript9-x11/ghostscript-9.06/contrib/
H A Dgomni.c590 const char *pszDebug = ""; in GetDeviceParams() local
607 pszDebug = pDev->pcoreOmni->cDebugFile; in GetDeviceParams()
616 if (fDebugOutput) dprintf1 ("GetDeviceParams: pszDebug = %s\n", pszDebug); in GetDeviceParams()
628 strdata.data = pszDebug; in GetDeviceParams()
629 strdata.size = strlen(pszDebug); in GetDeviceParams()
/dports/print/ghostscript9-base/ghostscript-9.06/contrib/
H A Dgomni.c590 const char *pszDebug = ""; in GetDeviceParams() local
607 pszDebug = pDev->pcoreOmni->cDebugFile; in GetDeviceParams()
616 if (fDebugOutput) dprintf1 ("GetDeviceParams: pszDebug = %s\n", pszDebug); in GetDeviceParams()
628 strdata.data = pszDebug; in GetDeviceParams()
629 strdata.size = strlen(pszDebug); in GetDeviceParams()

12