Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c871 char *zCsr = p->z+p->n; in appendText() local
872 *zCsr++ = quote; in appendText()
874 *zCsr++ = zAppend[i]; in appendText()
875 if( zAppend[i]==quote ) *zCsr++ = quote; in appendText()
877 *zCsr++ = quote; in appendText()
878 p->n = (int)(zCsr - p->z); in appendText()
879 *zCsr = '\0'; in appendText()
H A Dsqlite3.c180434 const char *zCsr = z; global() local
180830 char *zCsr; /* Space for holding column names */ global() local
181537 const char *zCsr = zNode; /* Cursor to iterate through node */ global() local
241187 const unsigned char *zCsr = (const unsigned char*)z; global() local
241374 unsigned char *zCsr = (unsigned char *)pText; global() local
[all...]

Completed in 156 milliseconds