HomeSort by relevance Sort by last modified time
    Searched defs:sqlite3Malloc (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 296 void *sqlite3Malloc(int n){
327 return sqlite3Malloc(n);
443 ** sqlite3Malloc() or sqlite3_malloc().
463 ** Free memory previously obtained from sqlite3Malloc().
513 return sqlite3Malloc(nBytes); /* IMP: R-28354-25769 */
520 /* The 0x7ffff00 limit term is explained in comments on sqlite3Malloc() */
572 void *p = sqlite3Malloc(n);
640 p = sqlite3Malloc(n);
  /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 752 milliseconds