Searched refs:free_page_p (Results 1 – 2 of 2) sorted by relevance
347 context_p->free_page_p = NULL; in parser_stack_init()359 if (context_p->free_page_p != NULL) in parser_stack_free()361 parser_free (context_p->free_page_p, in parser_stack_free()383 if (context_p->free_page_p != NULL) in parser_stack_push_uint8()385 page_p = context_p->free_page_p; in parser_stack_push_uint8()386 context_p->free_page_p = NULL; in parser_stack_push_uint8()421 if (context_p->free_page_p == NULL) in parser_stack_pop_uint8()423 context_p->free_page_p = page_p; in parser_stack_pop_uint8()532 if (context_p->free_page_p != NULL) in parser_stack_push()534 page_p = context_p->free_page_p; in parser_stack_push()[all …]
351 parser_mem_page_t *free_page_p; /**< space for fast allocation */ member545 parser_mem_page_t *free_page_p; /**< space for fast allocation */ member