Deletes specified patterns from the multiple pattern database.
IppStatus ippsRegExpMultiDelete(Ipp32u regexpID, IppRegExpMultiState* pState);
regexpID |
Pattern ID, must not be equal to zero. |
pState |
Pointer to the state structure for the multi-pattern search engine. |
The function ippsRegExpMultiDelete is declared in the ippch.h file. This function deletes a specified pattern regexpID from the pattern database in the state structure pState for multi-pattern search engine.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pState pointer is NULL. |
ippStsBadArgeErr |
Indicates an error when regexpID is equal to zero; or pattern with such ID does not exist in the database. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.