Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c31275 static const char zOrd[] = "thstndrd"; in sqlite3_str_vappendf() local
31280 *(--bufpt) = zOrd[x*2+1]; in sqlite3_str_vappendf()
31281 *(--bufpt) = zOrd[x*2]; in sqlite3_str_vappendf()