Modifies specified patterns in the multiple pattern database.
IppStatus ippsRegExpMultiModify(const IppRegExpState* pRegExpState, Ipp32u regexpID, IppRegExpMultiState* pState);
pRegExpState |
Pointer to the compiled pattern state structure. |
regexpID |
Pattern ID, must be not equal to zero. |
pState |
Pointer to the state structure for the multi-pattern search engine. |
The function ippsRegExpMultiModify is declared in the ippch.h file. This function modifes a specified pattern regexpID in the pattern database in the state structure pState for multi-pattern search engine. The pattern state structure pRegExpState must be compiled by the functions ippsRegExpInit or ippsRegExpInitAlloc beforehand.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pRegExpState or pState pointer is NULL. |
ippStsBadArgeErr |
Indicates an error when regexpID is equal to zero. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.