Home
last modified time | relevance | path

Searched defs:EQPGraph (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c18117 typedef struct EQPGraph EQPGraph; typedef
18118 struct EQPGraph { struct
18119 EQPGraphRow *pRow; /* Linked list of all rows of the EQP output */ argument
18120 EQPGraphRow *pLast; /* Last element of the pRow list */ argument
18121 char zPrefix[100]; /* Graph prefix */