Searched refs:HF_memmem (Results 1 – 1 of 1) sorted by relevance
112 static inline void* HF_memmem(const void* haystack, size_t haystacklen, const void* needle, in HF_memmem() function169 return HF_memmem(haystack, haystacklen, needle, needlelen, RET_CALL_CHAIN); in HF_WEAK_WRAP()