Home
last modified time | relevance | path

Searched refs:pSourceData (Results 1 – 25 of 142) sorted by relevance

123456

/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/JPEGReadWriter2Plugin/
H A Djmemdatasrc.c26 char * pSourceData; /* source data start */ member
158 GLOBAL(void) jpeg_mem_src (j_decompress_ptr cinfo, char * pSourceData, unsigned sourceDataSize) { in jpeg_mem_src() argument
184 src->pSourceData = pSourceData; in jpeg_mem_src()
185 src->actualPos = pSourceData; in jpeg_mem_src()
191 GLOBAL(int) jpeg_mem_src_newLocationOfData (j_decompress_ptr cinfo, char * pSourceData, unsigned so… in jpeg_mem_src_newLocationOfData() argument
196 offset = (src->actualPos) - (src->pSourceData); in jpeg_mem_src_newLocationOfData()
197 src->pSourceData = pSourceData; in jpeg_mem_src_newLocationOfData()
198 src->actualPos = pSourceData + offset; in jpeg_mem_src_newLocationOfData()
200 return((src->actualPos + src->bytesLeft) == (pSourceData + sourceDataSize)); in jpeg_mem_src_newLocationOfData()
H A DJPEGReadWriter2Plugin.h15 GLOBAL(void) jpeg_mem_src (j_decompress_ptr cinfo, char * pSourceData, unsigned sourceDataSize);
16 GLOBAL(int) jpeg_mem_src_newLocationOfData (j_decompress_ptr cinfo, char * pSourceData, unsigned so…
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/System/Functions/
H A DExtensions.cs37 byte* pSourceData = (byte*)(void*)smData.Scan0; in CombineBitmapAlpha()
50 pDestData[0] = pSourceData[0]; in CombineBitmapAlpha()
51 pDestData[1] = pSourceData[1]; in CombineBitmapAlpha()
52 pDestData[2] = pSourceData[2]; in CombineBitmapAlpha()
55 pSourceData += 3; in CombineBitmapAlpha()
59 pSourceData += nSourceOffset; in CombineBitmapAlpha()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/template/
H A D_GetData.c23 char *pSourceData = NULL; in _GetData() local
46pSourceData = (hStmt->hStmtExtras->aResults)[hStmt->hStmtExtras->nRow*hStmt->hStmtExtras->nCols+nC… in _GetData()
52 if ( pSourceData == NULL ) in _GetData()
87 *((int *)pTarget) = atoi(pSourceData); in _GetData()
93 sscanf( pSourceData, "%g", (float*)pTarget ); in _GetData()
99 strncpy( pTarget, pSourceData, nTargetLength ); in _GetData()
/dports/databases/unixODBC/unixODBC-2.3.9/Drivers/MiniSQL/
H A D_GetData.c23 char *pSourceData = NULL; in _GetData() local
46pSourceData = (hStmt->hStmtExtras->aResults)[hStmt->hStmtExtras->nRow*hStmt->hStmtExtras->nCols+nC… in _GetData()
52 if ( pSourceData == NULL ) in _GetData()
87 *((int *)pTarget) = atoi(pSourceData); in _GetData()
93 sscanf( pSourceData, "%g", pTarget ); in _GetData()
99 strncpy( pTarget, pSourceData, nTargetLength ); in _GetData()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java102 public byte[] pSourceData; field in CK_RSA_PKCS_OAEP_PARAMS
132 sb.append(pSourceData.toString()); in toString()
137 sb.append(Functions.toHexString(pSourceData)); in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java102 public byte[] pSourceData; field in CK_RSA_PKCS_OAEP_PARAMS
132 sb.append(pSourceData.toString()); in toString()
137 sb.append(Functions.toHexString(pSourceData)); in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java102 public byte[] pSourceData; field in CK_RSA_PKCS_OAEP_PARAMS
132 buffer.append(pSourceData.toString()); in toString()
137 buffer.append(Functions.toHexString(pSourceData)); in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java102 public byte[] pSourceData; field in CK_RSA_PKCS_OAEP_PARAMS
132 sb.append(pSourceData.toString()); in toString()
137 sb.append(Functions.toHexString(pSourceData)); in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java102 public byte[] pSourceData; field in CK_RSA_PKCS_OAEP_PARAMS
132 sb.append(pSourceData.toString()); in toString()
137 sb.append(Functions.toHexString(pSourceData)); in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java102 public byte[] pSourceData; field in CK_RSA_PKCS_OAEP_PARAMS
132 sb.append(pSourceData.toString()); in toString()
137 sb.append(Functions.toHexString(pSourceData)); in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java102 public byte[] pSourceData; field in CK_RSA_PKCS_OAEP_PARAMS
132 sb.append(pSourceData.toString()); in toString()
137 sb.append(Functions.toHexString(pSourceData)); in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java102 public byte[] pSourceData; field in CK_RSA_PKCS_OAEP_PARAMS
132 sb.append(pSourceData.toString()); in toString()
137 sb.append(Functions.toHexString(pSourceData)); in toString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java102 public byte[] pSourceData; field in CK_RSA_PKCS_OAEP_PARAMS
132 sb.append(pSourceData.toString()); in toString()
137 sb.append(Functions.toHexString(pSourceData)); in toString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java102 public byte[] pSourceData; field in CK_RSA_PKCS_OAEP_PARAMS
132 buffer.append(pSourceData.toString()); in toString()
137 buffer.append(Functions.toHexString(pSourceData)); in toString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddpgroup.cxx461 pSourceData( pSource ), in ScDPGroupTableData()
540 return pSourceData->GetColumnEntries( nColumn ); in GetColumnEntries()
545 return pSourceData->GetMemberById( nDim, nId ); in GetMemberById()
558 return pSourceData->getDimensionName( nColumn ); in getDimensionName()
577 return pSourceData->IsDateDimension( nDim ); in IsDateDimension()
590 return pSourceData->GetNumberFormat( nDim ); in GetNumberFormat()
601 pSourceData->DisposeData(); in DisposeData()
611 return pSourceData->IsRepeatIfEmpty(); in IsRepeatIfEmpty()
616 pSourceData->CreateCacheTable(); in CreateCacheTable()
792 return pSourceData->GetCacheTable(); in GetCacheTable()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddpgroup.cxx465 pSourceData( pSource ), in ScDPGroupTableData()
544 return pSourceData->GetColumnEntries( nColumn ); in GetColumnEntries()
549 return pSourceData->GetMemberById( nDim, nId ); in GetMemberById()
562 return pSourceData->getDimensionName( nColumn ); in getDimensionName()
581 return pSourceData->IsDateDimension( nDim ); in IsDateDimension()
594 return pSourceData->GetNumberFormat( nDim ); in GetNumberFormat()
605 pSourceData->DisposeData(); in DisposeData()
615 return pSourceData->IsRepeatIfEmpty(); in IsRepeatIfEmpty()
620 pSourceData->CreateCacheTable(); in CreateCacheTable()
796 return pSourceData->GetCacheTable(); in GetCacheTable()
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/DXTCompressor/Src/
H A Dmain.cpp110 void* pSourceData; in main() local
113 bool bFileLoaded = LoadTGAFromFile( "320x200.tga", &pSourceData, &w, &h ); in main()
151 pSourceData, in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dpkcs11_wctx.c170 if(wctx->oaep_params->pSourceData) { in pkcs11_free_wrappedkeycontext()
171 free(wctx->oaep_params->pSourceData); in pkcs11_free_wrappedkeycontext()
172 wctx->oaep_params->pSourceData=NULL; in pkcs11_free_wrappedkeycontext()
H A Dwrappedkey_helper.c137 wctx->oaep_params->pSourceData=NULL; in _wrappedkey_parser_wkey_set_wrapping_param_label()
141 wctx->oaep_params->pSourceData = malloc(len); in _wrappedkey_parser_wkey_set_wrapping_param_label()
143 if(wctx->oaep_params->pSourceData == NULL) { in _wrappedkey_parser_wkey_set_wrapping_param_label()
147 memcpy(wctx->oaep_params->pSourceData, buffer, len); /* copy the value */ in _wrappedkey_parser_wkey_set_wrapping_param_label()
/dports/security/iaikpkcs11wrapper/src/java/src/iaik/pkcs/pkcs11/wrapper/
H A DCK_RSA_PKCS_OAEP_PARAMS.java53 public byte[] pSourceData; field in CK_RSA_PKCS_OAEP_PARAMS
83 buffer.append(Functions.toHexString(pSourceData)); in toString()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A DMiscHelpers.cpp677 UInt8 * pSourceData = (UInt8 *)pSourceArray->GetArrayData() + sourceIndex * componentSize; variable
683 if (pDestinationData <= pSourceData || pSourceData + size <= pDestinationData)
684 InlineForwardGCSafeCopy(pDestinationData, pSourceData, size);
686 InlineBackwardGCSafeCopy(pDestinationData, pSourceData, size);
692 memmove(pDestinationData, pSourceData, size);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddpgroup.hxx122 std::shared_ptr<ScDPTableData> pSourceData; member in ScDPGroupTableData
142 const std::shared_ptr<ScDPTableData>& GetSourceTableData() const { return pSourceData;} in GetSourceTableData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddpgroup.hxx116 std::shared_ptr<ScDPTableData> pSourceData; member in ScDPGroupTableData
137 const std::shared_ptr<ScDPTableData>& GetSourceTableData() const { return pSourceData;} in GetSourceTableData()
/dports/security/pecl-pkcs11/pkcs11-1.0/
H A Dpkcs11rsaoaepparams.c50 objval->params.pSourceData = ZSTR_VAL(source); in ZEND_END_ARG_INFO()

123456