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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h1754 ** Assuming zIn points to the first byte of a UTF-8 character,
1755 ** advance zIn to point to the first byte of the next UTF-8 character.
1757 #define SQLITE_SKIP_UTF8(zIn) { \
1758 if( (*(zIn++))>=0xc0 ){ \
1759 while( (*zIn & 0xc0)==0x80 ){ zIn++; } \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h1754 ** Assuming zIn points to the first byte of a UTF-8 character,
1755 ** advance zIn to point to the first byte of the next UTF-8 character.
1757 #define SQLITE_SKIP_UTF8(zIn) { \
1758 if( (*(zIn++))>=0xc0 ){ \
1759 while( (*zIn & 0xc0)==0x80 ){ zIn++; } \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A DsqliteInt.h1754 ** Assuming zIn points to the first byte of a UTF-8 character,
1755 ** advance zIn to point to the first byte of the next UTF-8 character.
1757 #define SQLITE_SKIP_UTF8(zIn) { \
1758 if( (*(zIn++))>=0xc0 ){ \
1759 while( (*zIn & 0xc0)==0x80 ){ zIn++; } \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c10253 ** Assuming zIn points to the first byte of a UTF-8 character,
10254 ** advance zIn to point to the first byte of the next UTF-8 character.
10256 #define SQLITE_SKIP_UTF8(zIn) { \
10257 if( (*(zIn++))>=0xc0 ){ \
10258 while( (*zIn & 0xc0)==0x80 ){ zIn++; } \
19107 #define READ_UTF16LE(zIn, TERM, c){ \
19108 c = (*zIn++); \
19109 c += ((*zIn++)<<8); \
19111 int c2 = (*zIn
19165 sqlite3Utf8Read( const unsigned char *zIn, const unsigned char **pzNext ) argument
19206 unsigned char *zIn; /* Input iterator */ local
19385 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
19415 sqlite3Utf8To8(unsigned char *zIn) argument
19487 sqlite3Utf16ByteLen(const void *zIn, int nChar) argument
52870 const u8 *zIn = &zSrcData[iOff%nSrcPgsz]; local
74720 sqlite3AffinityType(const char *zIn) argument
79556 const unsigned char *zIn; /* Input string */ local
79649 const u8 *zIn; local
110062 const char *zIn = z; local
111117 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
111164 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c10253 ** Assuming zIn points to the first byte of a UTF-8 character,
10254 ** advance zIn to point to the first byte of the next UTF-8 character.
10256 #define SQLITE_SKIP_UTF8(zIn) { \
10257 if( (*(zIn++))>=0xc0 ){ \
10258 while( (*zIn & 0xc0)==0x80 ){ zIn++; } \
19107 #define READ_UTF16LE(zIn, TERM, c){ \
19108 c = (*zIn++); \
19109 c += ((*zIn++)<<8); \
19111 int c2 = (*zIn
19165 sqlite3Utf8Read( const unsigned char *zIn, const unsigned char **pzNext ) argument
19206 unsigned char *zIn; /* Input iterator */ local
19385 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
19415 sqlite3Utf8To8(unsigned char *zIn) argument
19487 sqlite3Utf16ByteLen(const void *zIn, int nChar) argument
52870 const u8 *zIn = &zSrcData[iOff%nSrcPgsz]; local
74720 sqlite3AffinityType(const char *zIn) argument
79556 const unsigned char *zIn; /* Input string */ local
79649 const u8 *zIn; local
110062 const char *zIn = z; local
111117 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
111164 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c10253 ** Assuming zIn points to the first byte of a UTF-8 character,
10254 ** advance zIn to point to the first byte of the next UTF-8 character.
10256 #define SQLITE_SKIP_UTF8(zIn) { \
10257 if( (*(zIn++))>=0xc0 ){ \
10258 while( (*zIn & 0xc0)==0x80 ){ zIn++; } \
19107 #define READ_UTF16LE(zIn, TERM, c){ \
19108 c = (*zIn++); \
19109 c += ((*zIn++)<<8); \
19111 int c2 = (*zIn
19165 sqlite3Utf8Read( const unsigned char *zIn, const unsigned char **pzNext ) argument
19206 unsigned char *zIn; /* Input iterator */ local
19385 sqlite3Utf8CharLen(const char *zIn, int nByte) argument
19415 sqlite3Utf8To8(unsigned char *zIn) argument
19487 sqlite3Utf16ByteLen(const void *zIn, int nChar) argument
52870 const u8 *zIn = &zSrcData[iOff%nSrcPgsz]; local
74720 sqlite3AffinityType(const char *zIn) argument
79556 const unsigned char *zIn; /* Input string */ local
79649 const u8 *zIn; local
110062 const char *zIn = z; local
111117 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
111164 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
[all...]

Completed in 794 milliseconds