Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Durl_scanner_ex.c250 #define STD_ARGS ctx, start, xp TSRMLS_CC macro
410 { passthru(STD_ARGS); STATE = STATE_TAG; goto state_tag; } in xx_mainloop()
420 { passthru(STD_ARGS); goto state_plain; } in xx_mainloop()
481 …{ handle_tag(STD_ARGS); /* Sets STATE */; passthru(STD_ARGS); if (STATE == STATE_PLAIN) goto state… in xx_mainloop()
486 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
568 { passthru(STD_ARGS); handle_form(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
576 { passthru(STD_ARGS); goto state_next_arg; } in xx_mainloop()
586 { passthru(STD_ARGS); goto state_plain_begin; } in xx_mainloop()
653 { passthru(STD_ARGS); handle_arg(STD_ARGS); STATE = STATE_BEFORE_VAL; goto state_before_val; } in xx_mainloop()
732 { 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 9 milliseconds