Searched refs:testcase_str2repo (Results 1 – 2 of 2) sorted by relevance
21 extern Repo *testcase_str2repo(Pool *pool, const char *str);
404 testcase_str2repo(Pool *pool, const char *str) in testcase_str2repo() function456 if (str[i] == '@' && (repo = testcase_str2repo(pool, str + i + 1)) != 0) in testcase_str2solvid()766 repo = testcase_str2repo(pool, pieces[2]); in testcase_str2job()2015 Repo *repo = testcase_str2repo(pool, pieces[3]); in testcase_read()