Searched refs:SQLITE_UTF8_ZT (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 5882 #define SQLITE_UTF8_ZT 16 /* Zero-terminated UTF8 */ macro
|
| H A D | sqlite3.c | 6203 #define SQLITE_UTF8_ZT 16 /* Zero-terminated UTF8 */ macro 93928 }else if( enc==SQLITE_UTF8_ZT ){ 94134 if( enc!=SQLITE_UTF8 && enc!=SQLITE_UTF8_ZT ){ 95245 }else if( encoding==SQLITE_UTF8_ZT ){ 95373 if( enc!=SQLITE_UTF8 && enc!=SQLITE_UTF8_ZT ){ 134957 sqlite3_result_text64(context, zOut, j, sqlite3_free, SQLITE_UTF8_ZT); 135050 sqlite3_result_text64(context, (char*)z, zOut-z,sqlite3_free,SQLITE_UTF8_ZT); 135079 sqlite3_free, SQLITE_UTF8_ZT); 135417 sqlite3_result_text64(context, z, j, sqlite3_free, SQLITE_UTF8_ZT);
|