Searched refs:etDECIMAL (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 31688 #define etDECIMAL 16 /* %d or %u, but not %x, %o */ macro 31725 { 'd', 10, 1, etDECIMAL, 0, 0 }, 31734 { 'u', 10, 0, etDECIMAL, 0, 0 }, 31743 { 'i', 10, 1, etDECIMAL, 0, 0 }, 32033 case etDECIMAL: in sqlite3_str_vappendf()
|