Lines Matching defs:memctx
172 int sdap_save_user(TALLOC_CTX *memctx,
263 ret = sdap_get_user_primary_name(memctx, opts, attrs, dom, &user_name);
632 *_usn_value = talloc_steal(memctx, usn_value);
635 talloc_steal(memctx, user_attrs);
651 int sdap_save_users(TALLOC_CTX *memctx,
674 tmpctx = talloc_new(memctx);
732 *_usn_value = talloc_steal(memctx, higher_usn);
775 struct tevent_req *sdap_search_user_send(TALLOC_CTX *memctx,
790 req = tevent_req_create(memctx, &state, struct sdap_search_user_state);
965 int sdap_search_user_recv(TALLOC_CTX *memctx, struct tevent_req *req,
973 *higher_usn = talloc_steal(memctx, state->higher_usn);
977 *users = talloc_steal(memctx, state->users);
1004 struct tevent_req *sdap_get_users_send(TALLOC_CTX *memctx,
1022 req = tevent_req_create(memctx, &state, struct sdap_get_users_state);
1124 errno_t sdap_fallback_local_user(TALLOC_CTX *memctx,
1143 ua = talloc_array(memctx, struct sysdb_attrs *, 2);