Home
last modified time | relevance | path

Searched refs:ByteExtractStringInt8 (Results 1 – 2 of 2) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-byte.h255 int ByteExtractStringInt8(int8_t *res, int base, uint16_t len, const char *str);
H A Dutil-byte.c584 int ByteExtractStringInt8(int8_t *res, int base, uint16_t len, const char *str) in ByteExtractStringInt8() function
981 int ret = ByteExtractStringInt8(&i8, 10, strlen(str), str); in ByteTest14()