HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_free (Results 76 - 87 of 87) sorted by null

1 2 34

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqlite.h.in 318 ** To avoid memory leaks, the application should invoke [sqlite3_free()]
    [all...]
shell.c 258 sqlite3_free(z);
    [all...]
test_malloc.c 358 ** Usage: sqlite3_free PRIOR
360 ** Raw test interface for sqlite3_free().
377 sqlite3_free(pPrior);
    [all...]
test_osinst.c 687 sqlite3_free(p);
880 sqlite3_free(p);
885 sqlite3_free(zFile);
897 sqlite3_free(p);
921 sqlite3_free(p);
945 sqlite3_free(p->azFile[i]);
947 sqlite3_free(p->azFile);
948 sqlite3_free(p->zTransient);
949 sqlite3_free(p);
962 sqlite3_free(pCsr->zTransient)
    [all...]
vdbeapi.c 552 sqlite3_free(zErr);
    [all...]
where.c     [all...]
pragma.c 759 sqlite3_free(sqlite3_temp_directory);
    [all...]
tclsqlite.c     [all...]
vdbe.c 510 sqlite3_free(pVtab->zErrMsg);
    [all...]
vdbeaux.c 602 if( db->pnBytesFreed==0 ) sqlite3_free(p4);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 323 ** To avoid memory leaks, the application should invoke [sqlite3_free()]
    [all...]

Completed in 511 milliseconds

1 2 34