Home
last modified time | relevance | path

Searched refs:zOut (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c1624 unsigned char *zOut; /* Where to write the results */ in qrfEscape() local
1648 zOut = (unsigned char*)sqlite3_str_value(pStr); in qrfEscape()
1649 if( zOut==0 ) return; in qrfEscape()
1650 zOut += iStart; in qrfEscape()
1651 zIn = zOut + nCtrl; in qrfEscape()
1652 memmove(zIn,zOut,sz); in qrfEscape()
1664 memmove(&zOut[j], zIn, i); in qrfEscape()
1670 zOut[j++] = 0xe2; in qrfEscape()
1671 zOut[j++] = 0x90; in qrfEscape()
1672 zOut[j++] = 0x80+c; in qrfEscape()
[all …]
H A Dsqlite3.c1845 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1850 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
32567 char *zOut; /* Rendering buffer */ in sqlite3_str_vappendf() local
32819 zOut = buf; in sqlite3_str_vappendf()
32824 zOut = zExtra = printfTempBuf(pAccum, n); in sqlite3_str_vappendf()
32825 if( zOut==0 ) return; in sqlite3_str_vappendf()
32828 bufpt = &zOut[nOut-1]; in sqlite3_str_vappendf()
32846 length = (int)(&zOut[nOut-1]-bufpt); in sqlite3_str_vappendf()
32874 length = (int)(&zOut[nOut-1]-bufpt); in sqlite3_str_vappendf()
32994 zOut = bufpt; in sqlite3_str_vappendf()
[all …]
H A Dsqlite3.h1524 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1529 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);