Visible to Intel only — GUID: GUID-8B4E67E3-9FD5-47C1-8233-FCE40488635E
Visible to Intel only — GUID: GUID-8B4E67E3-9FD5-47C1-8233-FCE40488635E
RegExpReplaceGetSize
DEPRECATED. Calculates the size of the state structure for the find-replace operation.
Syntax
IppStatus ippsRegExpReplaceGetSize(const Ipp8u* pSrcReplacement, Ipp32u* pSize);
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. |
pSize |
Pointer to the size of the state structure for the find and replace operation. |
Description
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.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pSize pointer is NULL. |