/external/curl/docs/examples/ |
http2-pushinmemory.c | 100 char *headp; local 114 headp = curl_pushheader_byname(headers, ":path"); 115 if(headp) 116 fprintf(stderr, "* Pushed :path '%s'\n", headp /* skip :path + colon */);
|
http2-serverpush.c | 169 char *headp; local 195 headp = curl_pushheader_bynum(headers, i); 196 fprintf(stderr, "**** header %lu: %s\n", (unsigned long)i, headp); 199 headp = curl_pushheader_byname(headers, ":path"); 200 if(headp) { 201 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 | 1004 char **headp; local 1006 headp = Curl_saferealloc(stream->push_headers, 1008 if(!headp) { 1012 stream->push_headers = headp; [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
regparse.c | 5446 Node *node, **headp; local 5485 Node *node, **headp; local [all...] |