Home | History | Annotate | Download | only in src

Lines Matching refs:record

31 	/* Base record table */
253 ERR(handle, "could not add record to the database");
269 ERR(handle, "could not set record value");
287 ERR(handle, "could not modify record value");
325 ERR(handle, "could not query record value");
341 ERR(handle, "could not check if record exists");
363 int (*fn) (const record_t * record,
385 static int list_handler(const record_t * record, void *varg)
390 if (arg->rtable->clone(arg->handle, record, &arg->records[arg->pos]) <
425 ERR(handle, "list handler could not extract record");