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

  /external/libcups/cups/
getputfile.c 147 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED);
426 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED);
getdevices.c 144 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED);
request.c 448 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED);
649 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED))
850 if (httpEncryption(http, HTTP_ENCRYPTION_REQUIRED))
testhttp.c 747 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED);
840 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED);
http.h 463 extern int httpEncryption(http_t *http, http_encryption_t e);
usersys.c 285 httpEncryption(cg->http, e);
    [all...]
http.c 533 * 'httpEncryption()' - Set the required encryption on the link.
537 httpEncryption(http_t *http, /* I - HTTP connection */
540 DEBUG_printf(("httpEncryption(http=%p, e=%d)", (void *)http, e));
    [all...]

Completed in 760 milliseconds