Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c251 #define STD_ARGS ctx, start, xp TSRMLS_CC macro
411 { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; } in xx_mainloop()
421 { passthru(STD_ARGS); goto state_plain; } in xx_mainloop()
482 …{ handle_tag(STD_ARGS); /* Sets STATE */; passthru(STD_ARGS); if (STATE == STATE_PLAIN) goto state… in xx_mainloop()
487 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
574 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
580 { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
588 { passthru(STD_ARGS); goto state_next_arg; } in xx_mainloop()
667 { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_before_val; } in xx_mainloop()
746 { passthru(STD_ARGS); STATE = STATE_VAL; goto state_val; } in xx_mainloop()
[all …]
H A Durl_scanner_ex.re187 #define STD_ARGS ctx, start, xp TSRMLS_CC
303 "<" { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; }
304 N+ { passthru(STD_ARGS); goto state_plain; }
310 …alphanamespace+ { handle_tag(STD_ARGS); /* Sets STATE */; passthru(STD_ARGS); if (STATE == STATE_P…
311 any { passthru(STD_ARGS); goto state_plain_begin; }
320 [/]? [>] { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; }
321 [ \v\r\t\n]+ { passthru(STD_ARGS); goto state_next_arg; }
323 any { passthru(STD_ARGS); goto state_plain_begin; }
329 …alpha alphadash* { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_…
330 any { passthru(STD_ARGS); STATE = STATE_NEXT_ARG; goto state_next_arg; }
[all …]

Completed in 13 milliseconds