Searched defs:parser (Results 1 - 3 of 3) sorted by relevance

/sssd/src/responder/secrets/
H A Dsecsrv_cmd.c189 static int sec_on_message_begin(http_parser *parser) argument
196 static int sec_on_url(http_parser *parser, argument
200 talloc_get_type(parser->data, struct sec_req_ctx);
213 static int sec_on_header_field(http_parser *parser, argument
217 talloc_get_type(parser->data, struct sec_req_ctx);
252 static int sec_on_header_value(http_parser *parser, argument
256 talloc_get_type(parser->data, struct sec_req_ctx);
282 static int sec_on_headers_complete(http_parser *parser) argument
288 static int sec_on_body(http_parser *parser, argument
292 talloc_get_type(parser
323 sec_on_message_complete(http_parser *parser) argument
[all...]
H A Dsecsrv_private.h57 http_parser parser; member in struct:sec_proto_ctx
H A Dproxy.c325 http_parser parser; member in struct:proxy_http_reply
678 static int ph_on_message_begin(http_parser *parser) argument
685 static int ph_on_status(http_parser *parser, const char *at, size_t length) argument
688 talloc_get_type(parser->data, struct proxy_http_reply);
703 static int ph_on_header_field(http_parser *parser, argument
707 talloc_get_type(parser->data, struct proxy_http_reply);
742 static int ph_on_header_value(http_parser *parser, argument
746 talloc_get_type(parser->data, struct proxy_http_reply);
772 static int ph_on_headers_complete(http_parser *parser) argument
778 static int ph_on_body(http_parser *parser, cons argument
797 ph_on_message_complete(http_parser *parser) argument
[all...]

Completed in 60 milliseconds