Searched refs:zOut (Results 26 - 33 of 33) sorted by relevance

12

/external/sqlite/dist/orig/
H A Dsqlite3.h997 ** of good-quality randomness into zOut. The return value is
1036 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1041 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
H A Dsqlite3.c1547 ** of good-quality randomness into zOut. The return value is
1586 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1591 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
19553 char *zOut; /* Rendering buffer */ local
19721 zOut = buf;
19724 zOut = zExtra = sqlite3Malloc( nOut );
19725 if( zOut==0 ){
19730 bufpt = &zOut[nOut-1];
19750 length = (int)(&zOut[nOut-1]-bufpt);
19761 length = (int)(&zOut[nOu
20689 unsigned char *zOut; /* Output buffer */ local
20900 unsigned char *zOut = zIn; local
33177 char *zOut = 0; local
35499 char *zOut; local
57909 u8 *zOut = &zDestData[iOff%nDestPgsz]; local
72846 u8 *zOut = zBuf; local
78563 char *zOut = sqlite3MPrintf(db, "%s%.*s\\"%w\\"", local
87111 unsigned char *zOut; /* The output */ local
123978 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
124025 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h997 ** of good-quality randomness into zOut. The return value is
1036 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1041 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
H A Dsqlite3.c1547 ** of good-quality randomness into zOut. The return value is
1586 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1591 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
19553 char *zOut; /* Rendering buffer */ local
19721 zOut = buf;
19724 zOut = zExtra = sqlite3Malloc( nOut );
19725 if( zOut==0 ){
19730 bufpt = &zOut[nOut-1];
19750 length = (int)(&zOut[nOut-1]-bufpt);
19761 length = (int)(&zOut[nOu
20689 unsigned char *zOut; /* Output buffer */ local
20900 unsigned char *zOut = zIn; local
33205 char *zOut = 0; local
35527 char *zOut; local
57937 u8 *zOut = &zDestData[iOff%nDestPgsz]; local
72882 u8 *zOut = zBuf; local
78599 char *zOut = sqlite3MPrintf(db, "%s%.*s\\"%w\\"", local
87147 unsigned char *zOut; /* The output */ local
124024 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
124071 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c5245 ** zOut points to a buffer of at least sqlite3_vfs.mxPathname bytes
5253 char *zOut /* Output buffer */
5266 zOut[nOut-1] = '\0';
5268 sqlite3_snprintf(nOut, zOut, "%s", zPath);
5271 if( osGetcwd(zOut, nOut-1)==0 ){
5274 nCwd = (int)strlen(zOut);
5275 sqlite3_snprintf(nOut-nCwd, &zOut[nCwd], "/%s", zPath);
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1431 ** of good-quality randomness into zOut. The return value is
1470 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1475 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
19738 #define WRITE_UTF8(zOut, c) { \
19740 *zOut++ = (u8)(c&0xFF); \
19743 *zOut++ = 0xC0 + (u8)((c>>6)&0x1F); \
19744 *zOut++ = 0x80 + (u8)(c & 0x3F); \
19747 *zOut++ = 0xE0 + (u8)((c>>12)&0x0F); \
19748 *zOut++ = 0x80 + (u8)((c>>6) & 0x3F); \
19749 *zOut
19880 unsigned char *zOut; /* Output buffer */ local
20091 unsigned char *zOut = zIn; local
33121 char *zOut = 0; local
33547 char *zOut; local
55717 u8 *zOut = &zDestData[iOff%nDestPgsz]; local
69394 u8 *zOut = zBuf; local
74805 char *zOut = sqlite3MPrintf(db, "%s%.*s\\"%w\\"", local
82873 unsigned char *zOut; /* The output */ local
119024 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
119071 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
[all...]

Completed in 451 milliseconds

12