Home | History | Annotate | Download | only in dist

Lines Matching refs:Used

216 ** Used to prevent warnings about unused parameters
245 ** This is the name of our program. It is set in main(), used
313 ** from within an SQL statement. This program used to use the
418 ** the main program to the callback. This is used to communicate
624 ** Output a single term of CSV. Actually, p->separator is used for
903 ** If the third argument, quote, is not '\0', then it is used as a
1028 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr);
1033 ** Not currently used by the CLI.
1036 ** fprintf(pArg->out, "Number of Pcache Pages Used: %d (max %d) pages\n", iCur, iHiwtr);
1042 ** Not currently used by the CLI.
1045 ** fprintf(pArg->out, "Number of Scratch Allocations Used: %d (max %d)\n", iCur, iHiwtr);
1069 fprintf(pArg->out, "Lookaside Slots Used: %d (max %d)\n", iCur, iHiwtr);
1247 ** This is a different callback routine used for dumping the database.
1433 ".separator STRING Change separator used by output mode and .import\n"