Home
last modified time | relevance | path

Searched refs:pszAlias (Results 1 – 24 of 24) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/Core/Code/
H A DFileSystem.h39 bool FileExist(const char* pszAlias, const char* pszName) const;
40 bool FileExist(const char* pszAlias, const String& sName) const;
42 bool ResolvePath(const char* pszAlias, const char* pszName, String& sFullPath) const;
43 bool ResolvePath(const char* pszAlias, const String& sName, String& sFullPath) const;
125 inline bool FileSystem::FileExist(const char* pszAlias, const String& sName) const in FileExist() argument
127 return FileExist(pszAlias, sName.c_str()); in FileExist()
130 …inline bool FileSystem::ResolvePath(const char* pszAlias, const String& sName, String& sFullPath) … in ResolvePath() argument
132 return ResolvePath(pszAlias, sName.c_str(), sFullPath); in ResolvePath()
H A DFileSystem.cpp401 bool FileSystem::FileExist( const char* pszAlias, const char* pszName ) const in FileExist() argument
403 const SPathAlias* pPA = FindPathAlias(pszAlias); in FileExist()
/dports/net/norm/norm-1.5r6/protolib/src/win32/
H A Dwspiapi.h207 OUT char *pszAlias, in WspiapiQueryDNS() argument
234 pszAlias[0] = '\0'; in WspiapiQueryDNS()
260 strcpy(pszAlias, ptHost->h_name); in WspiapiQueryDNS()
315 char *pszAlias = szFQDN2; in WspiapiLookupNode() local
325 pszAlias, in WspiapiLookupNode()
336 if ((!strlen(pszAlias)) || in WspiapiLookupNode()
337 (!strcmp(pszName, pszAlias)) || in WspiapiLookupNode()
345 WspiapiSwap(pszName, pszAlias, pszScratch); in WspiapiLookupNode()
350 (*pptResult)->ai_canonname = WspiapiStrdup(pszAlias); in WspiapiLookupNode()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dswq_select.cpp439 int swq_select::PushField( swq_expr_node *poExpr, const char *pszAlias, in PushField() argument
493 if( pszAlias != NULL ) in PushField()
494 col_def->field_alias = CPLStrdup( pszAlias ); in PushField()
495 else if( pszAlias == NULL && poExpr->eNodeType == SNT_OPERATION in PushField()
717 const char *pszAlias ) in PushTableDef() argument
732 if( pszAlias != NULL ) in PushTableDef()
733 table_defs[table_count-1].table_alias = CPLStrdup(pszAlias); in PushTableDef()
H A Dswq.h343 int PushField( swq_expr_node *poExpr, const char *pszAlias=NULL,
351 const char *pszAlias );
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/
H A DKviKvsKernel.cpp177 for(auto & pszAlias : lAliases) in completeFunction() local
178 pMatches.push_back(std::move(pszAlias)); in completeFunction()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/
H A Dswq_select.cpp418 int swq_select::PushField( swq_expr_node *poExpr, const char *pszAlias, in PushField() argument
474 if( pszAlias != nullptr ) in PushField()
475 col_def->field_alias = CPLStrdup( pszAlias ); in PushField()
705 const char *pszAlias ) in PushTableDef() argument
720 if( pszAlias != nullptr ) in PushTableDef()
721 table_defs[table_count-1].table_alias = CPLStrdup(pszAlias); in PushTableDef()
H A Dogr_swq.h366 int PushField( swq_expr_node *poExpr, const char *pszAlias=nullptr,
374 const char *pszAlias );
/dports/graphics/gdal/gdal-3.3.3/ogr/
H A Dswq_select.cpp418 int swq_select::PushField( swq_expr_node *poExpr, const char *pszAlias, in PushField() argument
474 if( pszAlias != nullptr ) in PushField()
475 col_def->field_alias = CPLStrdup( pszAlias ); in PushField()
705 const char *pszAlias ) in PushTableDef() argument
720 if( pszAlias != nullptr ) in PushTableDef()
721 table_defs[table_count-1].table_alias = CPLStrdup(pszAlias); in PushTableDef()
H A Dogr_swq.h366 int PushField( swq_expr_node *poExpr, const char *pszAlias=nullptr,
374 const char *pszAlias );
/dports/graphics/py-gdal/gdal-3.3.3/ogr/
H A Dswq_select.cpp418 int swq_select::PushField( swq_expr_node *poExpr, const char *pszAlias, in PushField() argument
474 if( pszAlias != nullptr ) in PushField()
475 col_def->field_alias = CPLStrdup( pszAlias ); in PushField()
705 const char *pszAlias ) in PushTableDef() argument
720 if( pszAlias != nullptr ) in PushTableDef()
721 table_defs[table_count-1].table_alias = CPLStrdup(pszAlias); in PushTableDef()
H A Dogr_swq.h366 int PushField( swq_expr_node *poExpr, const char *pszAlias=nullptr,
374 const char *pszAlias );
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapkmlrenderer.cpp287 const char *pszAlias = NULL; in getAliasName() local
291 pszAlias = msOWSLookupMetadata(&(lp->metadata), namespaces, szTmp); in getAliasName()
293 return pszAlias; in getAliasName()
1212 const char*pszAlias=NULL; in createDescriptionNode() local
1237 pszAlias = getAliasName(currentLayer, currentLayer->items[i], "GO"); in createDescriptionNode()
1238 if (pszAlias) in createDescriptionNode()
1239 xmlNewChild(dataNode, NULL, BAD_CAST "displayName", BAD_CAST pszAlias); in createDescriptionNode()
/dports/graphics/py-gdal/gdal-3.3.3/apps/
H A Dogrinfo.cpp410 const char* pszAlias = poField->GetAlternativeNameRef(); in ReportOnLayer() local
411 if( pszAlias != nullptr && pszAlias[0]) in ReportOnLayer()
412 printf(", alternative name=\"%s\"", pszAlias); in ReportOnLayer()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/apps/
H A Dogrinfo.cpp410 const char* pszAlias = poField->GetAlternativeNameRef(); in ReportOnLayer() local
411 if( pszAlias != nullptr && pszAlias[0]) in ReportOnLayer()
412 printf(", alternative name=\"%s\"", pszAlias); in ReportOnLayer()
/dports/graphics/gdal/gdal-3.3.3/apps/
H A Dogrinfo.cpp410 const char* pszAlias = poField->GetAlternativeNameRef(); in ReportOnLayer() local
411 if( pszAlias != nullptr && pszAlias[0]) in ReportOnLayer()
412 printf(", alternative name=\"%s\"", pszAlias); in ReportOnLayer()
/dports/lang/fpc-source/fpc-3.2.2/packages/os2units/src/
H A Dmci.pas374 pszAlias : pChar; // Connection device alias
1094 pszAlias : pChar; // Optional device alias
1107 pszAlias : pChar; // Optional device alias
1122 pszAlias : pChar; // Optional device alias
2235 pszAlias : pChar; // The window alias for the display window
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwspiapi.h55 … (const char *pszNodeName,int iSocketType,int iProtocol,WORD wPort,char pszAlias[NI_MAXHOST],struc…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwspiapi.h55 … (const char *pszNodeName,int iSocketType,int iProtocol,WORD wPort,char pszAlias[NI_MAXHOST],struc…
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdaldriver.cpp1519 const char* pszAlias = CPLGetXMLValue(psChildNode, "alias", in GDALValidateOptions() local
1521 if (EQUAL(pszAlias, pszKey) ) in GDALValidateOptions()
1524 pszAlias, pszOptionName); in GDALValidateOptions()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdaldriver.cpp1808 const char* pszAlias = CPLGetXMLValue(psChildNode, "alias", in GDALValidateOptions() local
1810 if (EQUAL(pszAlias, pszKey) ) in GDALValidateOptions()
1813 pszAlias, pszOptionName); in GDALValidateOptions()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdaldriver.cpp1808 const char* pszAlias = CPLGetXMLValue(psChildNode, "alias", in GDALValidateOptions() local
1810 if (EQUAL(pszAlias, pszKey) ) in GDALValidateOptions()
1813 pszAlias, pszOptionName); in GDALValidateOptions()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdaldriver.cpp1808 const char* pszAlias = CPLGetXMLValue(psChildNode, "alias", in GDALValidateOptions() local
1810 if (EQUAL(pszAlias, pszKey) ) in GDALValidateOptions()
1813 pszAlias, pszOptionName); in GDALValidateOptions()
/dports/games/xkoules/koules1.4/
H A Dsoundos2.c523 mciOpenParameters.pszAlias = (CHAR) NULL;