Searched refs:active_scanner_info_p (Results 1 – 4 of 4) sorted by relevance
288 scanner_info_p->next_p = context_p->active_scanner_info_p; in scanner_set_active()289 context_p->active_scanner_info_p = scanner_info_p; in scanner_set_active()298 scanner_info_t *scanner_info_p = context_p->active_scanner_info_p; in scanner_revert_active()300 context_p->active_scanner_info_p = scanner_info_p->next_p; in scanner_revert_active()312 scanner_info_t *next_p = context_p->active_scanner_info_p->next_p; in scanner_release_active()314 jmem_heap_free_block (context_p->active_scanner_info_p, size); in scanner_release_active()315 context_p->active_scanner_info_p = next_p; in scanner_release_active()1617 scanner_info_p = context_p->active_scanner_info_p; in scanner_cleanup()1670 context_p->active_scanner_info_p = NULL; in scanner_cleanup()
526 scanner_info_t *active_scanner_info_p; /**< currently active scanner info block */ member
2053 context.active_scanner_info_p = NULL; in parser_parse_source()
1842 …scanner_release_switch_cases (((scanner_switch_info_t *) context_p->active_scanner_info_p)->case_p… in parser_parse_switch_statement_start()