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

  /external/curl/lib/
curlx.h 71 curlx_strnequal
77 #define curlx_strnequal curl_strnequal macro
  /external/curl/tests/server/
rtspd.c 593 if((req->cl==0) && curlx_strnequal("Content-Length:", line, 15)) {
619 else if(curlx_strnequal("Transfer-Encoding: chunked", line,
    [all...]
sws.c 700 if((req->cl==0) && curlx_strnequal("Content-Length:", line, 15)) {
726 else if(curlx_strnequal("Transfer-Encoding: chunked", line,
    [all...]
  /external/curl/src/
tool_getparam.c 416 if(curlx_strnequal(aliases[j].lname, word, fnam)) {
    [all...]
tool_operate.c     [all...]

Completed in 166 milliseconds