Home | History | Annotate | Download | only in orig

Lines Matching refs:Used

211 ** Used to prevent warnings about unused parameters
240 ** This is the name of our program. It is set in main(), used
308 ** from within an SQL statement. This program used to use the
413 ** the main program to the callback. This is used to communicate
619 ** Output a single term of CSV. Actually, p->separator is used for
898 ** If the third argument, quote, is not '\0', then it is used as a
1023 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr);
1028 ** Not currently used by the CLI.
1031 ** fprintf(pArg->out, "Number of Pcache Pages Used: %d (max %d) pages\n", iCur, iHiwtr);
1037 ** Not currently used by the CLI.
1040 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr);
1064 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
1242 ** This is a different callback routine used for dumping the database.
1428 ".separator STRING Change separator used by output mode and .import\n"