Lines Matching refs:col_t

76 struct col_t  struct
93 static struct col_t * argument
94 col_init(struct col_t *pcol, int sybtype, int collen) in col_init()
126 col_free(struct col_t *p) in col_free()
133 col_equal(const struct col_t *pc1, const struct col_t *pc2) in col_equal()
181 col_buffer(struct col_t *pcol) in col_buffer()
226 col_print(FILE* out, const struct col_t *pcol)
270 static struct col_t *
271 col_cpy(struct col_t *pdest, const struct col_t *psrc) in col_cpy()
290 col_null( const struct col_t *pcol ) in col_null()
297 string_value(const struct col_t *pcol) in string_value()
465 struct col_t *keys;
500 if ((pdest->keys = tds_new0(struct col_t, psrc->nkeys)) == NULL) in key_cpy()
517 const struct col_t *pc; in make_col_name()
547 struct col_t value;
676 set_result_column(TDSSOCKET * tds, TDSCOLUMN * curcol, const char name[], const struct col_t *pvalu… in set_result_column()
713 struct metadata_t { KEY_T *pacross; char *name; struct col_t col; };
830 struct col_t *pval = NULL; in dbnextrow_pivoted()
956 if ((input.row_key.keys = tds_new0(struct col_t, nkeys)) == NULL) in dbpivot()
972 if ((input.col_key.keys = tds_new0(struct col_t, ncols)) == NULL) in dbpivot()
1016 if ((pout->row_key.keys = tds_new0(struct col_t, input.row_key.nkeys)) == NULL) in dbpivot()
1020 if ((pout->col_key.keys = tds_new0(struct col_t, input.col_key.nkeys)) == NULL) in dbpivot()
1058 struct col_t col; in dbpivot()
1096 dbpivot_count (struct col_t *tgt, const struct col_t *src) in dbpivot_count()
1108 dbpivot_sum (struct col_t *tgt, const struct col_t *src) in dbpivot_sum()
1164 dbpivot_min (struct col_t *tgt, const struct col_t *src) in dbpivot_min()
1220 dbpivot_max (struct col_t *tgt, const struct col_t *src) in dbpivot_max()