PSECURITY_DESCRIPTOR  334 TSRM/tsrm_win32.c 			 !GetFileSecurity(pathname, sec_info, (PSECURITY_DESCRIPTOR)psec_desc, sec_desc_length, &sec_desc_length)) {
PSECURITY_DESCRIPTOR  340 TSRM/tsrm_win32.c 		if(!AccessCheck((PSECURITY_DESCRIPTOR)psec_desc, TWG(impersonation_token), desired_access, &gen_map, &privilege_set, &priv_set_length, &granted_access, &fAccess)) {
PSECURITY_DESCRIPTOR  422 ext/zip/lib/zip_source_win32handle.c     PSECURITY_DESCRIPTOR psd = NULL;
PSECURITY_DESCRIPTOR  437 ext/zip/lib/zip_source_win32handle.c 	    if ((psd = (PSECURITY_DESCRIPTOR)malloc(len)) == NULL) {
PSECURITY_DESCRIPTOR  573 main/fastcgi.c static PACL prepare_named_pipe_acl(PSECURITY_DESCRIPTOR sd, LPSECURITY_ATTRIBUTES sa)