Searched refs:token_stream (Results 1 – 1 of 1) sorted by relevance
186 zval *token_stream = (zval *) context; in on_event() local200 add_token(token_stream, token, LANG_SCNG(yy_text), LANG_SCNG(yy_leng), line); in on_event()204 tokens_ht = Z_ARRVAL_P(token_stream); in on_event()212 add_token(token_stream, T_INLINE_HTML, LANG_SCNG(yy_cursor), in on_event()233 zval token_stream; in tokenize_parse() local234 array_init(&token_stream); in tokenize_parse()240 LANG_SCNG(on_event_context) = &token_stream; in tokenize_parse()243 ZVAL_COPY_VALUE(return_value, &token_stream); in tokenize_parse()245 zval_ptr_dtor(&token_stream); in tokenize_parse()
Completed in 4 milliseconds