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

  /external/curl/docs/examples/
http2-serverpush.c 163 char *headp; local
184 headp = curl_pushheader_bynum(headers, i);
185 fprintf(stderr, "**** header %u: %s\n", (int)i, headp);
188 headp = curl_pushheader_byname(headers, ":path");
189 if(headp) {
190 fprintf(stderr, "**** The PATH is %s\n", headp /* skip :path + colon */);
  /art/runtime/gc/allocator/
rosalloc.h 161 Slot** headp = reinterpret_cast<Slot**>(&head_); local
163 Slot* old_head = *headp;
177 *headp = old_head_next;
196 Slot** headp = reinterpret_cast<Slot**>(&head_); local
198 Slot* old_head = *headp;
204 *headp = slot;
213 *headp = slot;
235 Slot** headp = reinterpret_cast<Slot**>(&head_); local
237 Slot* old_head = *headp;
240 *headp = list->Head()
    [all...]
  /external/curl/lib/
http2.c 838 char **headp; local
840 headp = realloc(stream->push_headers,
842 if(!headp) {
847 stream->push_headers = headp;
    [all...]
  /hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp 63 struct simplehead *headp; variable in typeref:struct:simplehead
  /external/valgrind/helgrind/
libhb_core.c     [all...]

Completed in 1964 milliseconds