Lines Matching +defs:val +defs:entries
755 struct ldb_val *val = NULL;
763 val = &(el->values[i]);
765 (char *)val->data, val->length) == 0) {
773 val->data = (uint8_t *)talloc_strdup(msg, SYSDB_GROUP_CLASS);
774 if (val->data == NULL) return ENOMEM;
775 val->length = strlen(SYSDB_GROUP_CLASS);
839 "entries which must be resolved before overrides can be "
994 "entries which must be resolved before overrides can be "
1834 struct sysdb_netgroup_ctx ***entries,
1876 /* Copy in all of the entries */
1938 *entries = talloc_steal(mem_ctx, tmp_entry);