Home | History | Annotate | Download | only in dist

Lines Matching defs:xtype

19548   etByte xtype = 0;          /* Conversion paradigm */
19641 xtype = etINVALID;
19646 xtype = infop->type;
19673 ** xtype The class of the conversion.
19676 switch( xtype ){
19731 if( xtype==etORDINAL ){
19779 if( xtype==etGENERIC && precision>0 ) precision--;
19787 if( xtype==etFLOAT ) realvalue += rounder;
19818 if( xtype!=etFLOAT ){
19822 if( xtype==etGENERIC ){
19825 xtype = etEXP;
19828 xtype = etFLOAT;
19833 if( xtype==etEXP ){
19887 if( xtype==etEXP ){
19948 }else if( xtype==etDYNSTRING ){
19963 char q = ((xtype==etSQLESCAPE3)?'"':'\''); /* Quote character */
19966 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
19971 needQuote = !isnull && xtype==etSQLESCAPE2;
20019 assert( xtype==etINVALID );