HomeSort by relevance Sort by last modified time
    Searched refs:responseptr (Results 1 - 3 of 3) sorted by null

  /external/libmicrohttpd/src/testzzuf/
test_get_chunked.c 67 struct MHD_Response **responseptr = cls; local
71 MHD_add_response_header (*responseptr, "Footer", "working");
100 struct MHD_Response **responseptr; local
111 responseptr = malloc (sizeof (struct MHD_Response *));
114 &crc, responseptr, &crcf);
115 *responseptr = response;
  /external/libmicrohttpd/src/testcurl/
test_get_chunked.c 76 struct MHD_Response **responseptr = cls; local
80 MHD_add_response_header (*responseptr, "Footer", "working");
109 struct MHD_Response **responseptr; local
120 responseptr = malloc (sizeof (struct MHD_Response *));
121 if (responseptr == NULL)
125 &crc, responseptr, &crcf);
126 *responseptr = response;
  /external/mdnsresponder/mDNSCore/
mDNS.c 1704 mDNSu8 *responseptr = m->omsg.data; local
2238 mDNSu8 *responseptr = m->omsg.data; local
5420 mDNSu8 *responseptr = response->data; local
5744 mDNSu8 *responseptr = mDNSNULL; local
    [all...]

Completed in 293 milliseconds