RegExpMultiModify

Modifies specified patterns in the multiple pattern database.

Syntax

IppStatus ippsRegExpMultiModify(const IppRegExpState* pRegExpState, Ipp32u regexpID, IppRegExpMultiState* pState);

Parameters

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.

Description

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.

Return Values

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.

Submit feedback on this help topic

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