search for: parser_context

Displaying 4 results from an estimated 4 matches for "parser_context".

Did you mean: parse_context
2014 Mar 19
7
[PATCH 1/3] builder: make the C index parser reentrant
Switch the lex/yacc parser into reentrant mode, to ease the handling of parsing-specific data; introduce a new parser_context struct for that, which is added as extra data to the parser. This should cause no behaviour changes in the parsing, just no more global variables used for getting data in/out the parser. --- builder/index-parse.y | 44 ++++++++++++++++++++++++++++++++++++------ builder/index-parser-c.c | 24 ++...
2014 Oct 09
1
Re: Plan for libguestfs 1.28
...d6b50e8e7fbfc2bd6cab2ceeaacd8449d71 Author: Pino Toscano <ptoscano@redhat.com> Date: Wed Mar 19 15:42:45 2014 +0100 builder: make the C index parser reentrant Switch the lex/yacc parser into reentrant mode, to ease the handling of parsing-specific data; introduce a new parser_context struct for that, which is added as extra data to the parser. This should cause no behaviour changes in the parsing, just no more global variables used for getting data in/out the parser. Indeed it uses a feature of bison which was added in 2.4.2 (Mar 2010). Is there a chance of u...
2020 Nov 15
2
[patch] enhancement for tika server protected by user/password basic auth
...LL) { +??????????????? http_client_request_set_auth_simple( +??????????????????????? http_req, http_url->user, http_url->password); +??????? } + ??????? http_client_request_set_port(http_req, http_url->port); ??????? http_client_request_set_ssl(http_req, http_url->have_ssl); ??????? if (parser_context->content_type != NULL)
2014 Oct 07
7
Plan for libguestfs 1.28
It has been an amazing 6½ months since the last stable release of libguestfs. I'd like to plan a new 1.28 release soon. Please follow-up if there are features / blockers / bugs that need to be addressed for 1.28. As usual, bugs which have "1.28" (without quotes) in the Devel Whiteboard field in Bugzilla are nominated as blockers for the release. You can see a list of those here