Home
last modified time | relevance | path

Searched refs:headervalue (Results 1 – 10 of 10) sorted by relevance

/external/libmicrohttpd/doc/examples/
Dtlsauthentication.c123 char *headervalue; in ask_for_authentication() local
131 headervalue = malloc (strlen (strbase) + strlen (realm) + 1); in ask_for_authentication()
132 if (!headervalue) in ask_for_authentication()
135 strcpy (headervalue, strbase); in ask_for_authentication()
136 strcat (headervalue, realm); in ask_for_authentication()
138 ret = MHD_add_response_header (response, "WWW-Authenticate", headervalue); in ask_for_authentication()
139 free (headervalue); in ask_for_authentication()
157 const char *headervalue; in is_authenticated() local
162 headervalue = in is_authenticated()
165 if (NULL == headervalue) in is_authenticated()
[all …]
/external/apache-http/src/org/apache/http/impl/cookie/
DBrowserCompatSpec.java116 String headervalue = header.getValue(); in parse() local
118 int i1 = headervalue.toLowerCase(Locale.ENGLISH).indexOf("expires="); in parse()
121 int i2 = headervalue.indexOf(';', i1); in parse()
123 i2 = headervalue.length(); in parse()
126 DateUtils.parseDate(headervalue.substring(i1, i2), this.datepatterns); in parse()
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info4056 char *headervalue;
4064 headervalue = malloc (strlen (strbase) + strlen (realm) + 1);
4065 if (!headervalue)
4068 strcpy (headervalue, strbase);
4069 strcat (headervalue, realm);
4071 ret = MHD_add_response_header (response, "WWW-Authenticate", headervalue);
4072 free (headervalue);
4090 const char *headervalue;
4095 headervalue =
4098 if (NULL == headervalue)
[all …]
/external/robolectric/v1/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...