Searched refs:fourbyte_memmem (Results 1 – 2 of 2) sorted by relevance
57 fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in fourbyte_memmem() function191 if (l==4) return fourbyte_memmem(h, k, n); in memmem()
50 fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in fourbyte_memmem() function208 return fourbyte_memmem(h, k, n); in memmem()