HomeSort by: relevance | last modified time | path
    Searched refs:qrf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 132 /* Add -DSQLITE_ENABLE_QRF_IN_TCL to add the Query Result Formatter (QRF)
134 ** source files. The QRF is included automatically when building from
138 #include "qrf.h"
2056 ** provided into human-readable form using the Query Result Formatter (QRF)
2088 ** is below. Use this to reference the QRF documentation:
2118 Tcl_SetResult(pDb->interp, "QRF not available in this build", TCL_VOLATILE);
2125 sqlite3_qrf_spec qrf; /* Formatting spec */
2143 memset(&qrf, 0, sizeof(qrf));
2144 qrf.iVersion = 1
    [all...]
  /src/external/public-domain/sqlite/dist/
shell.c 31 ** ext/qrf/qrf.c
32 ** ext/qrf/qrf.h
675 /************************* Begin ext/qrf/qrf.h ******************/
687 ** Header file for the Query Result-Format or "qrf" utility library for
817 #define QRF_SW_Auto 0 /* Let QRF choose the best value */
878 /************************* End ext/qrf/qrf.h ********************
3846 Qrf qrf; \/* The new Qrf being created *\/ local
    [all...]

Completed in 23 milliseconds