Lines Matching defs:xtype
31333 etByte xtype = etINVALID; /* Conversion paradigm */
31482 xtype = etINVALID;
31486 xtype = infop->type;
31505 ** xtype The class of the conversion.
31510 switch( xtype ){
31573 if( xtype==etORDINAL ){
31636 if( xtype==etFLOAT ){
31638 }else if( xtype==etGENERIC ){
31680 if( xtype==etGENERIC ){
31685 xtype = etEXP;
31688 xtype = etFLOAT;
31693 if( xtype==etEXP ){
31750 if( xtype==etEXP ){
31864 xtype = etSTRING;
31870 }else if( xtype==etDYNSTRING ){
31918 char q = ((xtype==etSQLESCAPE3)?'"':'\''); /* Quote character */
31927 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
31940 needQuote = !isnull && xtype==etSQLESCAPE2;
32013 assert( xtype==etINVALID );