Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microspdy/
Dapplicationlayer.c400 char *fullstatus = NULL; in SPDY_build_response() local
428 ret = asprintf(&fullstatus, "%i", status); in SPDY_build_response()
430 ret = asprintf(&fullstatus, "%i %s", status, statustext); in SPDY_build_response()
434 if(SPDY_YES != SPDY_name_value_add(all_headers[0], ":status", fullstatus)) in SPDY_build_response()
437 free(fullstatus); in SPDY_build_response()
438 fullstatus = NULL; in SPDY_build_response()
469 free(fullstatus); in SPDY_build_response()