Home
last modified time | relevance | path

Searched refs:conntype (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/
H A Depson2-ops.h27 extern void e2_dev_init(Epson_Device *dev, const char *devname, int conntype);
H A Depson2-ops.c138 e2_dev_init(Epson_Device *dev, const char *devname, int conntype) in e2_dev_init() argument
144 dev->connection = conntype; in e2_dev_init()
H A Dmagicolor.c1023 mc_dev_init(Magicolor_Device *dev, const char *devname, int conntype) in mc_dev_init() argument
1029 dev->connection = conntype; in mc_dev_init()
H A Dkodakaio.c1422 k_dev_init(Kodak_Device *dev, const char *devname, int conntype) in k_dev_init() argument
1428 dev->connection = conntype; in k_dev_init()
/third_party/python/Lib/http/
H A Dserver.py362 conntype = self.headers.get('Connection', "")
363 if conntype.lower() == 'close':
365 elif (conntype.lower() == 'keep-alive' and
/third_party/openssl/test/
H A Dsslapitest.c2894 int initrbio, initwbio, newrbio, newwbio, conntype; in test_ssl_set_bio() local
2905 conntype = CONNTYPE_NO_CONNECTION; in test_ssl_set_bio()
2913 conntype = idx % 2; in test_ssl_set_bio()
2921 if (conntype == CONNTYPE_CONNECTION_FAIL) { in test_ssl_set_bio()
2968 if (conntype != CONNTYPE_NO_CONNECTION in test_ssl_set_bio()
2971 == (conntype == CONNTYPE_CONNECTION_SUCCESS))) in test_ssl_set_bio()

Completed in 27 milliseconds