const uint8_t * ws_mempbrk_portable_exec(const uint8_t *haystack, size_t haystacklen, const ws_mempbrk_pattern *pattern, unsigned char *found_needle)
Search for the first matching byte in a buffer using a precompiled pattern.
Definition ws_mempbrk.c:47