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

  /external/curl/src/
tool_cb_hdr.c 92 (cb > 20) && checkprefix("Content-disposition:", str) &&
94 url && (checkprefix("http://", url) || checkprefix("https://", url))) {
tool_operhlp.c 58 if(checkprefix("http://", url) || checkprefix("https://", url))
tool_formparse.c 222 if(!endct && checkprefix("type=", p)) {
242 else if(checkprefix("filename=", p)) {
258 else if(checkprefix("headers=", p)) {
315 else if(checkprefix("encoder=", p)) {
tool_operate.c     [all...]
  /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.c 775 if(checkprefix("Negotiate", auth)) {
804 if(checkprefix("NTLM", auth)) {
828 if(checkprefix("NTLM", auth)) {
851 if(checkprefix("Digest", auth)) {
873 if(checkprefix("Basic", auth)) {
    [all...]
http_digest.c 60 if(!checkprefix("Digest", header))
http_proxy.c 501 if((checkprefix("WWW-Authenticate:", s->line_start) &&
503 (checkprefix("Proxy-authenticate:", s->line_start) &&
518 else if(checkprefix("Content-Length:", s->line_start)) {
533 else if(checkprefix("Transfer-Encoding:", s->line_start)) {
http_ntlm.c 75 if(checkprefix("NTLM", header)) {
url.c     [all...]
rtsp.c 794 if(checkprefix("CSeq:", header)) {
807 else if(checkprefix("Session:", header)) {
security.c 82 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...]
cookie.c 195 /* not using checkprefix() because matching should be case-sensitive */
1020 if(checkprefix("Set-Cookie:", line)) {
    [all...]
ldap.c 852 !checkprefix("LDAP", conn->data->change.url))
setopt.c 773 if(checkprefix("Set-Cookie:", argptr))
    [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))

Completed in 407 milliseconds