Lines Matching defs:s1
616 int ap_cstr_casecmp(const char *s1, const char *s2) {
622 int ap_cstr_casecmpn(const char *s1, const char *s2, size_t n) {
628 const char *ap_strcasestr(const char *s1, const char *s2) {
634 int apr_cstr_casecmp(const char *s1, const char *s2) {
640 int apr_cstr_casecmpn(const char *s1, const char *s2, size_t n) {
661 int OPENSSL_strcasecmp(const char *s1, const char *s2) {
667 int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t len) {
673 int32_t memcmpct(const void *s1, const void *s2, size_t len) {
682 int xmlStrncmp(const char *s1, const char *s2, int len) {
692 int xmlStrcmp(const char *s1, const char *s2) {
701 int xmlStrEqual(const char *s1, const char *s2) {
711 int xmlStrcasecmp(const char *s1, const char *s2) {
720 int xmlStrncasecmp(const char *s1, const char *s2, int len) {
749 int memcmp_const_time(const void *s1, const void *s2, size_t n) {
755 bool strcsequal(const void *s1, const void *s2) {