Searched refs:req_acl_size (Results 1 – 1 of 1) sorted by relevance
571 DWORD req_acl_size; in prepare_named_pipe_acl() local582 req_acl_size = sizeof(ACL) + in prepare_named_pipe_acl()585 acl = malloc(req_acl_size); in prepare_named_pipe_acl()601 if (!InitializeAcl(acl, req_acl_size, ACL_REVISION)) { in prepare_named_pipe_acl()
Completed in 8 milliseconds