Lines Matching refs:scratch

173 			ctx->scratch->ptr1 = user->group->groupname;  in op_vacm_security_to_group()
174 ctx->scratch->int1 = strlen(user->group->groupname); in op_vacm_security_to_group()
198 ctx->scratch->int1 = user->status; in op_vacm_security_to_group()
227 return (vacm_user_set_group(user, ctx->scratch->ptr1, in op_vacm_security_to_group()
228 ctx->scratch->int1)); in op_vacm_security_to_group()
231 if (ctx->scratch->int1 == RowStatus_destroy) in op_vacm_security_to_group()
233 user->status = ctx->scratch->int1; in op_vacm_security_to_group()
291 ctx->scratch->int1 = acl->ctx_match; in op_vacm_access()
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()
349 ctx->scratch->int1 = acl->status; in op_vacm_access()
371 acl->ctx_match = ctx->scratch->int1; 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()
383 if (ctx->scratch->int1 == RowStatus_destroy) 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()
505 ctx->scratch->int1 = view->exclude; in op_vacm_view()
533 ctx->scratch->int1 = view->status; 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()
574 view->exclude = ctx->scratch->int1; in op_vacm_view()
577 if (ctx->scratch->int1 == RowStatus_destroy) in op_vacm_view()