Lines Matching refs:HF_WEAK_WRAP
139 #define HF_WEAK_WRAP(ret, func, ...) \ macro
143 HF_WEAK_WRAP(int, strcmp, const char* s1, const char* s2) { in HF_WEAK_WRAP() function
146 HF_WEAK_WRAP(int, strcasecmp, const char* s1, const char* s2) { in HF_WEAK_WRAP() function
149 HF_WEAK_WRAP(int, strncmp, const char* s1, const char* s2, size_t n) { in HF_WEAK_WRAP() function
152 HF_WEAK_WRAP(int, strncasecmp, const char* s1, const char* s2, size_t n) { in HF_WEAK_WRAP() function
155 HF_WEAK_WRAP(char*, strstr, const char* haystack, const char* needle) { in HF_WEAK_WRAP() function
158 HF_WEAK_WRAP(char*, strcasestr, const char* haystack, const char* needle) { in HF_WEAK_WRAP() function
161 HF_WEAK_WRAP(int, memcmp, const void* m1, const void* m2, size_t n) { in HF_WEAK_WRAP() function
164 HF_WEAK_WRAP(int, bcmp, const void* m1, const void* m2, size_t n) { in HF_WEAK_WRAP() function
167 HF_WEAK_WRAP( in HF_WEAK_WRAP() function
171 HF_WEAK_WRAP(char*, strcpy, char* dest, const char* src) { in HF_WEAK_WRAP() function
178 HF_WEAK_WRAP(int, ap_cstr_casecmp, const char* s1, const char* s2) { in HF_WEAK_WRAP() function
182 HF_WEAK_WRAP(int, ap_cstr_casecmpn, const char* s1, const char* s2, size_t n) { in HF_WEAK_WRAP() function
186 HF_WEAK_WRAP(const char*, ap_strcasestr, const char* s1, const char* s2) { in HF_WEAK_WRAP() function
190 HF_WEAK_WRAP(int, apr_cstr_casecmp, const char* s1, const char* s2) { in HF_WEAK_WRAP() function
194 HF_WEAK_WRAP(int, apr_cstr_casecmpn, const char* s1, const char* s2, size_t n) { in HF_WEAK_WRAP() function
201 HF_WEAK_WRAP(int, CRYPTO_memcmp, const void* m1, const void* m2, size_t len) { in HF_WEAK_WRAP() function
205 HF_WEAK_WRAP(int, OPENSSL_memcmp, const void* m1, const void* m2, size_t len) { in HF_WEAK_WRAP() function
209 HF_WEAK_WRAP(int, OPENSSL_strcasecmp, const char* s1, const char* s2) { in HF_WEAK_WRAP() function
213 HF_WEAK_WRAP(int, OPENSSL_strncasecmp, const char* s1, const char* s2, size_t len) { in HF_WEAK_WRAP() function
217 HF_WEAK_WRAP(int32_t, memcmpct, const void* s1, const void* s2, size_t len) { in HF_WEAK_WRAP() function
224 HF_WEAK_WRAP(int, xmlStrncmp, const char* s1, const char* s2, int len) { in HF_WEAK_WRAP() function
240 HF_WEAK_WRAP(int, xmlStrcmp, const char* s1, const char* s2) { in HF_WEAK_WRAP() function
253 HF_WEAK_WRAP(int, xmlStrEqual, const char* s1, const char* s2) { in HF_WEAK_WRAP() function
269 HF_WEAK_WRAP(int, xmlStrcasecmp, const char* s1, const char* s2) { in HF_WEAK_WRAP() function
282 HF_WEAK_WRAP(int, xmlStrncasecmp, const char* s1, const char* s2, int len) { in HF_WEAK_WRAP() function
298 HF_WEAK_WRAP(const char*, xmlStrstr, const char* haystack, const char* needle) { in HF_WEAK_WRAP() function
308 HF_WEAK_WRAP(const char*, xmlStrcasestr, const char* haystack, const char* needle) { in HF_WEAK_WRAP() function
321 HF_WEAK_WRAP(int, memcmp_const_time, const void* s1, const void* s2, size_t n) { in HF_WEAK_WRAP() function
325 HF_WEAK_WRAP(bool, strcsequal, const void* s1, const void* s2) { in HF_WEAK_WRAP() function