Searched refs:bl_httphandle (Results 1 – 1 of 1) sorted by relevance
91 static http_handle_t bl_httphandle = NULL; variable263 (void) http_srv_disconnect(bl_httphandle); in send_http()264 if (http_srv_connect(bl_httphandle) != 0) in send_http()268 if (http_get_request(bl_httphandle, buffer) != 0 || in send_http()269 http_process_headers(bl_httphandle, &resp) != 0) in send_http()278 lenstr = http_get_header_value(bl_httphandle, in send_http()281 if (http_read_body(bl_httphandle, buffer, length) > 0) in send_http()410 if (bl_httphandle == NULL) in sendmessage()492 if (bl_httphandle == NULL) { in openbootlog()493 bl_httphandle = http_srv_init(&bl_url); in openbootlog()[all …]