Searched refs:include_file_name_len (Results 1 – 1 of 1) sorted by relevance
234 long include_file_name_len = strchr(&next_quote[1], '"') - next_quote - 1; in CeedLoadSourceToInitializedBuffer() local236 CeedCall(CeedCalloc(root_length + include_file_name_len + 2, &include_source_path)); in CeedLoadSourceToInitializedBuffer()238 memcpy(&include_source_path[root_length + 1], &next_quote[1], include_file_name_len); in CeedLoadSourceToInitializedBuffer()239 memcpy(&include_source_path[root_length + include_file_name_len + 1], "", 1); in CeedLoadSourceToInitializedBuffer()