Home
last modified time | relevance | path

Searched refs:__response (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.cpp56 __response = NULL; in HttpURLConnection()
72 if (__response) { in ~HttpURLConnection()
73 delete __response; in ~HttpURLConnection()
171 if (__response == NULL) { in getHeaderField()
174 if (__response) { in getHeaderField()
175 for (Fields::iterator it = __response->begin(); it != __response->end(); it++) { in getHeaderField()
186 if (__response == NULL) { in getResponseCode()
194 if (__response == NULL) { in getResponseMessage()
230 if (__response) { in setRequest()
231 delete __response; in setRequest()
[all …]
H A DHttpURLConnection.h124 Fields *__response; variable
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h850 extern int rpmatch (__const char *__response) __THROW;