Searched refs:header_copy_size (Results 1 – 1 of 1) sorted by relevance
265 long header_copy_size = next_new_line - first_hash + 1; in CeedLoadSourceToInitializedBuffer() local267 CeedCall(CeedRealloc(current_size + copy_size + header_copy_size + 2, buffer)); in CeedLoadSourceToInitializedBuffer()269 memcpy(&(*buffer)[current_size + copy_size + 1], first_hash, header_copy_size); in CeedLoadSourceToInitializedBuffer()270 memcpy(&(*buffer)[current_size + copy_size + header_copy_size], "", 1); in CeedLoadSourceToInitializedBuffer()