Home
last modified time | relevance | path

Searched refs:cvtZToUIntBase (Results 1 – 6 of 6) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/type/
H A Dconvert.c323 FUNCTION_TEST_RETURN((mode_t)cvtZToUIntBase(value, 8)); in cvtZToMode()
407 cvtZToUIntBase(const char *value, int base) in cvtZToUIntBase() function
433 FUNCTION_TEST_RETURN(cvtZToUIntBase(value, 10)); in cvtZToUInt()
H A Dconvert.h81 unsigned int cvtZToUIntBase(const char *value, int base);
H A Djson.c303 … strCatChr(result, (char)cvtZToUIntBase(strZ(strNewN(json + *jsonPos, 2)), 16)); in jsonToStrInternal()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/http/
H A Dcommon.c102 uriChar = (char)cvtZToUIntBase(strZ(strSubN(uri, uriIdx + 1, 2)), 16); in httpUriDecode()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/src/module/common/
H A DtypeConvertTest.c157 TEST_RESULT_UINT(cvtZToUIntBase("FF", 16), 255, "convert string to unsigned int"); in testRun()
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/command/backup/
H A Dbackup.c1709 …unsigned int timeline = cvtZToUIntBase(strZ(strSubN(manifestData(manifest)->archiveStart, 0, 8)), … in backupArchiveCheckCopy()