Searched refs:checkprefix (Results 1 - 18 of 18) sorted by relevance

/external/curl/src/
H A Dtool_cb_hdr.c92 (cb > 20) && checkprefix("Content-disposition:", str) &&
94 url && (checkprefix("http://", url) || checkprefix("https://", url))) {
H A Dtool_operhlp.c58 if(checkprefix("http://", url) || checkprefix("https://", url))
H A Dtool_formparse.c222 if(!endct && checkprefix("type=", p)) {
242 else if(checkprefix("filename=", p)) {
258 else if(checkprefix("headers=", p)) {
315 else if(checkprefix("encoder=", p)) {
H A Dtool_operate.c1617 checkprefix("http", effective_url)) {
/external/curl/lib/
H A Dstrcase.h44 /* checkprefix() is a shorter version of the above, used when the first
46 #define checkprefix(a,b) curl_strnequal(a,b,strlen(a)) macro
H A Dhttp.c775 if(checkprefix("Negotiate", auth)) {
804 if(checkprefix("NTLM", auth)) {
828 if(checkprefix("NTLM", auth)) {
851 if(checkprefix("Digest", auth)) {
873 if(checkprefix("Basic", auth)) {
1615 checkprefix("Host:", headers->data))
1619 checkprefix("Content-Type:", headers->data))
1623 checkprefix("Content-Type:", headers->data))
1628 checkprefix("Content-Length:", headers->data))
1633 checkprefix("Connectio
[all...]
H A Dhttp_digest.c60 if(!checkprefix("Digest", header))
H A Dhttp_proxy.c501 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)) {
H A Dhttp_ntlm.c75 if(checkprefix("NTLM", header)) {
H A Durl.c2107 if(!checkprefix("localhost/", ptr) &&
2108 !checkprefix("127.0.0.1/", ptr)) {
2203 if(checkprefix("FTP.", conn->host.name))
2205 else if(checkprefix("DICT.", conn->host.name))
2207 else if(checkprefix("LDAP.", conn->host.name))
2209 else if(checkprefix("IMAP.", conn->host.name))
2211 else if(checkprefix("SMTP.", conn->host.name))
2213 else if(checkprefix("POP3.", conn->host.name))
2725 if(checkprefix("https", proxy))
2727 else if(checkprefix("socks5
[all...]
H A Drtsp.c794 if(checkprefix("CSeq:", header)) {
807 else if(checkprefix("Session:", header)) {
H A Dsecurity.c82 if(checkprefix(name, level_names[i].name))
H A Dtftp.c354 if(checkprefix(option, TFTP_OPTION_BLKSIZE)) {
386 else if(checkprefix(option, TFTP_OPTION_TSIZE)) {
H A Dcookie.c195 /* not using checkprefix() because matching should be case-sensitive */
1020 if(checkprefix("Set-Cookie:", line)) {
H A Dldap.c852 !checkprefix("LDAP", conn->data->change.url))
H A Dsetopt.c773 if(checkprefix("Set-Cookie:", argptr))
/external/llvm/utils/
H A Dupdate_llc_test_checks.py103 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))
H A Dupdate_test_checks.py197 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 379 milliseconds