IppStatus ippsRegExpSetMatchLimit(int matchLimit, IppRegExpState *pRegExpState);
IppStatus ippsRegExpReplace_8u(byte *pSrc, int *pSrcLenOffset, byte *pDst, int *pDstLen, IppRegExpFind *pFind, int *pNumFind, IppRegExpState *pRegExpState, IppRegExpReplaceState *pReplaceState);
IppStatus ippsRegExpSetFormat(IppRegExpFormat fmt, IppRegExpState *pRegExpState);
IppStatus ippsRegExpMultiModify(IppRegExpState *pRegExpState, uint regexpID, IppRegExpMultiState *pState);
IppStatus ippsRegExpMultiAdd(IppRegExpState *pRegExpState, uint regexpID, IppRegExpMultiState *pState);
IppStatus ippsRegExpInit(char *pPattern, char *pOptions, IppRegExpState *pRegExpState, int *pErrOffset);
void ippsRegExpFree(IppRegExpState *pRegExpState);
IppStatus ippsRegExpFind_8u(byte *pSrc, int srcLen, IppRegExpState *pRegExpState, IppRegExpFind *pFind, int *pNumFind);