HomeSort by relevance Sort by last modified time
    Searched refs:checkprefix (Results 1 - 19 of 19) sorted by null

  /external/curl/lib/
strcase.h 44 /* checkprefix() is a shorter version of the above, used when the first
46 #define checkprefix(a,b) curl_strnequal(a,b,strlen(a)) macro
http_digest.c 60 if(!checkprefix("Digest", header))
http_proxy.c 500 if((checkprefix("WWW-Authenticate:", s->line_start) &&
502 (checkprefix("Proxy-authenticate:", s->line_start) &&
517 else if(checkprefix("Content-Length:", s->line_start)) {
532 else if(checkprefix("Transfer-Encoding:", s->line_start)) {
urlapi.c 696 if(!checkprefix("localhost/", ptr) &&
697 !checkprefix("127.0.0.1/", ptr)) {
778 if(checkprefix("ftp.", hostname))
780 else if(checkprefix("dict.", hostname))
782 else if(checkprefix("ldap.", hostname))
784 else if(checkprefix("imap.", hostname))
786 else if(checkprefix("smtp.", hostname))
788 else if(checkprefix("pop3.", hostname))
    [all...]
http.c 851 if(checkprefix("Negotiate", auth)) {
877 if(checkprefix("NTLM", auth)) {
901 if(checkprefix("NTLM", auth)) {
924 if(checkprefix("Digest", auth)) {
946 if(checkprefix("Basic", auth)) {
959 if(checkprefix("Bearer", auth)) {
    [all...]
http_ntlm.c 75 if(checkprefix("NTLM", header)) {
rtsp.c 784 if(checkprefix("CSeq:", header)) {
797 else if(checkprefix("Session:", header)) {
security.c 84 if(checkprefix(name, level_names[i].name))
tftp.c 354 if(checkprefix(option, TFTP_OPTION_BLKSIZE)) {
386 else if(checkprefix(option, TFTP_OPTION_TSIZE)) {
    [all...]
url.c     [all...]
cookie.c 214 /* not using checkprefix() because matching should be case-sensitive */
    [all...]
setopt.c 804 if(checkprefix("Set-Cookie:", argptr))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
common.py 196 for checkprefix in checkprefixes:
197 if checkprefix in printed_prefixes:
199 # TODO func_dict[checkprefix] may be None, '' or not exist.
201 if func_name not in func_dict[checkprefix] or not func_dict[checkprefix][func_name]:
210 printed_prefixes.append(checkprefix)
211 output_lines.append(check_label_format % (checkprefix, func_name))
212 func_body = str(func_dict[checkprefix][func_name]).splitlines()
216 output_lines.append('%s %s: %s' % (comment_marker, checkprefix, func_body[0]))
218 output_lines.append('%s %s-NEXT: %s' % (comment_marker, checkprefix, func_line)
    [all...]
  /external/llvm/utils/
update_llc_test_checks.py 103 for checkprefix in checkprefixes:
104 if checkprefix in printed_prefixes:
106 if not func_dict[checkprefix][func_name]:
111 printed_prefixes.append(checkprefix)
112 output_lines.append('; %s-LABEL: %s:' % (checkprefix, func_name))
113 func_body = func_dict[checkprefix][func_name].splitlines()
114 output_lines.append('; %s: %s' % (checkprefix, func_body[0]))
116 output_lines.append('; %s-NEXT: %s' % (checkprefix, func_line))
update_test_checks.py 197 for checkprefix in checkprefixes:
198 if checkprefix in printed_prefixes:
200 if not func_dict[checkprefix][func_name]:
206 printed_prefixes.append(checkprefix)
207 output_lines.append(check_label_format % (checkprefix, func_name))
208 func_body = func_dict[checkprefix][func_name].splitlines()
223 # output_lines.append('; %s: %s' % (checkprefix, func_body[0]))
243 output_lines.append('; %s: %s' % (checkprefix, func_line))
245 output_lines.append('; %s-NEXT: %s' % (checkprefix, func_line))
  /external/curl/src/
tool_operhlp.c 58 if(checkprefix("http://", url) || checkprefix("https://", url))
tool_cb_hdr.c 105 (cb > 20) && checkprefix("Content-disposition:", str) &&
tool_formparse.c 513 if(!endct && checkprefix("type=", p)) {
533 else if(checkprefix("filename=", p)) {
549 else if(checkprefix("headers=", p)) {
606 else if(checkprefix("encoder=", p)) {
tool_operate.c     [all...]

Completed in 421 milliseconds