Home
last modified time | relevance | path

Searched refs:acl (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/sapi/cgi/
H A Dfastcgi.c507 PACL acl; in prepare_named_pipe_acl() local
515 acl = malloc(req_acl_size); in prepare_named_pipe_acl()
517 if (acl == NULL) { in prepare_named_pipe_acl()
531 if (!InitializeAcl(acl, req_acl_size, ACL_REVISION)) { in prepare_named_pipe_acl()
535 …if (!AddAccessAllowedAce(acl, ACL_REVISION, FILE_GENERIC_READ | FILE_GENERIC_WRITE, sid_everyone))… in prepare_named_pipe_acl()
539 if (!AddAccessAllowedAce(acl, ACL_REVISION, FILE_ALL_ACCESS, sid_owner)) { in prepare_named_pipe_acl()
547 if (!SetSecurityDescriptorDacl(sd, TRUE, acl, FALSE)) { in prepare_named_pipe_acl()
553 return acl; in prepare_named_pipe_acl()
556 free(acl); in prepare_named_pipe_acl()
637 PACL acl; in fcgi_listen() local
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput19390 acl
9391 0: acl
H A Dtestinput15709 acl

Completed in 25 milliseconds