Searched refs:DENIED (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | digest_auth_example.c | 31 #define DENIED "<html><head><title>libmicrohttpd demo</title></head><body>Access denied</body></html>" macro 52 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo() 53 DENIED, in ahc_echo() 70 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo() 71 DENIED, in ahc_echo()
|
H A D | authorization_example.c | 37 #define DENIED "<html><head><title>Access denied</title></head><body>Access denied</body></html>" macro 73 response = MHD_create_response_from_buffer (strlen (DENIED), in ahc_echo() 74 (void *) DENIED, in ahc_echo()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsusermap.c | 166 typedef enum { DENIED, AGREED } boolean; enumerator 213 ok = DENIED; in open_volume() 240 r = ntfs_leave_file_security(ntfs_context) ? AGREED : DENIED; in close_volume() 408 reject = DENIED; in askmapping() 458 mapping->defined = DENIED; in askmapping() 661 err = DENIED; in recurse() 680 err = DENIED; in getusers() 754 ok = DENIED; in minimal() 792 done = DENIED; in outputmap() 832 err = DENIED; in outputmap() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_digestauth.c | 47 #define DENIED "<html><head><title>libmicrohttpd demo</title></head><body>Access denied</body></html>" macro 89 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo() 90 DENIED, in ahc_echo() 107 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo() 108 DENIED, in ahc_echo()
|
H A D | test_digestauth_with_arguments.c | 46 #define DENIED "<html><head><title>libmicrohttpd demo</title></head><body>Access denied</body></html>" macro 88 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo() 89 DENIED, in ahc_echo() 106 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo() 107 DENIED, in ahc_echo()
|
/third_party/rust/crates/cxx/tools/cargo/ |
H A D | build.rs | 31 const DENIED: &str = " consts 67 message = DENIED; in main()
|
Completed in 3 milliseconds