RegExpMultiDelete

Deletes specified patterns from the multiple pattern database.

Syntax

IppStatus ippsRegExpMultiDelete(Ipp32u regexpID, IppRegExpMultiState* pState);

Parameters

regexpID

Pattern ID, must not be equal to zero.

pState

Pointer to the state structure for the multi-pattern search engine.

Description

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.

Return Values

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.

Submit feedback on this help topic

Copyright © 2000 - 2010, Intel Corporation. All rights reserved.