Searched refs:http_parser_settings (Results 1 – 9 of 9) sorted by relevance
107 const struct http_parser_settings *http_cb;219 struct http_parser_settings parser_settings;255 const struct http_parser_settings *http_cb;
69 struct http_parser_settings;200 struct http_parser_settings { struct234 void http_parser_settings_init(struct http_parser_settings *settings);242 const struct http_parser_settings *settings,
447 struct http_parser_settings parser_settings;
77 const struct http_parser_settings *http_cb;
238 struct http_parser_settings http_parser_settings; in websocket_connect() local318 req.http_cb = &http_parser_settings; in websocket_connect()327 memcpy(&http_parser_settings, ctx->http_cb, in websocket_connect()328 sizeof(http_parser_settings)); in websocket_connect()330 memset(&http_parser_settings, 0, sizeof(http_parser_settings)); in websocket_connect()333 http_parser_settings.on_header_field = on_header_field; in websocket_connect()334 http_parser_settings.on_header_value = on_header_value; in websocket_connect()
102 const struct http_parser_settings *http_cb;
812 const struct http_parser_settings *settings, in zero_content_length()864 const struct http_parser_settings *settings, in parser_execute()2448 const struct http_parser_settings *settings, in http_parser_execute()2520 void http_parser_settings_init(struct http_parser_settings *settings) in http_parser_settings_init()
417 struct http_parser_settings *settings) in http_client_init_parser()
31 struct http_parser_settings settings_null = {