Home
last modified time | relevance | path

Searched defs:pz (Results 1 – 15 of 15) sorted by relevance

/sqlite-3.40.0/src/
H A Dutf.c147 const unsigned char **pz /* Pointer to string from which to read char */ in sqlite3Utf8Read()
H A Dtokenize.c197 static int getToken(const unsigned char **pz){ in getToken()
H A Dtest_sqllog.c151 static void sqllogTokenize(const char *z, const char **pz, int *pn){ in sqllogTokenize()
H A Dtest_thread.c518 const char **pz /* OUT: End of parsed string */ in sqlite3_blocking_prepare_v2()
H A Dmalloc.c805 void sqlite3SetString(char **pz, sqlite3 *db, const char *zNew){ in sqlite3SetString()
/sqlite-3.40.0/ext/misc/
H A Dfossildelta.c134 static void putInt(unsigned int v, char **pz){ in putInt()
158 static unsigned int deltaGetInt(const char **pz, int *pLen){ in deltaGetInt()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c270 char **pz, /* The word being stemmed (Reversed) */ in stem()
H A Dfts3.c814 char **pz, /* IN/OUT: Pointer to string buffer */ in fts3Appendf()
H A Dfts3_write.c5089 static int fts3Getint(const char **pz){ in fts3Getint()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_porter.c271 char **pz, /* The word being stemmed (Reversed) */ in stem()
/sqlite-3.40.0/ext/fts1/
H A Dfts1_porter.c269 char **pz, /* The word being stemmed (Reversed) */ in stem()
/sqlite-3.40.0/tool/
H A Dsqldiff.c863 static void putInt(unsigned int v, char **pz){ in putInt()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c154 const char **pz, /* IN/OUT: Pointer into buffer */ in fts5ExprGetToken()
1540 static int fts5ParseStringFromToken(Fts5Token *pToken, char **pz){ in fts5ParseStringFromToken()
H A Dfts5_main.c1839 const char **pz, in fts5ApiColumnText()
/sqlite-3.40.0/ext/rbu/
H A Dsqlite3rbu.c487 static unsigned int rbuDeltaGetInt(const char **pz, int *pLen){ in rbuDeltaGetInt()
2327 char **pz = &p->zErrmsg; in rbuObjIterPrepareAll() local