Searched refs:zPre (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/session/ |
| H A D | changesetfuzz.c | 668 const char *zPre = " ("; in fuzzPrintRecord() local 675 printf("%sn/a", zPre); in fuzzPrintRecord() 681 printf("%s%lld", zPre, iVal); in fuzzPrintRecord() 691 printf("%s%f", zPre, fVal); in fuzzPrintRecord() 700 printf("%s%s", zPre, eType==0x03 ? "'" : "X'"); in fuzzPrintRecord() 718 printf("%sNULL", zPre); in fuzzPrintRecord() 721 zPre = ", "; in fuzzPrintRecord()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_main.c | 434 void lsmAppendSegmentList(LsmString *pStr, char *zPre, Segment *pSeg){ in lsmAppendSegmentList() argument 435 lsmStringAppendf(pStr, "%s{%d %d %d %d}", zPre, in lsmAppendSegmentList()
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | sqlite3rbu.c | 1459 const char *zPre, /* Before each quoted column name */ in rbuObjIterGetPkList() argument 1471 zRet = rbuMPrintf(p, "%z%s%s\"%w\"%s", zRet, zSep, zPre, zCol, zPost); in rbuObjIterGetPkList()
|