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

/external/libcups/cups/
H A Dtls-gnutls.c46 static const char *http_gnutls_default_path(char *buffer, size_t bufsize);
88 path = http_gnutls_default_path(temp, sizeof(temp));
252 path = http_gnutls_default_path(temp, sizeof(temp));
703 path = http_gnutls_default_path(temp, sizeof(temp));
832 path = http_gnutls_default_path(temp, sizeof(temp));
903 * 'http_gnutls_default_path()' - Get the default credential store path.
907 http_gnutls_default_path(char *buffer,/* I - Path buffer */ function
918 DEBUG_printf(("1http_gnutls_default_path: Making directory \"%s\".", buffer));
921 DEBUG_printf(("1http_gnutls_default_path: Failed to make directory: %s", strerror(errno)));
929 DEBUG_printf(("1http_gnutls_default_path
[all...]

Completed in 53 milliseconds