Searched refs:http_parser_settings (Results 1 – 9 of 9) sorted by relevance
107 const struct http_parser_settings *http_cb;212 struct http_parser_settings parser_settings;248 const struct http_parser_settings *http_cb;
68 struct http_parser_settings;190 struct http_parser_settings { struct224 void http_parser_settings_init(struct http_parser_settings *settings);232 const struct http_parser_settings *settings,
433 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;
656 const struct http_parser_settings *settings, in zero_content_length()708 const struct http_parser_settings *settings, in parser_execute()2274 const struct http_parser_settings *settings, in http_parser_execute()2346 void http_parser_settings_init(struct http_parser_settings *settings) in http_parser_settings_init()
399 struct http_parser_settings *settings) in http_client_init_parser()
31 struct http_parser_settings settings_null = {