Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:xtype

18737   etByte xtype = 0;          /* Conversion paradigm */
18828 xtype = etINVALID;
18833 xtype = infop->type;
18866 ** xtype The class of the conversion.
18869 switch( xtype ){
18913 if( xtype==etORDINAL ){
18963 if( xtype==etGENERIC && precision>0 ) precision--;
18971 if( xtype==etFLOAT ) realvalue += rounder;
19002 flag_exp = xtype==etEXP;
19003 if( xtype!=etFLOAT ){
19007 if( xtype==etGENERIC ){
19010 xtype = etEXP;
19013 xtype = etFLOAT;
19018 if( xtype==etEXP ){
19064 if( flag_exp || xtype==etEXP ){
19125 }else if( xtype==etDYNSTRING ){
19140 char q = ((xtype==etSQLESCAPE3)?'"':'\''); /* Quote character */
19143 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
19148 needQuote = !isnull && xtype==etSQLESCAPE2;
19196 assert( xtype==etINVALID );