Lines Matching refs:statusmsg
877 if (resp->statusmsg != NULL) { in http_free_respinfo()
878 free(resp->statusmsg); in http_free_respinfo()
997 c_id->resp.statusmsg = malloc(strlen(ptr) + 1); in http_process_headers()
998 if (c_id->resp.statusmsg == NULL) { in http_process_headers()
1003 (void) strcpy(c_id->resp.statusmsg, ptr); in http_process_headers()
1066 lresp->statusmsg = strdup(c_id->resp.statusmsg); in http_process_headers()
1067 if (lresp->statusmsg == NULL) { in http_process_headers()
1387 free(c_id->resp.statusmsg); in http_srv_close()
2351 if (c_id->resp.statusmsg != NULL) { in free_response()
2352 free(c_id->resp.statusmsg); in free_response()
2353 c_id->resp.statusmsg = NULL; in free_response()