Lines Matching refs:zSql

2771   const char *zSql,     /* SQL to be evaluated */
3986 ** The second argument, "zSql", is the statement to be compiled, encoded
3992 ** ^If the nByte argument is negative, then zSql is read up to the
3994 ** number of bytes read from zSql. ^If nByte is zero, then no prepared
4002 ** past the end of the first SQL statement in zSql. These routines only
4003 ** compile the first statement in zSql, so *pzTail is left pointing to
4064 const char *zSql, /* SQL statement, UTF-8 encoded */
4065 int nByte, /* Maximum length of zSql in bytes. */
4067 const char **pzTail /* OUT: Pointer to unused portion of zSql */
4071 const char *zSql, /* SQL statement, UTF-8 encoded */
4072 int nByte, /* Maximum length of zSql in bytes. */
4074 const char **pzTail /* OUT: Pointer to unused portion of zSql */
4078 const char *zSql, /* SQL statement, UTF-8 encoded */
4079 int nByte, /* Maximum length of zSql in bytes. */
4082 const char **pzTail /* OUT: Pointer to unused portion of zSql */
4086 const void *zSql, /* SQL statement, UTF-16 encoded */
4087 int nByte, /* Maximum length of zSql in bytes. */
4089 const void **pzTail /* OUT: Pointer to unused portion of zSql */
4093 const void *zSql, /* SQL statement, UTF-16 encoded */
4094 int nByte, /* Maximum length of zSql in bytes. */
4096 const void **pzTail /* OUT: Pointer to unused portion of zSql */
4100 const void *zSql, /* SQL statement, UTF-16 encoded */
4101 int nByte, /* Maximum length of zSql in bytes. */
4104 const void **pzTail /* OUT: Pointer to unused portion of zSql */