/external/curl/lib/ |
rawstr.h | 40 /* checkprefix() is a shorter version of the above, used when the first 42 #define checkprefix(a,b) Curl_raw_nequal(a,b,strlen(a)) macro
|
http.c | 803 if(checkprefix("Negotiate", auth)) { 828 if(checkprefix("NTLM", auth)) { 848 if(checkprefix("NTLM", auth)) { 868 if(checkprefix("Digest", auth)) { 890 if(checkprefix("Basic", auth)) { [all...] |
http_proxy.c | 454 if((checkprefix("WWW-Authenticate:", line_start) && 456 (checkprefix("Proxy-authenticate:", line_start) && 471 else if(checkprefix("Content-Length:", line_start)) {
|
curl_ntlm.c | 73 if(checkprefix("NTLM", header)) {
|
http_digest.c | 61 if(!checkprefix("Digest", header))
|
rtsp.c | 746 if(checkprefix("CSeq:", header)) { 759 else if(checkprefix("Session:", header)) {
|
url.c | [all...] |
security.c | 84 if(checkprefix(name, level_names[i].name))
|
tftp.c | 352 if(checkprefix(option, TFTP_OPTION_BLKSIZE)) { 384 else if(checkprefix(option, TFTP_OPTION_TSIZE)) { [all...] |
cookie.c | 191 /* not using checkprefix() because matching should be case-sensitive */ 928 if(checkprefix("Set-Cookie:", line)) { [all...] |
ldap.c | 782 !checkprefix("LDAP", conn->data->change.url))
|
/art/tools/checker/ |
checker.py | 88 def RunTests(checkPrefix, checkPath, outputFilename, targetArch, debuggableMode): 92 checkPrefix,
|
/external/curl/src/ |
tool_operhlp.c | 57 if(checkprefix("http://", url) || checkprefix("https://", url))
|
tool_formparse.c | 202 if(checkprefix("type=", ptr)) { 225 if(!checkprefix(";filename=", sep)) { 237 else if(checkprefix("filename=", ptr)) {
|
tool_cb_hdr.c | 88 (cb > 20) && checkprefix("Content-disposition:", str)) {
|
tool_operate.c | [all...] |
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | 851 // Find all instances of CheckPrefix followed by : in the file. 877 // LineNumber keeps track of the line on which CheckPrefix instances are [all...] |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-alpha4/ |
gradle-core-1.3.0-alpha4.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-beta4/ |
gradle-core-1.3.0-beta4.jar | |