Home | History | Annotate | Download | only in src

Lines Matching refs:ERR

60 		ERR(handle, "could not update cache serial");
108 ERR(handle, "could not create policydb object");
109 goto err;
116 ERR(handle, "could not open %s for reading: %s",
118 goto err;
125 ERR(handle, "could not create policy file object");
126 goto err;
133 goto err;
142 goto err;
148 err:
149 ERR(handle, "could not cache policy database");
206 ERR(handle, "out of memory, could not initialize policy database");
248 goto err;
253 err:
254 ERR(handle, "could not add record to the database");
264 goto err;
269 err:
270 ERR(handle, "could not set record value");
282 goto err;
287 err:
288 ERR(handle, "could not modify record value");
326 goto err;
330 err:
331 ERR(handle, "could not query record value");
342 goto err;
346 err:
347 ERR(handle, "could not check if record exists");
358 goto err;
362 err:
363 ERR(handle, "could not count the database records");
375 goto err;
379 err:
380 ERR(handle, "could not iterate over records");
417 goto err;
431 ERR(handle, "list handler could not extract record");
432 goto err;
441 ERR(handle, "out of memory");
443 err:
449 ERR(handle, "could not list records");