Lines Matching defs:failed
28 bool failed;
41 "%s failed with subscription file %s: %m",
54 "%s failed with subscription file %s: %m",
129 bool found, changed = FALSE, failed = FALSE;
211 &failed, FALSE)) != NULL) {
226 if (!failed && set && !found) {
233 if (changed && !failed) {
236 failed = TRUE;
241 failed = TRUE;
249 if (failed || !changed) {
253 failed = TRUE;
261 failed = TRUE;
264 return failed ? -1 : (changed ? 1 : 0);
280 ctx->failed = TRUE;
296 int ret = ctx->failed ? -1 : 0;
311 if (ctx->failed)
315 ctx->failed = TRUE;
343 if (ctx->failed || ctx->input == NULL)
347 line = next_line(ctx->list, ctx->path, ctx->input, &ctx->failed,
367 ctx->failed = TRUE;