Searched refs:fullstatus (Results 1 – 1 of 1) sorted by relevance
400 char *fullstatus = NULL; in SPDY_build_response() local428 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()