Searched refs:source_len (Results 1 – 2 of 2) sorted by relevance
307 size_t source_len = strlen(absolute_path) - kernel_name_len - 1; in CeedQFunctionGetSourcePath() local309 CeedCall(CeedCalloc(source_len + 1, &source_path_copy)); in CeedQFunctionGetSourcePath()310 memcpy(source_path_copy, absolute_path, source_len); in CeedQFunctionGetSourcePath()
770 const char *source, int *qf, int *err, fortran_charlen_t source_len) { in fCeedQFunctionCreateInterior() argument