Searched defs:SelectDest (Results 1 – 5 of 5) sorted by relevance
69 struct SelectDest { struct77 struct SelectDest x = {1, 2, 3}; in test6() argument
14690 typedef struct SelectDest SelectDest; typedef18597 struct SelectDest { struct18598 u8 eDest; /* How to dispose of the results. One of SRT_* above. */18599 int iSDParm; /* A parameter used by the eDest disposal method */18600 int iSDParm2; /* A second parameter for the eDest disposal method */18601 int iSdst; /* Base register where results are written */18602 int nSdst; /* Number of registers allocated */18603 char *zAffSdst; /* Affinity used when eDest==SRT_Set */18604 ExprList *pOrderBy; /* Key columns for SRT_Queue and SRT_DistQueue */
14662 typedef struct SelectDest SelectDest; typedef18563 struct SelectDest { struct18564 u8 eDest; /* How to dispose of the results. On of SRT_* above. */18565 int iSDParm; /* A parameter used by the eDest disposal method */18566 int iSdst; /* Base register where results are written */18567 int nSdst; /* Number of registers allocated */18568 char *zAffSdst; /* Affinity used when eDest==SRT_Set */18569 ExprList *pOrderBy; /* Key columns for SRT_Queue and SRT_DistQueue */