Searched refs:curlx_strnequal (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | curlx.h | 77 #define curlx_strnequal curl_strnequal macro
|
/external/curl/tests/server/ |
D | rtspd.c | 593 if((req->cl==0) && curlx_strnequal("Content-Length:", line, 15)) { in ProcessRequest() 619 else if(curlx_strnequal("Transfer-Encoding: chunked", line, in ProcessRequest()
|
D | sws.c | 700 if((req->cl==0) && curlx_strnequal("Content-Length:", line, 15)) { in ProcessRequest() 726 else if(curlx_strnequal("Transfer-Encoding: chunked", line, in ProcessRequest()
|
/external/curl/src/ |
D | tool_getparam.c | 416 if(curlx_strnequal(aliases[j].lname, word, fnam)) { in getparameter()
|
D | tool_operate.c | 1562 curlx_strnequal(effective_url, "http", 4)) { in operate_do()
|
/external/curl/docs/ |
D | INTERNALS | 641 - `curlx_strnequal`
|