Searched refs:zOut (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 1624 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 D | sqlite3.c | 1845 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 D | sqlite3.h | 1524 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); 1529 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
|