Home
last modified time | relevance | path

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

/third_party/curl/tests/libtest/
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()
/third_party/curl/src/
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()
Dtool_cb_hdr.c113 if(curl_strnequal(str, "etag:", 5)) { in tool_header_cb()
220 if(curl_strnequal("Location", ptr, namelen)) { in tool_header_cb()
Dtool_help.c182 if(!curl_strnequal(*builtin, "rtmp", 4) || !builtin[0][4]) in tool_version_info()
Dtool_writeout.c314 if(curl_strnequal(slist->data, "cert:", 5)) { in writeString()
551 curl_strnequal(ptr, variables[i].name, vlen)) { in ourWriteOut()
Dtool_paramhlp.c625 if(curl_strnequal(head->data, checkfor, thislen) && in inlist()
Dtool_getparam.c391 if(curl_strnequal(cert_parameter, "pkcs11:", 7) || in parse_cert_parameter()
798 if(curl_strnequal(aliases[j].lname, word, fnam)) { in getparameter()
Dtool_operate.c138 if(curl_strnequal(string, "pkcs11:", 7)) { in is_pkcs11_uri()
/third_party/curl/lib/
Dstrcase.h39 #define strncasecompare(a,b,c) curl_strnequal(a,b,c)
46 #define checkprefix(a,b) curl_strnequal(b, STRCONST(a))
Dstrcase.c135 int curl_strnequal(const char *first, const char *second, size_t max) in curl_strnequal() function
Dhttp.c3452 return curl_strnequal(prefix, buffer, ch); in checkprefixmax()
/third_party/curl/
Dcurl.map31 curl_strnequal;
Dlibcurl.def82 curl_strnequal
/third_party/curl/docs/libcurl/
DMakefile.inc99 curl_strnequal.3 \
DMakefile.in762 curl_strnequal.3 \
/third_party/curl/tests/data/
Dtest113532 curl_strnequal
/third_party/curl/packages/vms/
Dgnv_libcurl_symbols.opt62 SYMBOL_VECTOR=(curl_strnequal=PROCEDURE)
63 SYMBOL_VECTOR=(CURL_STRNEQUAL/curl_strnequal=PROCEDURE)
/third_party/curl/include/curl/
Dcurl.h2377 CURL_EXTERN int curl_strnequal(const char *s1, const char *s2, size_t n);
/third_party/curl/packages/OS400/
Dcurl.inc.in2678 d curl_strnequal pr 10i 0 extproc('curl_strnequal')