Home
last modified time | relevance | path

Searched refs:curl_strnequal (Results 1 – 19 of 19) sorted by relevance

/curl/tests/libtest/
H A Dlib1301.c52 rc = curl_strnequal("iii", "III", 3); in test()
55 rc = curl_strnequal("iiiABC", "IIIcba", 3); in test()
58 rc = curl_strnequal("ii", "II", 3); in test()
/curl/lib/
H A Dstrcase.h39 #define strncasecompare(a,b,c) curl_strnequal(a,b,c)
46 #define checkprefix(a,b) curl_strnequal(b, STRCONST(a))
H A Dstrcase.c135 int curl_strnequal(const char *first, const char *second, size_t max) in curl_strnequal() function
H A Dhttp.c2761 return curl_strnequal(prefix, buffer, ch); in checkprefixmax()
2822 (((hdlen) >= (sizeof(n)-1)) && curl_strnequal((n), (hd), (sizeof(n)-1)))
2826 curl_strnequal((n), (hd), (sizeof(n)-1)))? (hd + (sizeof(n)-1)) : NULL)
/curl/docs/libcurl/
H A Dcurl_strequal.md16 curl_strequal, curl_strnequal - case insensitive string comparisons
24 int curl_strnequal(const char *str1, const char *str2, size_t length);
33 The **curl_strnequal()** function is similar, except it only compares the
48 if(curl_strnequal(name, argv[1], 5))
H A Dcurl_strnequal.md16 curl_strequal, curl_strnequal - case insensitive string comparisons
24 int curl_strnequal(const char *str1, const char *str2, size_t length);
33 The **curl_strnequal()** function is similar, except it only compares the
48 if(curl_strnequal(name, argv[1], 5))
H A DMakefile.inc100 curl_strnequal.3 \
/curl/src/
H A Dtool_doswin.c510 int x = (curl_strnequal(p, "CON", 3) || in rename_if_reserved_dos_device_name()
511 curl_strnequal(p, "PRN", 3) || in rename_if_reserved_dos_device_name()
512 curl_strnequal(p, "AUX", 3) || in rename_if_reserved_dos_device_name()
513 curl_strnequal(p, "NUL", 3)) ? 3 : in rename_if_reserved_dos_device_name()
514 (curl_strnequal(p, "CLOCK$", 6)) ? 6 : in rename_if_reserved_dos_device_name()
515 (curl_strnequal(p, "COM", 3) || curl_strnequal(p, "LPT", 3)) ? in rename_if_reserved_dos_device_name()
H A Dtool_help.c205 if(!curl_strnequal(*builtin, "rtmp", 4) || !builtin[0][4]) in tool_version_info()
H A Dtool_writeout.c315 if(curl_strnequal(slist->data, "cert:", 5)) { in writeString()
552 curl_strnequal(ptr, variables[i].name, vlen)) { in ourWriteOut()
H A Dtool_cb_hdr.c255 if(curl_strnequal("Location", ptr, namelen)) { in tool_header_cb()
H A Dtool_paramhlp.c664 if(curl_strnequal(head->data, checkfor, thislen) && in inlist()
H A Dtool_getparam.c656 if(curl_strnequal(cert_parameter, "pkcs11:", 7) || in parse_cert_parameter()
H A Dtool_operate.c137 if(curl_strnequal(string, "pkcs11:", 7)) { in is_pkcs11_uri()
/curl/
H A Dlibcurl.def83 curl_strnequal
/curl/tests/data/
H A Dtest113532 curl_strnequal
/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt62 SYMBOL_VECTOR=(curl_strnequal=PROCEDURE)
63 SYMBOL_VECTOR=(CURL_STRNEQUAL/curl_strnequal=PROCEDURE)
/curl/include/curl/
H A Dcurl.h2384 CURL_EXTERN int curl_strnequal(const char *s1, const char *s2, size_t n);
/curl/packages/OS400/
H A Dcurl.inc.in2703 d curl_strnequal pr 10i 0 extproc('curl_strnequal')

Completed in 87 milliseconds