Searched defs:not_null (Results 1 - 1 of 1) sorted by relevance

/sssd/src/responder/secrets/
H A Dproxy.c60 TALLOC_CTX *ctx, bool not_null,
68 if (not_null && (ret == 0) && (*value == NULL)) ret = EINVAL;
59 proxy_get_config_string(struct proxy_context *pctx, TALLOC_CTX *ctx, bool not_null, struct sec_req_ctx *secreq, const char *name, char **value) argument

Completed in 770 milliseconds