Home | History | Annotate | Download | only in src

Lines Matching full:type_datum_t

471 void type_datum_init(type_datum_t * x)
477 void type_datum_destroy(type_datum_t * x)
890 type_datum_t *typdatum;
892 typdatum = (type_datum_t *) datum;
1082 p->type_val_to_struct = (type_datum_t **)
1083 calloc(p->p_types.nprim, sizeof(type_datum_t *));
1201 type_datum_destroy((type_datum_t *) datum);
2265 type_datum_t *typdatum;
2271 typdatum = calloc(1, sizeof(type_datum_t));