Searched refs:funcName_len (Results 1 – 1 of 1) sorted by relevance
161 size_t funcName_len = strlen(funcName) + 1; in loader_dev_ext_gpa_impl() local163 (char *)loader_instance_heap_alloc(inst, funcName_len, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_dev_ext_gpa_impl()168 … strncpy(inst->dev_ext_disp_functions[inst->dev_ext_disp_function_count], funcName, funcName_len); in loader_dev_ext_gpa_impl()272 size_t funcName_len = strlen(funcName) + 1; in loader_phys_dev_ext_gpa_impl() local274 … (char *)loader_instance_heap_alloc(inst, funcName_len, VK_SYSTEM_ALLOCATION_SCOPE_INSTANCE); in loader_phys_dev_ext_gpa_impl()279 …inst->phys_dev_ext_disp_functions[inst->phys_dev_ext_disp_function_count], funcName, funcName_len); in loader_phys_dev_ext_gpa_impl()