Developer Reference for Intel® Integrated Performance Primitives
DEPRECATED. Calculates the size of the state structure for the find-replace operation.
IppStatus ippsRegExpReplaceGetSize(const Ipp8u* pSrcReplacement, Ipp32u* pSize);
ippch.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pSrcReplacement |
Pointer to the source null-terminated replace pattern. |
pSize |
Pointer to the size of the state structure for the find and replace operation. |
This function calculates the size of the memory that is necessary to initialize the state structure required by the function ippsRegExpReplaceInit. The value of the calculated size is stored in the pSize.
Value of the parameter pSrcReplacement must be the same as used for the ippsRegExpReplaceInit function call.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pSize pointer is NULL. |