Home
last modified time | relevance | path

Searched refs:pszStr2 (Results 1 – 16 of 16) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/
H A Dswq.cpp486 const char* pszStr2 = *((const char **) item2); in swq_compare_int() local
488 return (pszStr2 == NULL) ? 0 : -1; in swq_compare_int()
489 else if (pszStr2 == NULL) in swq_compare_int()
493 v2 = CPLAtoGIntBig(pszStr2); in swq_compare_int()
508 const char* pszStr2 = *((const char **) item2); in swq_compare_real() local
510 return (pszStr2 == NULL) ? 0 : -1; in swq_compare_real()
511 else if (pszStr2 == NULL) in swq_compare_real()
515 v2 = CPLAtof(pszStr2); in swq_compare_real()
530 return (pszStr2 == NULL) ? 0 : -1; in swq_compare_string()
531 else if (pszStr2 == NULL) in swq_compare_string()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_hash_set.cpp450 const char* pszStr2 = (const char*)elt2; in CPLHashSetEqualStr() local
451 if (pszStr1 == NULL && pszStr2 != NULL) in CPLHashSetEqualStr()
453 else if (pszStr1 != NULL && pszStr2 == NULL) in CPLHashSetEqualStr()
455 else if (pszStr1 == NULL && pszStr2 == NULL) in CPLHashSetEqualStr()
458 return strcmp(pszStr1, pszStr2) == 0; in CPLHashSetEqualStr()
H A Dcpl_hash_set.h87 int CPL_DLL CPLHashSetEqualStr(const void* pszStr1, const void* pszStr2);
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_hash_set.cpp446 const char* pszStr2 = (const char*)elt2; in CPLHashSetEqualStr() local
447 if (pszStr1 == NULL && pszStr2 != NULL) in CPLHashSetEqualStr()
449 else if (pszStr1 != NULL && pszStr2 == NULL) in CPLHashSetEqualStr()
451 else if (pszStr1 == NULL && pszStr2 == NULL) in CPLHashSetEqualStr()
454 return strcmp(pszStr1, pszStr2) == 0; in CPLHashSetEqualStr()
H A Dcpl_hash_set.h87 int CPL_DLL CPLHashSetEqualStr(const void* pszStr1, const void* pszStr2);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_hash_set.cpp582 const char* pszStr2 = static_cast<const char *>(elt2); in SetAuthFromGCE()
584 if( pszStr1 == nullptr && pszStr2 != nullptr ) in SetAuthFromGCE()
587 if( pszStr1 != nullptr && pszStr2 == nullptr ) in SetAuthFromGCE()
590 if( pszStr1 == nullptr && pszStr2 == nullptr ) in SetAuthFromGCE()
593 return strcmp(pszStr1, pszStr2) == 0; in SetAuthFromGCE()
H A Dcpl_hash_set.h95 int CPL_DLL CPLHashSetEqualStr(const void* pszStr1, const void* pszStr2);
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_hash_set.cpp582 const char* pszStr2 = static_cast<const char *>(elt2); in CPLHashSetEqualStr() local
584 if( pszStr1 == nullptr && pszStr2 != nullptr ) in CPLHashSetEqualStr()
587 if( pszStr1 != nullptr && pszStr2 == nullptr ) in CPLHashSetEqualStr()
590 if( pszStr1 == nullptr && pszStr2 == nullptr ) in CPLHashSetEqualStr()
593 return strcmp(pszStr1, pszStr2) == 0; in CPLHashSetEqualStr()
H A Dcpl_hash_set.h95 int CPL_DLL CPLHashSetEqualStr(const void* pszStr1, const void* pszStr2);
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_hash_set.cpp582 const char* pszStr2 = static_cast<const char *>(elt2); in CPLHashSetEqualStr() local
584 if( pszStr1 == nullptr && pszStr2 != nullptr ) in CPLHashSetEqualStr()
587 if( pszStr1 != nullptr && pszStr2 == nullptr ) in CPLHashSetEqualStr()
590 if( pszStr1 == nullptr && pszStr2 == nullptr ) in CPLHashSetEqualStr()
593 return strcmp(pszStr1, pszStr2) == 0; in CPLHashSetEqualStr()
H A Dcpl_hash_set.h95 int CPL_DLL CPLHashSetEqualStr(const void* pszStr1, const void* pszStr2);
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dutil.c176 int UtilStrNCaseCmp(pszStr1, pszStr2, nCount) in UtilStrNCaseCmp() argument
177 char *pszStr1, *pszStr2; in UtilStrNCaseCmp()
183 for (c_ptr1=pszStr1, c_ptr2=pszStr2; i < nCount && (*c_ptr1 != '\0' ||
195 int UtilStrICmp(pszStr1, pszStr2) in UtilStrICmp() argument
196 char *pszStr1, *pszStr2; in UtilStrICmp()
201 for (c_ptr1=pszStr1, c_ptr2=pszStr2; *c_ptr1 != '\0' || *c_ptr2 != '\0';
H A Dutil.e40 extern int UtilStrNCaseCmp ARGS_DECL((char *pszStr1, char *pszStr2,
42 extern int UtilStrICmp ARGS_DECL((char *pszStr1, char *pszStr2));
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlwapi.h61 LWSTDAPI_(int) StrCmpNCA(LPCSTR pszStr1, LPCSTR pszStr2, int nChar);
62 LWSTDAPI_(int) StrCmpNCW(LPCWSTR pszStr1, LPCWSTR pszStr2, int nChar);
66 LWSTDAPI_(int) StrCmpNICA(LPCSTR pszStr1, LPCSTR pszStr2, int nChar);
67 LWSTDAPI_(int) StrCmpNICW(LPCWSTR pszStr1, LPCWSTR pszStr2, int nChar);
174 LWSTDAPI_(int) StrCmpCA(LPCSTR pszStr1,LPCSTR pszStr2);
175 LWSTDAPI_(int) StrCmpCW(LPCWSTR pszStr1,LPCWSTR pszStr2);
179 LWSTDAPI_(int) StrCmpICA(LPCSTR pszStr1,LPCSTR pszStr2);
180 LWSTDAPI_(int) StrCmpICW(LPCWSTR pszStr1,LPCWSTR pszStr2);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshlwapi.h61 LWSTDAPI_(int) StrCmpNCA(LPCSTR pszStr1, LPCSTR pszStr2, int nChar);
62 LWSTDAPI_(int) StrCmpNCW(LPCWSTR pszStr1, LPCWSTR pszStr2, int nChar);
66 LWSTDAPI_(int) StrCmpNICA(LPCSTR pszStr1, LPCSTR pszStr2, int nChar);
67 LWSTDAPI_(int) StrCmpNICW(LPCWSTR pszStr1, LPCWSTR pszStr2, int nChar);
174 LWSTDAPI_(int) StrCmpCA(LPCSTR pszStr1,LPCSTR pszStr2);
175 LWSTDAPI_(int) StrCmpCW(LPCWSTR pszStr1,LPCWSTR pszStr2);
179 LWSTDAPI_(int) StrCmpICA(LPCSTR pszStr1,LPCSTR pszStr2);
180 LWSTDAPI_(int) StrCmpICW(LPCWSTR pszStr1,LPCWSTR pszStr2);
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-base/src/
H A Dshlwapi.pp591 …function StrCmpCA(pszStr1:LPCSTR; pszStr2:LPCSTR):longint;stdcall;external SHLWAPIDLL name 'StrCm…
592 …function StrCmpCW(pszStr1:LPCWSTR; pszStr2:LPCWSTR):longint;stdcall;external SHLWAPIDLL name 'Str…
593 …function StrCmpICA(pszStr1:LPCSTR; pszStr2:LPCSTR):longint;stdcall;external SHLWAPIDLL name 'StrC…
594 …function StrCmpICW(pszStr1:LPCWSTR; pszStr2:LPCWSTR):longint;stdcall;external SHLWAPIDLL name 'St…
595 …function StrCmpNCA(pszStr1:LPCSTR; pszStr2:LPCSTR; nChar:longint):longint;stdcall;external SHLWAP…
596 …function StrCmpNCW(pszStr1:LPCWSTR; pszStr2:LPCWSTR; nChar:longint):longint;stdcall;external SHLW…
597 …function StrCmpNICA(pszStr1:LPCSTR; pszStr2:LPCSTR; nChar:longint):longint;stdcall;external SHLWA…
598 …function StrCmpNICW(pszStr1:LPCWSTR; pszStr2:LPCWSTR; nChar:longint):longint;stdcall;external SHL…