Home
last modified time | relevance | path

Searched defs:zContent (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5Int.h191 char *zContent; /* content table */ member
/sqlite-3.40.0/src/
H A Djson.c706 const char *zContent /* Content */ in jsonParseAddNodeExpand()
733 const char *zContent /* Content */ in jsonParseAddNode()
/sqlite-3.40.0/ext/fts1/
H A Dfulltext.c665 const char *zContent, int nContent){ in content_insert()
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c1205 char *zContent = 0; /* content=? parameter (or NULL) */ in fts3InitVtab() local