Home
last modified time | relevance | path

Searched refs:httpEncryption (Results 1 – 8 of 8) sorted by relevance

/external/libcups/cups/
Dgetputfile.c177 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsGetFd()
486 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsPutFd()
Drequest.c443 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsGetResponse()
645 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED)) in cupsSendRequest()
858 if (httpEncryption(http, HTTP_ENCRYPTION_REQUIRED)) in cupsSendRequest()
Dgetdevices.c144 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsGetDevices()
Dtesthttp.c802 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in main()
904 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in main()
Dlibcups2.def324 httpEncryption
Dhttp.h468 extern int httpEncryption(http_t *http, http_encryption_t e);
Dusersys.c289 httpEncryption(cg->http, e); in cupsSetEncryption()
Dhttp.c548 httpEncryption(http_t *http, /* I - HTTP connection */ in httpEncryption() function