Visible to Intel only — GUID: GUID-4D1812DC-78BF-417D-B6E9-36E98273C966
Visible to Intel only — GUID: GUID-4D1812DC-78BF-417D-B6E9-36E98273C966
RegExpReplaceInit
DEPRECATED. Initialize the state structure for the find-replace operation.
Syntax
IppStatus ippsRegExpReplaceInit(const Ipp8u* pSrcReplacement, IppRegExpReplaceState* pReplaceState);
Include Files
ippch.h
Domain Dependencies
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
Parameters
pSrcReplacement |
Pointer to the source null-terminated replace pattern. |
pReplaceState |
Pointer to the state structure for the find and replace operation. |
Description
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.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pReplaceState or pSrcReplacement pointer is NULL. |