Developer Reference for Intel® Integrated Performance Primitives
DEPRECATED. Computes the size of the regular expression state structure.
IppStatus ippsRegExpGetSize(const char* pPattern, int* pRegExpStateSize);
ippch.h
Headers: ippcore.h, ippvm.h, ipps.h
Libraries: ippcore.lib, ippvm.lib, ipps.lib
pPattern |
Pointer to the pattern of regular expression. |
pRegExpStateSize |
Pointer to the computed size of the regular expression structure. |
This function computes the size of the memory that is necessary to initialize by the function ippsRegExpInit the regular expression state structure containing the pattern pPattern in the internal form. The value of the computed size is stored in the pRegExpStateSize.
The parameter pPattern must be the same for both functions ippsRegExpInit and ippsRegExpGetSize.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error condition if one of the specified pointers is NULL. |