Lines Matching refs:memctx
116 int sdap_save_user(TALLOC_CTX *memctx,
205 ret = sdap_get_user_primary_name(memctx, opts, attrs, dom, &user_name);
515 *_usn_value = talloc_steal(memctx, usn_value);
518 talloc_steal(memctx, user_attrs);
534 int sdap_save_users(TALLOC_CTX *memctx,
556 tmpctx = talloc_new(memctx);
605 *_usn_value = talloc_steal(memctx, higher_usn);
648 struct tevent_req *sdap_search_user_send(TALLOC_CTX *memctx,
663 req = tevent_req_create(memctx, &state, struct sdap_search_user_state);
838 int sdap_search_user_recv(TALLOC_CTX *memctx, struct tevent_req *req,
846 *higher_usn = talloc_steal(memctx, state->higher_usn);
850 *users = talloc_steal(memctx, state->users);
876 struct tevent_req *sdap_get_users_send(TALLOC_CTX *memctx,
893 req = tevent_req_create(memctx, &state, struct sdap_get_users_state);
976 errno_t sdap_fallback_local_user(TALLOC_CTX *memctx,
995 ua = talloc_array(memctx, struct sysdb_attrs *, 2);