Searched refs:allocated_buffer_p (Results 1 – 4 of 4) sorted by relevance
98 if (context_p->u.allocated_buffer_p != NULL) in parser_free_allocated_buffer()100 parser_free_local (context_p->u.allocated_buffer_p, in parser_free_allocated_buffer()102 context_p->u.allocated_buffer_p = NULL; in parser_free_allocated_buffer()
2102 JERRY_ASSERT (context_p->u.allocated_buffer_p == NULL); in lexer_convert_literal_to_chars()2112 … context_p->u.allocated_buffer_p = (uint8_t *) parser_malloc_local (context_p, literal_p->length); in lexer_convert_literal_to_chars()2114 destination_start_p = context_p->u.allocated_buffer_p; in lexer_convert_literal_to_chars()2430 if (context_p->u.allocated_buffer_p != NULL) in lexer_construct_literal_object()2432 JERRY_ASSERT (char_p == context_p->u.allocated_buffer_p); in lexer_construct_literal_object()2434 context_p->u.allocated_buffer_p = NULL; in lexer_construct_literal_object()2450 JERRY_ASSERT (context_p->u.allocated_buffer_p == NULL); in lexer_construct_literal_object()
497 void *allocated_buffer_p; /**< dinamically allocated buffer member
2123 context.u.allocated_buffer_p = NULL; in parser_parse_source()2198 JERRY_ASSERT (context.u.allocated_buffer_p == NULL); in parser_parse_source()