Home
last modified time | relevance | path

Searched refs:tmpTag (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/kubeletconfig/util/files/
H A Dfiles.go29 tmpTag = "tmp_" // additional prefix to prevent accidental collisions const
73 prefix := tmpTag + filepath.Base(path)
177 prefix := tmpTag + filepath.Base(path)
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dnepomukintegration.cpp308 Tag * tmpTag; in doUpdate() local
311 foreach (tmpTag, usedTagsList) { in doUpdate()
312 basketTag = Nepomuk::Tag( tmpTag->name() ); in doUpdate()
313 basketTag.setLabel( tmpTag->name() ); in doUpdate()
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/port/ti/
H A Dti-aes.c353 word32 tmpTag[4] ; in AesAuthEncrypt() local
399 (unsigned int*)authIn_a, authInSz, (unsigned int *)tmpTag); in AesAuthEncrypt()
405 XMEMCPY(authTag, tmpTag, authTagSz) ; in AesAuthEncrypt()
422 word32 tmpTag[4] ; in AesAuthDecrypt() local
468 (unsigned int*)authIn_a, authInSz, (unsigned int *)tmpTag); in AesAuthDecrypt()
469 if((ret == false) || (XMEMCMP(authTag, tmpTag, authTagSz) != 0)){ in AesAuthDecrypt()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/ti/
H A Dti-aes.c353 word32 tmpTag[4] ; in AesAuthEncrypt() local
399 (unsigned int*)authIn_a, authInSz, (unsigned int *)tmpTag); in AesAuthEncrypt()
405 XMEMCPY(authTag, tmpTag, authTagSz) ; in AesAuthEncrypt()
422 word32 tmpTag[4] ; in AesAuthDecrypt() local
468 (unsigned int*)authIn_a, authInSz, (unsigned int *)tmpTag); in AesAuthDecrypt()
469 if((ret == false) || (XMEMCMP(authTag, tmpTag, authTagSz) != 0)){ in AesAuthDecrypt()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/ti/
H A Dti-aes.c353 word32 tmpTag[4] ; in AesAuthEncrypt() local
399 (unsigned int*)authIn_a, authInSz, (unsigned int *)tmpTag); in AesAuthEncrypt()
405 XMEMCPY(authTag, tmpTag, authTagSz) ; in AesAuthEncrypt()
422 word32 tmpTag[4] ; in AesAuthDecrypt() local
468 (unsigned int*)authIn_a, authInSz, (unsigned int *)tmpTag); in AesAuthDecrypt()
469 if((ret == false) || (XMEMCMP(authTag, tmpTag, authTagSz) != 0)){ in AesAuthDecrypt()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/ti/
H A Dti-aes.c353 word32 tmpTag[4] ; in AesAuthEncrypt() local
399 (unsigned int*)authIn_a, authInSz, (unsigned int *)tmpTag); in AesAuthEncrypt()
405 XMEMCPY(authTag, tmpTag, authTagSz) ; in AesAuthEncrypt()
422 word32 tmpTag[4] ; in AesAuthDecrypt() local
468 (unsigned int*)authIn_a, authInSz, (unsigned int *)tmpTag); in AesAuthDecrypt()
469 if((ret == false) || (XMEMCMP(authTag, tmpTag, authTagSz) != 0)){ in AesAuthDecrypt()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/ti/
H A Dti-aes.c353 word32 tmpTag[4] ; in AesAuthEncrypt() local
399 (unsigned int*)authIn_a, authInSz, (unsigned int *)tmpTag); in AesAuthEncrypt()
405 XMEMCPY(authTag, tmpTag, authTagSz) ; in AesAuthEncrypt()
422 word32 tmpTag[4] ; in AesAuthDecrypt() local
468 (unsigned int*)authIn_a, authInSz, (unsigned int *)tmpTag); in AesAuthDecrypt()
469 if((ret == false) || (XMEMCMP(authTag, tmpTag, authTagSz) != 0)){ in AesAuthDecrypt()
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DTextClient.cpp736 const CECTag *tmpTag; in Process_Answer_v2() local
737 if ((tmpTag = response->GetTagByName(EC_TAG_STATS_DL_SPEED)) != 0) { in Process_Answer_v2()
738 s << CFormat(_("\nDownload:\t%s")) % CastItoSpeed(tmpTag->GetInt()); in Process_Answer_v2()
740 if ((tmpTag = response->GetTagByName(EC_TAG_STATS_UL_SPEED)) != 0) { in Process_Answer_v2()
741 s << CFormat(_("\nUpload:\t%s")) % CastItoSpeed(tmpTag->GetInt()); in Process_Answer_v2()
743 if ((tmpTag = response->GetTagByName(EC_TAG_STATS_UL_QUEUE_LEN)) != 0) { in Process_Answer_v2()
744 s << CFormat(_("\nClients in queue:\t%d\n")) % tmpTag->GetInt(); in Process_Answer_v2()
746 if ((tmpTag = response->GetTagByName(EC_TAG_STATS_TOTAL_SRC_COUNT)) != 0) { in Process_Answer_v2()
747 s << CFormat(_("\nTotal sources:\t%d\n")) % tmpTag->GetInt(); in Process_Answer_v2()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DTextClient.cpp742 const CECTag *tmpTag;
743 if ((tmpTag = response->GetTagByName(EC_TAG_STATS_DL_SPEED)) != 0) {
744 s << CFormat(_("\nDownload:\t%s")) % CastItoSpeed(tmpTag->GetInt());
746 if ((tmpTag = response->GetTagByName(EC_TAG_STATS_UL_SPEED)) != 0) {
747 s << CFormat(_("\nUpload:\t%s")) % CastItoSpeed(tmpTag->GetInt());
749 if ((tmpTag = response->GetTagByName(EC_TAG_STATS_UL_QUEUE_LEN)) != 0) {
750 s << CFormat(_("\nClients in queue:\t%d\n")) % tmpTag->GetInt();
752 if ((tmpTag = response->GetTagByName(EC_TAG_STATS_TOTAL_SRC_COUNT)) != 0) {
753 s << CFormat(_("\nTotal sources:\t%d\n")) % tmpTag->GetInt();
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dhdfsds.c1050 uint16 tmpTag; in hdf_read_ndgs() local
1194 while (!DFdiget(GroupID, &tmpTag, &tmpRef)) in hdf_read_ndgs()
1196 switch(tmpTag) in hdf_read_ndgs()
1201 aid1 = Hstartread(handle->hdf_file, tmpTag, tmpRef); in hdf_read_ndgs()
1318 if (Hgetelement(handle->hdf_file, tmpTag, tmpRef, ptbuf) == FAIL) in hdf_read_ndgs()
1323 if (Hlength(handle->hdf_file, tmpTag, tmpRef) == 36) in hdf_read_ndgs()
1349 if (Hgetelement(handle->hdf_file, tmpTag, tmpRef, ptbuf) == FAIL) in hdf_read_ndgs()
1366 if (Hgetelement(handle->hdf_file, tmpTag, tmpRef, ptbuf) == FAIL) in hdf_read_ndgs()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/
H A DZrtpSdesStream.cpp211 int32_t tmpTag; in parseSdes() local
213 bool s = parseCreateSdesProfile(cryptoString, length, &tmpSuite, &tmpTag); in parseSdes()
219 if (tmpTag != tag || suite != tmpSuite) in parseSdes()
227 tag = tmpTag; in parseSdes()
/dports/audio/id3lib/id3lib-3.8.3/examples/
H A Ddemo_info.cpp355 ID3_Tag tmpTag(myTag); in main() local
356 PrintInformation(tmpTag); in main()
/dports/graphics/pixie/Pixie/src/ri/
H A Dexecute.cpp125 const int tmpTag = (*tags == 0); \
127 if (tmpTag && *tags) { \
139 const int tmpTag = *tags; \
141 if (tmpTag && (*tags == 0)) { \
/dports/multimedia/vlc/vlc-3.0.16/share/lua/extensions/
H A DVLSub.lua1821 local tmpTag = ""
1840 if val~= "" then tmpTag = resolve_xml(val) end
1842 if type(stack[level][tmpTag]) == "nil" then
1843 stack[level][tmpTag] = {}
1844 table.insert(stack, stack[level][tmpTag])
1856 stack[level][tmpTag] = ""
1866 stack[level][tmpTag] = resolve_xml(val)
/dports/sysutils/istio/istio-1.6.7/operator/cmd/mesh/
H A Dmanifest-generate_test.go606 tmpHub, tmpTag := version.DockerInfo.Hub, version.DockerInfo.Tag
608 version.DockerInfo.Hub, version.DockerInfo.Tag = tmpHub, tmpTag