Searched refs:client_access (Results 1 – 5 of 5) sorted by relevance
68 client_access(void *ctx, in client_access() function86 client_access
167 if (ft->client_access == NULL) in check()169 return ft->client_access((void *)plug, context, uc->config, in check()
87 krb5plugin_windc_client_access client_access; member
249 DWORD client_access; in uv__create_pipe_pair() local266 client_access = 0; in uv__create_pipe_pair()268 client_access |= GENERIC_READ; in uv__create_pipe_pair()270 client_access |= FILE_READ_ATTRIBUTES; in uv__create_pipe_pair()272 client_access |= GENERIC_WRITE; in uv__create_pipe_pair()274 client_access |= FILE_WRITE_ATTRIBUTES; in uv__create_pipe_pair()275 client_access |= WRITE_DAC; in uv__create_pipe_pair()292 client_access, in uv__create_pipe_pair()
424 * plugin/windc.c: Add client_access.