Searched refs:statusmsg (Results 1 – 9 of 9) sorted by relevance
55 typeset h statuscode statusmsg i58 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>62 response.statusmsg="$statusmsg"145 print -u2 -f $"tinyurl response was (%s,%s):\n%s\n" "${httpresponse.statuscode}" "${httpresponse.statusmsg}" "${response}"192 print -u2 -f $"tr.im response was (%s,%s):\n%s\n" "${httpresponse.statuscode}" "${httpresponse.statusmsg}" "${response}"
87 typeset h statuscode statusmsg i90 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>94 response.statusmsg="$statusmsg"
83 typeset h statuscode statusmsg i86 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>90 response.statusmsg="$statusmsg"
659 typeset h statuscode statusmsg i662 IFS=$' \t\r' read -r h statuscode statusmsg # read HTTP/1.[01] <code>666 response.statusmsg="$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() 1009 * 'statusmsg' will be cleaned up next time 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() [all...]
92 char *statusmsg; /* status message */ member
428 statusmsg(status) in statusmsg() function 466 (void) strcpy(line, statusmsg(status));480 status, statusmsg(status)); in detail_nfsstat()
786 if (resp->statusmsg != NULL && resp->statusmsg[0] != '\0') in establish_http_connection() 788 "%s", resp->statusmsg); in establish_http_connection()
2101 if ((ps->resp != NULL) && (ps->resp->statusmsg != NULL)) { in web_eval_headers() 2103 ps->resp->statusmsg); in web_eval_headers()