Lines Matching refs:ptr1
173 ctx->scratch->ptr1 = user->group->groupname; in op_vacm_security_to_group()
227 return (vacm_user_set_group(user, ctx->scratch->ptr1, in op_vacm_security_to_group()
301 ctx->scratch->ptr1 = acl->read_view; in op_vacm_access()
304 acl->read_view = ctx->scratch->ptr1; in op_vacm_access()
310 ctx->scratch->ptr1 = acl->write_view; in op_vacm_access()
314 acl->write_view = ctx->scratch->ptr1; in op_vacm_access()
320 ctx->scratch->ptr1 = acl->notify_view; in op_vacm_access()
324 acl->notify_view = ctx->scratch->ptr1; in op_vacm_access()
374 acl->read_view = ctx->scratch->ptr1; in op_vacm_access()
377 acl->write_view = ctx->scratch->ptr1; in op_vacm_access()
380 acl->notify_view = ctx->scratch->ptr1; in op_vacm_access()
493 ctx->scratch->ptr1 = malloc(sizeof(view->mask)); in op_vacm_view()
494 if (ctx->scratch->ptr1 == NULL) in op_vacm_view()
496 memset(ctx->scratch->ptr1, 0, sizeof(view->mask)); in op_vacm_view()
497 memcpy(ctx->scratch->ptr1, view->mask, in op_vacm_view()
542 free(ctx->scratch->ptr1); in op_vacm_view()
569 memcpy(view->mask, ctx->scratch->ptr1, in op_vacm_view()
571 free(ctx->scratch->ptr1); in op_vacm_view()