Searched refs:http_gnutls_default_path (Results 1 – 1 of 1) sorted by relevance
46 static const char *http_gnutls_default_path(char *buffer, size_t bufsize);88 path = http_gnutls_default_path(temp, sizeof(temp)); in cupsMakeServerCredentials()252 path = http_gnutls_default_path(temp, sizeof(temp)); in cupsSetServerCredentials()703 path = http_gnutls_default_path(temp, sizeof(temp)); in httpLoadCredentials()832 path = http_gnutls_default_path(temp, sizeof(temp)); in httpSaveCredentials()907 http_gnutls_default_path(char *buffer,/* I - Path buffer */ in http_gnutls_default_path() function