Searched refs:allocation_length (Results 1 – 1 of 1) sorted by relevance
793 size_t allocation_length = 0; in parse_string() local816 allocation_length = (size_t) (input_end - buffer_at_offset(input_buffer)) - skipped_bytes; in parse_string()817 output = (unsigned char*)input_buffer->hooks.allocate(allocation_length + sizeof("")); in parse_string()