Searched refs:fourbyte_memmem (Results 1 – 1 of 1) sorted by relevance
22 static char *fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in fourbyte_memmem() function146 if (l==4) return fourbyte_memmem(h, k, n); in memmem()