Searched refs:allocation_length (Results 1 – 5 of 5) sorted by relevance
366 UINT8 allocation_length; member385 UINT8 allocation_length; member
372 UINT8 allocation_length; member391 UINT8 allocation_length; member
365 UINT8 allocation_length; member384 UINT8 allocation_length; member
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()