Lines Matching refs:http_request

177 	struct http_request *req = CONTAINER_OF(parser,  in on_url()
178 struct http_request, in on_url()
192 struct http_request *req = CONTAINER_OF(parser, in on_status()
193 struct http_request, in on_status()
217 struct http_request *req = CONTAINER_OF(parser, in on_header_field()
218 struct http_request, in on_header_field()
244 struct http_request *req = CONTAINER_OF(parser, in on_header_value()
245 struct http_request, in on_header_value()
280 struct http_request *req = CONTAINER_OF(parser, in on_body()
281 struct http_request, in on_body()
309 struct http_request *req = CONTAINER_OF(parser, in on_headers_complete()
310 struct http_request, in on_headers_complete()
336 struct http_request *req = CONTAINER_OF(parser, in on_message_begin()
337 struct http_request, in on_message_begin()
353 struct http_request *req = CONTAINER_OF(parser, in on_message_complete()
354 struct http_request, in on_message_complete()
372 struct http_request *req = CONTAINER_OF(parser, in on_chunk_header()
373 struct http_request, in on_chunk_header()
386 struct http_request *req = CONTAINER_OF(parser, in on_chunk_complete()
387 struct http_request, in on_chunk_complete()
419 static void http_report_null(struct http_request *req) in http_report_null()
441 static void http_report_complete(struct http_request *req) in http_report_complete()
451 static void http_report_progress(struct http_request *req) in http_report_progress()
462 static int http_wait_data(int sock, struct http_request *req, const k_timepoint_t req_end_timepoint) in http_wait_data()
555 int http_client_req(int sock, struct http_request *req, in http_client_req()