Searched refs:zOut (Results 1 - 9 of 9) 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 Dsqlite3.h780 ** of good-quality randomness into zOut. The return value is
799 int (*xGetTempname)(sqlite3_vfs*, int nOut, char *zOut);
800 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
805 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h780 ** of good-quality randomness into zOut. The return value is
799 int (*xGetTempname)(sqlite3_vfs*, int nOut, char *zOut);
800 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
805 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h780 ** of good-quality randomness into zOut. The return value is
799 int (*xGetTempname)(sqlite3_vfs*, int nOut, char *zOut);
800 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
805 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h848 ** of good-quality randomness into zOut. The return value is
874 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
879 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
H A Dsqlite3.c1385 ** of good-quality randomness into zOut. The return value is
1411 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1416 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
19063 #define WRITE_UTF8(zOut, c) { \
19065 *zOut++ = (u8)(c&0xFF); \
19068 *zOut++ = 0xC0 + (u8)((c>>6)&0x1F); \
19069 *zOut++ = 0x80 + (u8)(c & 0x3F); \
19072 *zOut++ = 0xE0 + (u8)((c>>12)&0x0F); \
19073 *zOut++ = 0x80 + (u8)((c>>6) & 0x3F); \
19074 *zOut
19205 unsigned char *zOut; /* Output buffer */ local
19416 unsigned char *zOut = zIn; local
31087 char *zOut = 0; local
31453 char *zOut; local
52872 u8 *zOut = &zDestData[iOff%nDestPgsz]; local
66170 u8 *zOut = zBuf; local
71615 char *zOut = sqlite3MPrintf(db, "%s%.*s\\"%w\\"", local
79475 unsigned char *zOut; /* The output */ 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.h848 ** of good-quality randomness into zOut. The return value is
874 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
879 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
H A Dsqlite3.c1385 ** of good-quality randomness into zOut. The return value is
1411 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1416 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
19063 #define WRITE_UTF8(zOut, c) { \
19065 *zOut++ = (u8)(c&0xFF); \
19068 *zOut++ = 0xC0 + (u8)((c>>6)&0x1F); \
19069 *zOut++ = 0x80 + (u8)(c & 0x3F); \
19072 *zOut++ = 0xE0 + (u8)((c>>12)&0x0F); \
19073 *zOut++ = 0x80 + (u8)((c>>6) & 0x3F); \
19074 *zOut
19205 unsigned char *zOut; /* Output buffer */ local
19416 unsigned char *zOut = zIn; local
31087 char *zOut = 0; local
31453 char *zOut; local
52872 u8 *zOut = &zDestData[iOff%nDestPgsz]; local
66170 u8 *zOut = zBuf; local
71615 char *zOut = sqlite3MPrintf(db, "%s%.*s\\"%w\\"", local
79475 unsigned char *zOut; /* The output */ 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.h848 ** of good-quality randomness into zOut. The return value is
874 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
879 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
H A Dsqlite3.c1385 ** of good-quality randomness into zOut. The return value is
1411 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1416 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
19063 #define WRITE_UTF8(zOut, c) { \
19065 *zOut++ = (u8)(c&0xFF); \
19068 *zOut++ = 0xC0 + (u8)((c>>6)&0x1F); \
19069 *zOut++ = 0x80 + (u8)(c & 0x3F); \
19072 *zOut++ = 0xE0 + (u8)((c>>12)&0x0F); \
19073 *zOut++ = 0x80 + (u8)((c>>6) & 0x3F); \
19074 *zOut
19205 unsigned char *zOut; /* Output buffer */ local
19416 unsigned char *zOut = zIn; local
31087 char *zOut = 0; local
31453 char *zOut; local
52872 u8 *zOut = &zDestData[iOff%nDestPgsz]; local
66170 u8 *zOut = zBuf; local
71615 char *zOut = sqlite3MPrintf(db, "%s%.*s\\"%w\\"", local
79475 unsigned char *zOut; /* The output */ 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 775 milliseconds