regexdev: add resource limit reached flag
authorOri Kam <orika@nvidia.com>
Thu, 17 Dec 2020 10:37:30 +0000 (12:37 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 12 Jan 2021 22:31:39 +0000 (23:31 +0100)
When scanning a buffer it is possible that the scan will abort
due to some internal resource limit.

This commit adds such response flag, so application can handle such cases.

Signed-off-by: Francis Kelly <fkelly@nvidia.com>
Signed-off-by: Ori Kam <orika@nvidia.com>

No differences found