Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:xtype

18752   etByte xtype = 0;          /* Conversion paradigm */
18843 xtype = etINVALID;
18848 xtype = infop->type;
18881 ** xtype The class of the conversion.
18884 switch( xtype ){
18928 if( xtype==etORDINAL ){
18978 if( xtype==etGENERIC && precision>0 ) precision--;
18986 if( xtype==etFLOAT ) realvalue += rounder;
19017 flag_exp = xtype==etEXP;
19018 if( xtype!=etFLOAT ){
19022 if( xtype==etGENERIC ){
19025 xtype = etEXP;
19028 xtype = etFLOAT;
19033 if( xtype==etEXP ){
19079 if( flag_exp || xtype==etEXP ){
19140 }else if( xtype==etDYNSTRING ){
19155 char q = ((xtype==etSQLESCAPE3)?'"':'\''); /* Quote character */
19158 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
19163 needQuote = !isnull && xtype==etSQLESCAPE2;
19211 assert( xtype==etINVALID );