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

  /external/libcups/cups/
tls-gnutls.c 34 static char *tls_keypath = NULL; variable
270 if (tls_keypath)
271 _cupsStrFree(tls_keypath);
280 tls_keypath = _cupsStrAlloc(path);
    [all...]
tls-boringssl.c 30 static char *tls_keypath = NULL; variable
341 if (http->mode == _HTTP_MODE_SERVER && !tls_keypath)
tls-darwin.c 52 static char *tls_keypath = NULL; variable
387 if (tls_keypath)
388 _cupsStrFree(tls_keypath);
398 tls_keypath = _cupsStrAlloc(filename);
    [all...]

Completed in 100 milliseconds