Searched refs:etGENERIC (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 32369 #define etGENERIC 3 /* Floating or exponential, depending on exponent. %g */ macro 32446 /* 3 */ { 'G', 0, 1, etGENERIC, 14, 0, 0 }, /* Hash: 2 */ 32454 /* 11 */ { 'g', 0, 1, etGENERIC, 30, 0, 0 }, 32878 case etGENERIC: { in sqlite3_str_vappendf() 32897 }else if( xtype==etGENERIC ){ in sqlite3_str_vappendf() 32953 if( xtype==etGENERIC ){ in sqlite3_str_vappendf()
|