Searched refs:checkprint (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_load/
H A Ddb_load.c290 int ascii_recno, checkprint, hexkeys, keyflag, keys, resize, ret, rval; local
316 checkprint = 1;
320 dbp, &dbtype, &subdb, &checkprint, &keys) != 0)
383 hexkeys = (G(version) >= 3 && keyflag == 1 && checkprint == 0);
439 if (checkprint) {
462 if (checkprint) {
470 if (checkprint) {
516 checkprint, 0, stderr, __db_pr_callback, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db_load/
H A Ddb_load.c275 int ascii_recno, checkprint, hexkeys, keyflag, keys, resize, ret, rval; local
301 checkprint = 1;
305 dbp, &dbtype, &subdb, &checkprint, &keys) != 0)
368 hexkeys = (G(version) >= 3 && keyflag == 1 && checkprint == 0);
424 if (checkprint) {
447 if (checkprint) {
455 if (checkprint) {
501 checkprint, 0, stderr, __db_pr_callback, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfyutil.c881 __db_vrfy_prdbt(dbtp, checkprint, prefix, handle, callback, is_recno, vdp)
883 int checkprint;
911 checkprint = 1;
914 __db_prdbt(dbtp, checkprint, prefix, handle, callback, is_recno));
H A Ddb_pr.c1141 __db_prdbt(dbtp, checkprint, prefix, handle, callback, is_recno)
1143 int checkprint;
1175 if (!checkprint) {
1188 } else if (checkprint) {

Completed in 135 milliseconds