Searched defs:SubrtnSig (Results 1 – 1 of 1) sorted by relevance
16897 typedef struct SubrtnSig SubrtnSig; typedef16903 struct SubrtnSig { struct16904 int selId; /* SELECT-id for the SELECT statement on the RHS */16905 u8 bComplete; /* True if fully coded and available for reusable */16906 char *zAff; /* Affinity of the overall IN expression */16907 int iTable; /* Ephemeral table generated by the subroutine */16908 int iAddr; /* Subroutine entry address */16909 int regReturn; /* Register used to hold return address */