Home
last modified time | relevance | path

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

/haiku/src/libs/libsolv/ext/
H A Dtestcase.h21 extern Repo *testcase_str2repo(Pool *pool, const char *str);
H A Dtestcase.c404 testcase_str2repo(Pool *pool, const char *str) in testcase_str2repo() function
456 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()