OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zDesc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/tool/
showdb.c
190
char *
zDesc
/* Write description here */
209
zDesc
[0] = sep;
212
zDesc
++;
214
sprintf(
zDesc
, "*"); /* NULL is a "*" */
225
sprintf(
zDesc
, "%lld", v);
227
sprintf(
zDesc
, "real");
230
sprintf(
zDesc
, "0");
232
sprintf(
zDesc
, "1");
236
sprintf(
zDesc
, "blob(%d)", size);
238
sprintf(
zDesc
, "txt(%d)", size)
[
all
...]
showwal.c
210
static char
zDesc
[100];
216
sprintf(
zDesc
, "left-child: %d ", leftChild);
217
nDesc = strlen(
zDesc
);
223
sprintf(&
zDesc
[nDesc], "sz: %lld ", nPayload);
224
nDesc += strlen(&
zDesc
[nDesc]);
230
sprintf(&
zDesc
[nDesc], "rowid: %lld ", rowid);
231
nDesc += strlen(&
zDesc
[nDesc]);
233
*pzDesc =
zDesc
;
266
char *
zDesc
;
268
describeCell(a[0], &a[cofst-hdrSize], &
zDesc
);
[
all
...]
Completed in 27 milliseconds