Searched refs:zOut (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h962 ** of good-quality randomness into zOut. The return value is
1001 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1006 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
H A Dsqlite3.c1512 ** of good-quality randomness into zOut. The return value is
1551 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1556 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
19489 char *zOut; /* Rendering buffer */ local
19657 zOut = buf;
19660 zOut = zExtra = sqlite3Malloc( nOut );
19661 if( zOut==0 ){
19666 bufpt = &zOut[nOut-1];
19686 length = (int)(&zOut[nOut-1]-bufpt);
19697 length = (int)(&zOut[nOu
20625 unsigned char *zOut; /* Output buffer */ local
20836 unsigned char *zOut = zIn; local
33061 char *zOut = 0; local
35383 char *zOut; local
57773 u8 *zOut = &zDestData[iOff%nDestPgsz]; local
72725 u8 *zOut = zBuf; local
78444 char *zOut = sqlite3MPrintf(db, "%s%.*s\\"%w\\"", local
86988 unsigned char *zOut; /* The output */ local
123598 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
123645 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
[all...]

Completed in 455 milliseconds