Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dhttp2-serverpush.c163 char *headp; in server_push_callback() local
184 headp = curl_pushheader_bynum(headers, i); in server_push_callback()
185 fprintf(stderr, "**** header %u: %s\n", (int)i, headp); in server_push_callback()
188 headp = curl_pushheader_byname(headers, ":path"); in server_push_callback()
189 if(headp) { in server_push_callback()
190 fprintf(stderr, "**** The PATH is %s\n", headp /* skip :path + colon */); in server_push_callback()
/external/curl/lib/
Dhttp2.c838 char **headp; in on_header() local
840 headp = realloc(stream->push_headers, in on_header()
842 if(!headp) { in on_header()
847 stream->push_headers = headp; in on_header()
/external/valgrind/helgrind/
Dlibhb_core.c4311 static void move_RCEC_one_step_forward ( RCEC** headp, RCEC* ec ) in move_RCEC_one_step_forward() argument
4314 if (ec == *headp) in move_RCEC_one_step_forward()
4317 ec0 = *headp; in move_RCEC_one_step_forward()
4342 tl_assert(*headp == ec1); in move_RCEC_one_step_forward()
4346 *headp = ec0; in move_RCEC_one_step_forward()