Searched refs:pzTail (Results 1 – 3 of 3) sorted by relevance
4299 const char **pzTail /* OUT: Pointer to unused portion of zSql */4306 const char **pzTail /* OUT: Pointer to unused portion of zSql */4314 const char **pzTail /* OUT: Pointer to unused portion of zSql */4321 const void **pzTail /* OUT: Pointer to unused portion of zSql */4328 const void **pzTail /* OUT: Pointer to unused portion of zSql */4336 const void **pzTail /* OUT: Pointer to unused portion of zSql */
21733 const unsigned char **pzTail, /* OUT: Tail of the input for next line */ in translateForDisplayAndDup() argument21744 *pzTail = 0; in translateForDisplayAndDup()21786 *pzTail = &z[i]; in translateForDisplayAndDup()21788 *pzTail = z[i+2] ? &z[i+2] : 0; in translateForDisplayAndDup()21790 *pzTail = 0; in translateForDisplayAndDup()21792 *pzTail = &z[i+1]; in translateForDisplayAndDup()
4612 const char **pzTail /* OUT: Pointer to unused portion of zSql */4619 const char **pzTail /* OUT: Pointer to unused portion of zSql */4627 const char **pzTail /* OUT: Pointer to unused portion of zSql */4634 const void **pzTail /* OUT: Pointer to unused portion of zSql */4641 const void **pzTail /* OUT: Pointer to unused portion of zSql */4649 const void **pzTail /* OUT: Pointer to unused portion of zSql */141880 const char **pzTail /* OUT: End of parsed string */142498 const char **pzTail /* OUT: End of parsed string */142599 if( pzTail ){142600 *pzTail = sParse.zTail;[all …]