Searched refs:http_respinfo_t (Results 1 – 5 of 5) sorted by relevance
94 } http_respinfo_t; typedef119 void http_free_respinfo(http_respinfo_t *);120 int http_process_headers(http_handle_t, http_respinfo_t **);121 int http_process_part_headers(http_handle_t, http_respinfo_t **);
111 http_respinfo_t resp; /* Response summary info */872 http_free_respinfo(http_respinfo_t *resp) in http_free_respinfo()921 http_process_headers(http_handle_t handle, http_respinfo_t **resp) in http_process_headers()924 http_respinfo_t *lresp; in http_process_headers()934 if ((lresp = malloc(sizeof (http_respinfo_t))) == NULL) { in http_process_headers()939 bzero(lresp, sizeof (http_respinfo_t)); in http_process_headers()1116 http_process_part_headers(http_handle_t handle, http_respinfo_t **resp) in http_process_part_headers()1190 if ((*resp = malloc(sizeof (http_respinfo_t))) == NULL) { in http_process_part_headers()1194 bzero(*resp, sizeof (http_respinfo_t)); in http_process_part_headers()
250 http_respinfo_t *resp = NULL; in send_http()
101 http_respinfo_t *resp;
611 http_respinfo_t *resp; in establish_http_connection()