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

  /external/toolchain-utils/cwp/interpreter/
app_engine_pull.py 56 auth_req = urllib2.Request(auth_uri, data=authreq_data)
58 auth_resp = urllib2.urlopen(auth_req)
  /external/curl/tests/server/
rtspd.c 104 bool auth_req; /* authentication required, don't wait for body unless member in struct:httprequest
459 req->auth_req = TRUE;
648 if(req->auth_req)
717 if(req->auth_req && !req->auth)
807 req->auth_req = FALSE;
    [all...]
sws.c 106 bool auth_req; /* authentication required, don't wait for body unless member in struct:httprequest
405 req->auth_req = TRUE;
794 if(req->auth_req)
877 if(req->auth_req && !req->auth) {
965 req->auth_req = FALSE;
    [all...]

Completed in 477 milliseconds