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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
BaseHTTPServer.py 245 self.close_connection = 1
271 self.close_connection = 0
278 self.close_connection = 1
295 self.close_connection = 1
298 self.close_connection = 0
318 self.close_connection = 1
333 self.close_connection = 1
338 self.close_connection = 1
341 while not self.close_connection:
405 self.close_connection = 1
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
BaseHTTPServer.py 245 self.close_connection = 1
274 self.close_connection = 0
281 self.close_connection = 1
298 self.close_connection = 1
301 self.close_connection = 0
321 self.close_connection = 1
336 self.close_connection = 1
341 self.close_connection = 1
344 while not self.close_connection:
408 self.close_connection = 1
    [all...]
  /external/python/cpython2/Lib/
BaseHTTPServer.py 245 self.close_connection = 1
271 self.close_connection = 0
278 self.close_connection = 1
295 self.close_connection = 1
298 self.close_connection = 0
318 self.close_connection = 1
333 self.close_connection = 1
338 self.close_connection = 1
341 while not self.close_connection:
416 self.close_connection =
    [all...]
  /external/curl/lib/
http_proxy.c 170 s->close_connection = FALSE;
531 s->close_connection = TRUE;
550 s->close_connection = TRUE;
580 s->close_connection = TRUE;
583 if(s->close_connection && data->req.newurl) {
601 if(s->close_connection && data->req.newurl) {
urldata.h 775 bit close_connection:1; member in struct:http_connect_state
    [all...]
  /external/grpc-grpc/test/http2_test/
test_goaway.py 48 self._base_server._conn.close_connection(error_code=0, additional_data=None, last_stream_id=stream_id)
  /external/python/cpython3/Lib/http/
server.py 281 self.close_connection = True
311 self.close_connection = False
326 self.close_connection = True
354 self.close_connection = True
357 self.close_connection = False
402 self.close_connection = True
419 self.close_connection = True
424 self.close_connection = True
427 while not self.close_connection:
520 self.close_connection = Tru
    [all...]
  /external/python/httplib2/python2/httplib2/test/
test_ssl_context.py 27 self.close_connection = 0
  /external/autotest/venv/lucifer/
handlers.py 362 django.db.close_connection()
  /external/python/cpython3/Lib/test/
test_xmlrpc.py 316 self.close_connection = True
325 self.close_connection = False
    [all...]
test_httpservers.py     [all...]

Completed in 602 milliseconds