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

/sssd/src/confdb/
H A Dconfdb.c112 const char *attribute,
161 /* now the requested attribute */
163 ret = ldb_msg_add_string(msg, attribute, values[i]);
184 ret = ldb_msg_add_empty(msg, attribute, optype, NULL);
191 /* now the requested attribute */
193 ret = ldb_msg_add_string(msg, attribute, values[i]);
218 attribute, section, ret, strerror(ret));
226 const char *attribute,
233 const char *attrs[] = { attribute, NULL };
268 el = ldb_msg_find_element(res->msgs[0], attribute);
109 confdb_add_param(struct confdb_ctx *cdb, bool replace, const char *section, const char *attribute, const char **values) argument
223 confdb_get_param(struct confdb_ctx *cdb, TALLOC_CTX *mem_ctx, const char *section, const char *attribute, char ***values) argument
300 confdb_set_string(struct confdb_ctx *cdb, const char *section, const char *attribute, const char *val) argument
372 confdb_get_string(struct confdb_ctx *cdb, TALLOC_CTX *ctx, const char *section, const char *attribute, const char *defstr, char **result) argument
422 confdb_get_int(struct confdb_ctx *cdb, const char *section, const char *attribute, int defval, int *result) argument
478 confdb_get_long(struct confdb_ctx *cdb, const char *section, const char *attribute, long defval, long *result) argument
529 confdb_get_bool(struct confdb_ctx *cdb, const char *section, const char *attribute, bool defval, bool *result) argument
588 confdb_get_string_as_list(struct confdb_ctx *cdb, TALLOC_CTX *ctx, const char *section, const char *attribute, char ***result) argument
[all...]

Completed in 12 milliseconds