Searched refs:SQLITE_UTF8_ZT (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 5884 #define SQLITE_UTF8_ZT 16 /* Zero-terminated UTF8 */ macro
|
| H A D | sqlite3.c | 6205 #define SQLITE_UTF8_ZT 16 /* Zero-terminated UTF8 */ macro 94086 }else if( enc==SQLITE_UTF8_ZT ){ 94292 if( enc!=SQLITE_UTF8 && enc!=SQLITE_UTF8_ZT ){ 95403 }else if( encoding==SQLITE_UTF8_ZT ){ 95531 if( enc!=SQLITE_UTF8 && enc!=SQLITE_UTF8_ZT ){ 135174 sqlite3_result_text64(context, zOut, j, sqlite3_free, SQLITE_UTF8_ZT); 135267 sqlite3_result_text64(context, (char*)z, zOut-z,sqlite3_free,SQLITE_UTF8_ZT); 135296 sqlite3_free, SQLITE_UTF8_ZT); 135634 sqlite3_result_text64(context, z, j, sqlite3_free, SQLITE_UTF8_ZT);
|