Esempio n. 1
0
 public static extern uint http_parser_execute(ref http_parser parser, ref http_parser_settings settings, string data, uint len);
Esempio n. 2
0
 public static extern void http_parser_init(ref http_parser parser, HttpParserType type);