Home
last modified time | relevance | path

Searched refs:xtype (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dprintf.c384 xtype = etINVALID; in sqlite3_str_vappendf()
388 xtype = infop->type; in sqlite3_str_vappendf()
412 switch( xtype ){ in sqlite3_str_vappendf()
475 if( xtype==etORDINAL ){ in sqlite3_str_vappendf()
548 if( xtype==etFLOAT ){ in sqlite3_str_vappendf()
585 if( xtype!=etFLOAT ){ in sqlite3_str_vappendf()
592 xtype = etEXP; in sqlite3_str_vappendf()
595 xtype = etFLOAT; in sqlite3_str_vappendf()
600 if( xtype==etEXP ){ in sqlite3_str_vappendf()
655 if( xtype==etEXP ){ in sqlite3_str_vappendf()
[all …]