Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. case 1:
  2. switch( (*p) ) {
  3. case 67: goto tr0;
  4. case 68: goto tr2;
  5. case 71: goto tr3;
  6. case 72: goto tr4;
  7. case 79: goto tr5;
  8. case 80: goto tr6;
  9. case 84: goto tr7;
  10. }
  11. goto st0;
  12. st0:
  13. cs = 0;
  14. goto _out;
  15. tr0:
  16. #line 22 "ht_http_parser.rl"
  17. { method_.push_back((*p)); }
  18. goto st2;
  19. st2:
  20.  
  21.  
  22. %%{
  23. machine http;
  24.  
  25. action methodChar { method_.push_back(fc); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement