Home
last modified time | relevance | path

Searched refs:header_copy_size (Results 1 – 1 of 1) sorted by relevance

/libCEED/interface/
H A Dceed-jit-tools.c265 long header_copy_size = next_new_line - first_hash + 1; in CeedLoadSourceToInitializedBuffer() local
267 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()