Home
last modified time | relevance | path

Searched refs:STD_ARGS (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/standard/
H A Durl_scanner_ex.c333 #define STD_ARGS ctx, start, xp macro
574 { passthru(STD_ARGS); goto state_plain; } in xx_mainloop()
579 { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; } in xx_mainloop()
632 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
642 …{ handle_tag(STD_ARGS); /* Sets STATE */; passthru(STD_ARGS); if (STATE == STATE_PLAIN) goto state… in xx_mainloop()
711 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
721 { passthru(STD_ARGS); goto state_next_arg; } in xx_mainloop()
729 { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
799 { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_before_val; } in xx_mainloop()
866 { passthru(STD_ARGS); STATE = STATE_VAL; goto state_val; } in xx_mainloop()
[all …]
H A Durl_scanner_ex.re336 #define STD_ARGS ctx, start, xp
526 "<" { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; }
527 N+ { passthru(STD_ARGS); goto state_plain; }
533 …alphanamespace+ { handle_tag(STD_ARGS); /* Sets STATE */; passthru(STD_ARGS); if (STATE == STATE_P…
534 any { passthru(STD_ARGS); goto state_plain_begin; }
543 [/]? [>] { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; }
544 [ \v\r\t\n]+ { passthru(STD_ARGS); goto state_next_arg; }
546 any { passthru(STD_ARGS); goto state_plain_begin; }
552 …alpha alphadash* { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_…
553 any { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; }
[all …]

Completed in 14 milliseconds