Searched refs:psd (Results 1 – 6 of 6) sorted by relevance
55 ["test4pix.psd"]=>56 string(9) "image/psd"
55 With dot: .psd56 Without dot: psd
232 ["test4pix.psd"]=>243 string(9) "image/psd"
51 string(9) "image/psd"
39 string\(9\) "image\/psd"
422 PSECURITY_DESCRIPTOR psd = NULL; in _win32_create_temp_file() local437 if ((psd = (PSECURITY_DESCRIPTOR)malloc(len)) == NULL) { in _win32_create_temp_file()441 success = GetUserObjectSecurity(ctx->h, &si, psd, len, &len); in _win32_create_temp_file()446 sa.lpSecurityDescriptor = psd; in _win32_create_temp_file()460 free(psd); in _win32_create_temp_file()465 free(psd); in _win32_create_temp_file()
Completed in 9 milliseconds