Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-qfunction.c307 size_t source_len = strlen(absolute_path) - kernel_name_len - 1; in CeedQFunctionGetSourcePath() local
309 CeedCall(CeedCalloc(source_len + 1, &source_path_copy)); in CeedQFunctionGetSourcePath()
310 memcpy(source_path_copy, absolute_path, source_len); in CeedQFunctionGetSourcePath()
H A Dceed-fortran.c770 const char *source, int *qf, int *err, fortran_charlen_t source_len) { in fCeedQFunctionCreateInterior() argument