Lines Matching defs:clpath
68 char *clpath;
449 tmpstore->clpath = NULL;
474 if (keystore->clpath != NULL)
475 free(keystore->clpath);
1103 if (keystore->clpath != NULL) {
1104 if (!restore_keystore_file(err, keystore->clpath)) {
1399 keystore->clpath = xstrdup(storepath);
1409 keystore->clpath = NULL;
1417 keystore->clpath = xstrdup(storepath);
1593 if (keystore->clpath != NULL)
1594 free(keystore->clpath);
1598 keystore->clpath = NULL;
1658 if (keystore->clpath != NULL)
1659 cl_empty = file_empty(keystore->clpath);
1711 if (keystore->clpath == NULL && !ca_empty) {
1726 keystore->clpath)) == NULL) {
1729 keystore->clpath);
1753 keystore->clpath,
1764 keystore->clpath);
1904 if (keystore->capath != NULL && keystore->clpath == NULL &&
2033 keystore->clpath);
2038 if (!write_keystore_file(err, keystore->clpath, p12)) {
2041 keystore->clpath);
2048 if ((remove(keystore->clpath) != 0) &&
2052 keystore->clpath);