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

/sssd/src/responder/secrets/
H A Dproviders.c436 char *jsonized = NULL; local
446 jsonized = json_dumps(root, JSON_INDENT(4));
447 if (!jsonized) {
453 *output = talloc_strdup(mem_ctx, jsonized);
463 free(jsonized);
471 char *jsonized = NULL; local
488 jsonized = json_dumps(root, JSON_INDENT(4));
489 if (!jsonized) {
495 *output = talloc_strdup(mem_ctx, jsonized);
505 free(jsonized);
[all...]

Completed in 495 milliseconds