Lines Matching refs:statusmsg
878 if (resp->statusmsg != NULL) { in http_free_respinfo()
879 free(resp->statusmsg); in http_free_respinfo()
998 c_id->resp.statusmsg = malloc(strlen(ptr) + 1); in http_process_headers()
999 if (c_id->resp.statusmsg == NULL) { in http_process_headers()
1004 (void) strcpy(c_id->resp.statusmsg, ptr); in http_process_headers()
1067 lresp->statusmsg = strdup(c_id->resp.statusmsg); in http_process_headers()
1068 if (lresp->statusmsg == NULL) { in http_process_headers()
1388 free(c_id->resp.statusmsg); in http_srv_close()
2356 if (c_id->resp.statusmsg != NULL) { in free_response()
2357 free(c_id->resp.statusmsg); in free_response()
2358 c_id->resp.statusmsg = NULL; in free_response()