Home | History | Annotate | Download | only in orig

Lines Matching defs:xtype

20724   etByte xtype = 0;          /* Conversion paradigm */
20834 xtype = etINVALID;
20839 xtype = infop->type;
20866 ** xtype The class of the conversion.
20869 switch( xtype ){
20928 if( xtype==etORDINAL ){
20978 if( xtype==etGENERIC && precision>0 ) precision--;
20980 if( xtype==etFLOAT ) realvalue += rounder;
21014 if( xtype!=etFLOAT ){
21018 if( xtype==etGENERIC ){
21021 xtype = etEXP;
21024 xtype = etFLOAT;
21029 if( xtype==etEXP ){
21083 if( xtype==etEXP ){
21155 }else if( xtype==etDYNSTRING && !bArgList ){
21170 char q = ((xtype==etSQLESCAPE3)?'"':'\''); /* Quote character */
21179 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
21184 needQuote = !isnull && xtype==etSQLESCAPE2;
21234 assert( xtype==etINVALID );