Developer Reference for Intel® Integrated Performance Primitives
DEPRECATED. Initialize the state structure for the find-replace operation.
IppStatus ippsRegExpReplaceInit(const Ipp8u* pSrcReplacement, IppRegExpReplaceState* pReplaceState);
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. |
pReplaceState |
Pointer to the state structure for the find and replace operation. |
This function initializes a state structure pState for the find and replace operation in the external buffer. The size of this buffer must be computed previously by calling the function ippsRegExpReplaceGetSize.
Value of the parameter pSrcReplacement must be the same as used for the ippsRegExpReplaceGetSize function call.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pReplaceState or pSrcReplacement pointer is NULL. |