Searched refs:SQLITE_UTF8 (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dshell.c1004 const int enc = SQLITE_UTF8;
2194 sqlite3_create_function(db, "shellstatic", 0, SQLITE_UTF8, 0,
H A Dsqlite3.c3672 ** [SQLITE_UTF8 | text encoding] this SQL function prefers for
3746 #define SQLITE_UTF8 1 macro
4093 ** ^The third argument may be one of the constants [SQLITE_UTF8],
4168 ** connection. The third argument is one of [SQLITE_UTF8], [SQLITE_UTF16BE],
8453 u8 iPrefEnc; /* Preferred text encoding (SQLITE_UTF8, 16LE, 16BE) */
8501 {nArg, SQLITE_UTF8, bNC*SQLITE_FUNC_NEEDCOLL, \
8504 {nArg, SQLITE_UTF8, bNC*SQLITE_FUNC_NEEDCOLL, \
8507 {nArg, SQLITE_UTF8, flags, (void *)arg, 0, likeFunc, 0, 0, #zName, 0}
8509 {nArg, SQLITE_UTF8, nc*SQLITE_FUNC_NEEDCOLL, \
11270 }else if( sqlite3IsNumber(zDate, &isRealNum, SQLITE_UTF8) ){
[all...]
H A Dsqlite3.h3148 ** [SQLITE_UTF8 | text encoding] this SQL function prefers for
3222 #define SQLITE_UTF8 1 macro
3569 ** ^The third argument may be one of the constants [SQLITE_UTF8],
3644 ** connection. The third argument is one of [SQLITE_UTF8], [SQLITE_UTF16BE],
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dminidlna.c798 if( sqlite3_create_function(db, "tivorandom", 1, SQLITE_UTF8, NULL, &TiVoRandomSeedFunc, NULL, NULL) != SQLITE_OK )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlna.c1017 if( sqlite3_create_function(db, "tivorandom", 1, SQLITE_UTF8, NULL, &TiVoRandomSeedFunc, NULL, NULL) != SQLITE_OK )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlna.c859 if( sqlite3_create_function(db, "tivorandom", 1, SQLITE_UTF8, NULL, &TiVoRandomSeedFunc, NULL, NULL) != SQLITE_OK )

Completed in 373 milliseconds