Esempio n. 1
0
 IppStatus ippsRegExpSetMatchLimit(int matchLimit, IppRegExpState *pRegExpState);
Esempio n. 2
0
 IppStatus ippsRegExpReplace_8u(byte *pSrc, int *pSrcLenOffset, byte *pDst, int *pDstLen, IppRegExpFind *pFind, int *pNumFind, IppRegExpState *pRegExpState, IppRegExpReplaceState *pReplaceState);
Esempio n. 3
0
 IppStatus ippsRegExpSetFormat(IppRegExpFormat fmt, IppRegExpState *pRegExpState);
Esempio n. 4
0
 IppStatus ippsRegExpMultiModify(IppRegExpState *pRegExpState, uint regexpID, IppRegExpMultiState *pState);
Esempio n. 5
0
 IppStatus ippsRegExpMultiAdd(IppRegExpState *pRegExpState, uint regexpID, IppRegExpMultiState *pState);
Esempio n. 6
0
 IppStatus ippsRegExpInit(char *pPattern, char *pOptions, IppRegExpState *pRegExpState, int *pErrOffset);
Esempio n. 7
0
 void ippsRegExpFree(IppRegExpState *pRegExpState);
Esempio n. 8
0
 IppStatus ippsRegExpFind_8u(byte *pSrc, int srcLen, IppRegExpState *pRegExpState, IppRegExpFind *pFind, int *pNumFind);