Searched defs:pzTail (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | prepare.c | 684 const char **pzTail /* OUT: End of parsed string */ in sqlite3Prepare() 829 const char **pzTail /* OUT: End of parsed string */ in sqlite3LockAndPrepare() 913 const char **pzTail /* OUT: End of parsed string */ in sqlite3_prepare() 925 const char **pzTail /* OUT: End of parsed string */ in sqlite3_prepare_v2() 944 const char **pzTail /* OUT: End of parsed string */ in sqlite3_prepare_v3() 972 const void **pzTail /* OUT: End of parsed string */ in sqlite3Prepare16() 1029 const void **pzTail /* OUT: End of parsed string */ in sqlite3_prepare16() 1041 const void **pzTail /* OUT: End of parsed string */ in sqlite3_prepare16_v2() 1054 const void **pzTail /* OUT: End of parsed string */ in sqlite3_prepare16_v3()
|
| H A D | test_server.c | 345 const char **pzTail in sqlite3_client_prepare()
|
| H A D | test1.c | 4607 const char **pzTail; in test_prepare_v2() local 4681 const char **pzTail; in test_prepare_v3() local
|
| H A D | shell.c.in | 3300 const unsigned char **pzTail, /* OUT: Tail of the input for next line */
|
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-api-glue.js | 551 capi.sqlite3_prepare_v3 = function f(pDb, sql, sqlLen, prepFlags, ppStmt, pzTail){ argument 568 capi.sqlite3_prepare_v2 = function f(pDb, sql, sqlLen, ppStmt, pzTail){ argument
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fts1.c | 1745 static char *firstToken(char *zIn, char **pzTail){ in firstToken()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 2613 static char *firstToken(char *zIn, char **pzTail){ in firstToken()
|