HomeSort by relevance Sort by last modified time
    Searched refs:zTitle (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/tool/
showjournal.c 101 char zTitle[50];
103 sprintf(zTitle, "page number for page at offset %d", iOfst);
104 print_decode_line(aData, 0, 4, zTitle);
  /external/chromium_org/third_party/sqlite/src/src/
mem2.c 104 int nTitle; /* Bytes of zTitle to save. Includes '\0' and padding */
105 char zTitle[100]; /* The title text */
284 memcpy(z, mem.zTitle, mem.nTitle);
453 void sqlite3MemdebugSettitle(const char *zTitle){
454 unsigned int n = sqlite3Strlen30(zTitle) + 1;
456 if( n>=sizeof(mem.zTitle) ) n = sizeof(mem.zTitle)-1;
457 memcpy(mem.zTitle, zTitle, n);
458 mem.zTitle[n] = 0
    [all...]
test_malloc.c 716 const char *zTitle;
721 zTitle = Tcl_GetString(objv[1]);
725 sqlite3MemdebugSettitle(zTitle);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 517 milliseconds