Home
last modified time | relevance | path

Searched defs:zEnd (Results 1 – 21 of 21) sorted by relevance

/sqlite-3.40.0/src/
H A Dtrigger.c415 static char *triggerSpanDup(sqlite3 *db, const char *zStart, const char *zEnd){ in triggerSpanDup()
433 const char *zEnd /* End of SQL text */ in sqlite3TriggerSelectStep()
458 const char *zEnd /* End of SQL text */ in triggerStepAllocate()
494 const char *zEnd /* End of SQL text */ in sqlite3TriggerInsertStep()
539 const char *zEnd /* End of SQL text */ in sqlite3TriggerUpdateStep()
576 const char *zEnd /* End of SQL text */ in sqlite3TriggerDeleteStep()
H A Dutil.c443 const char *zEnd; in sqlite3AtoF() local
714 const char *zEnd = zNum + length; in sqlite3Atoi64() local
H A Dalter.c409 char *zEnd = &zCol[pColDef->n-1]; in sqlite3AlterFinishAddColumn() local
2074 const char *zEnd; in dropColumnFunc() local
H A Dmalloc.c794 char *sqlite3DbSpanDup(sqlite3 *db, const char *zStart, const char *zEnd){ in sqlite3DbSpanDup()
H A Dbuild.c1735 const char *zEnd /* First character past end of defaut value text */ in sqlite3AddDefaultValue()
1912 const char *zEnd /* Closing ")" */ in sqlite3AddCheckConstraint()
2111 char *zSep, *zSep2, *zEnd; in createTableStmt() local
H A Dprintf.c938 const char *zEnd; in sqlite3RecordErrorByteOffset() local
H A Dtclsqlite.c1245 const char *zEnd; in DbTransPostCmd() local
H A Dexpr.c2000 const char *zEnd /* End of the span */ in sqlite3ExprListSetSpan()
/sqlite-3.40.0/ext/misc/
H A Dtotype.c132 const char *zEnd = zNum + length; in totypeAtoi64() local
205 const char *zEnd = z + length; in totypeAtoF() local
H A Dqpvtab.c201 const char *zEnd = strchr(z, '\n'); in qpvtabNext() local
220 const char *zEnd; in qpvtabColumn() local
H A Dfossildelta.c206 const unsigned char *zEnd = (const unsigned char*)&zIn[N&~3]; in checksum() local
/sqlite-3.40.0/tool/
H A Denlargedb.c19 char *zEnd; in main() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer.c175 char *zEnd; /* Pointer to nul-term of zCopy */ in sqlite3Fts3InitTokenizer() local
H A Dfts3_unicode.c329 const unsigned char *zEnd; in unicodeNext() local
H A Dfts3_snippet.c1441 const char *zEnd, /* Snippet end text - "</b>" */ in sqlite3Fts3Snippet()
H A Dfts3.c1897 const char *zEnd = &zCsr[nNode];/* End of interior node buffer */ in fts3ScanInteriorNode() local
3713 const char *zEnd = "</b>"; in fts3SnippetFunc() local
H A Dfts3_write.c1987 char *zEnd = sqlite3_mprintf("%lld %lld", iEndBlock, nLeafData); in fts3WriteSegdir() local
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c367 char const * const zEnd = &aBuffer[0] + sizeof(aBuffer) /* one-past-the-end */; in sqlite3_wasm_enum_json() local
/sqlite-3.40.0/test/
H A Ddbfuzz.c580 const char *zEnd = &zSql[strlen(zSql)]; in runSql() local
/sqlite-3.40.0/ext/fts1/
H A Dfts1.c3223 const char *zEnd = "</b>"; in snippetFunc() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2.c5972 const char *zEnd = "</b>"; in snippetFunc() local