Searched refs:WRITE_UTF8 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | sqlite3.c | 34404 #define WRITE_UTF8(zOut, c) { \ macro 34679 WRITE_UTF8(z, c); in sqlite3VdbeMemTranslate() 34708 WRITE_UTF8(z, c); in sqlite3VdbeMemTranslate() 34824 WRITE_UTF8(zOut, c); in sqlite3Utf8To8() 34892 WRITE_UTF8(z, i); in sqlite3UtfSelfTest() 204124 #define WRITE_UTF8(zOut, c) { \ 204425 WRITE_UTF8(zOut, iOut); 254154 #define WRITE_UTF8(zOut, c) { \ 254464 if( iCode ) WRITE_UTF8(zOut, iCode); 255308 WRITE_UTF8(zOut, iCode); [all …]
|