Home
last modified time | relevance | path

Searched refs:DENIED (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Ddigest_auth_example.c31 #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 Dauthorization_example.c37 #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 Dntfsusermap.c166 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 Dtest_digestauth.c47 #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 Dtest_digestauth_with_arguments.c46 #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 Dbuild.rs31 const DENIED: &str = " consts
67 message = DENIED; in main()

Completed in 3 milliseconds