Searched refs:poolflags2str (Results 1 – 1 of 1) sorted by relevance
103 static struct poolflags2str { struct107 } poolflags2str[] = { variable1195 for (i = 0; poolflags2str[i].str; i++) in testcase_getpoolflags()1197 v = pool_get_flag(pool, poolflags2str[i].flag); in testcase_getpoolflags()1198 if (v == poolflags2str[i].def) in testcase_getpoolflags()1200 str = pool_tmpappend(pool, str, v ? " " : " !", poolflags2str[i].str); in testcase_getpoolflags()1225 for (i = 0; poolflags2str[i].str; i++) in testcase_setpoolflags()1226 if (!strncmp(poolflags2str[i].str, s, p - s) && poolflags2str[i].str[p - s] == 0) in testcase_setpoolflags()1228 if (!poolflags2str[i].str) in testcase_setpoolflags()1233 pool_set_flag(pool, poolflags2str[i].flag, v); in testcase_setpoolflags()[all …]